Configuration error (xxx): the following flags are set but are not recognized: ["index_style"] #168

Closed
opened 2022-03-10 19:06:43 +02:00 by hasufell · 1 comment

Installed via cargo

$ meli --version
meli 0.7.2

Config:

[accounts."hasufell"]
format = "imap"
server_hostname="xxx.de"
server_password="xxx"
server_username="xx@xx.de"
server_port="993"
use_starttls=false
identity = "xx@xx.de"
index_style = "Conversations"
display_name = "XX XX"
root_mailbox = "INBOX"
subscribed_mailboxes = ["*" ]
composing.send_mail = { hostname = "xx.xx", port = 465, auth = { type = "auto", username = "user", password = { type = "raw", value = "xxx" } }, security = { type = "tls" } }

meli does not start with the above error.

Installed via cargo ``` $ meli --version meli 0.7.2 ``` Config: ```toml [accounts."hasufell"] format = "imap" server_hostname="xxx.de" server_password="xxx" server_username="xx@xx.de" server_port="993" use_starttls=false identity = "xx@xx.de" index_style = "Conversations" display_name = "XX XX" root_mailbox = "INBOX" subscribed_mailboxes = ["*" ] composing.send_mail = { hostname = "xx.xx", port = 465, auth = { type = "auto", username = "user", password = { type = "raw", value = "xxx" } }, security = { type = "tls" } } ``` `meli` does not start with the above error.

Another documentation error, I think this should be "listing.index_style" instead. Looking at current examples, it's wrongly placed directly under account config instead. Thanks for your report!

Another documentation error, I think this should be "listing.index_style" instead. Looking at current examples, it's wrongly placed directly under account config instead. Thanks for your report!
Manos Pitsidianakis added the
documentation
bug
labels 2022-03-20 15:47:39 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: meli/meli#168
There is no content yet.