Clarify how to use vcard_folder option #349

Closed
opened 2024-02-02 00:14:12 +02:00 by iooioio · 2 comments

Hi. I just stumbled on this project and it looks really great so far. Thanks you for building meli!

I'd like to try out the address book but I'm having issues configuring it. In particular, I can't figure out where to put the vcard_folder option.

This is my current config:

[accounts.foo]
root_mailbox = "~/.mail/foo"
format = "maildir"
listing.index_style = "conversations" # or [plain, threaded, compact]
identity="me@foo.example"
display_name = "me"
subscribed_mailboxes = ["*"]
vcard_folder = "~/contacts" # <--- THIS RIGHT HERE

[composing]
embed = false # Cool idea but it laaaaaaaaags
send_mail = "false"

[shortcuts.general]
toggle_url_mode = "u"

[terminal]
theme = "dark" # or "light"

[log]
maximum_level = "INFO"

When I run meli, it errors out like this:

$ meli              
Unrecognised configuration values: {"vcard_folder": "~/resources/contacts"}

I'm following the manual, but it's hard to tell exactly where the option is supposed to go.

Hi. I just stumbled on this project and it looks really great so far. Thanks you for building meli! I'd like to try out the address book but I'm having issues configuring it. In particular, I can't figure out where to put the `vcard_folder` option. This is my current config: ```toml [accounts.foo] root_mailbox = "~/.mail/foo" format = "maildir" listing.index_style = "conversations" # or [plain, threaded, compact] identity="me@foo.example" display_name = "me" subscribed_mailboxes = ["*"] vcard_folder = "~/contacts" # <--- THIS RIGHT HERE [composing] embed = false # Cool idea but it laaaaaaaaags send_mail = "false" [shortcuts.general] toggle_url_mode = "u" [terminal] theme = "dark" # or "light" [log] maximum_level = "INFO" ``` When I run meli, it errors out like this: ``` $ meli Unrecognised configuration values: {"vcard_folder": "~/resources/contacts"} ``` I'm following the manual, but it's hard to tell exactly where the option is supposed to go.

@iooioio looks like it was a bug of the configuration validation. I made a PR and am merging it now, thanks for the report!

@iooioio looks like it was a bug of the configuration validation. I made a PR and am merging it now, thanks for the report!

@iooioio can you file an issue about the lag in the embed terminal? what app you are running inside the embedded terminal, and what terminal you are running meli on

@iooioio can you file an issue about the lag in the embed terminal? what app you are running inside the embedded terminal, and what terminal you are running meli on
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#349
There is no content yet.