Replies: 8 comments 8 replies
-
Can you share your full configuration? Something must miss.
|
Beta Was this translation helpful? Give feedback.
-
It is because the `[outlook]` section does not contain an `email` (it is
a mandatory field). I will update the wiki. Thank you for pointing it
out!
|
Beta Was this translation helpful? Give feedback.
-
Common required:
`name`
`default`
`email`
`smtp-host`
`smtp-port`
`smtp-login`
`smtp-passwd-cmd`
The only global required field is name. Required common (shared) fields
are email, smtp-host, smtp-port, smtp-login and smtp-passwd-cmd.
Required for imap only:
`imap-host`
`imap-port`
`imap-login`
`imap-passwd-cmd`
Required for maildir only:
`maildir-dir`
Required for notmuch only
`notmuch-database-dir`
All this is correct :)
|
Beta Was this translation helpful? Give feedback.
-
`default` is actually needed. It gave me an error when I removed it.
Can you share the config? In the code the default field is marked as
optional, it should not give an error.
|
Beta Was this translation helpful? Give feedback.
-
I think it is because of "sample3": to have access to
"notmuch-database-dir" you need to compile himalaya with the
"notmuch-backend" feature. Remove it and it should work without
"default".
|
Beta Was this translation helpful? Give feedback.
-
Removed it. I still got the same error.
I do not have the error anymore. Which version do you use? Note that I
have the "Error: cannot find default account" because you need at least
one default account. Try with "himalaya -a sample" it should work.
|
Beta Was this translation helpful? Give feedback.
-
I had to set `default` when I just run `himalaya -c config.toml`. I
could run `himalaya -a sample -c config.toml` when there is no
`default`.
Which is the normal behaviour. Otherwise Himalaya cannot know which
account to take by default.
|
Beta Was this translation helpful? Give feedback.
-
It would be helpful if the required fields are marked as such.
Yes, it is a very good remark! I invite you to update the wiki directly.
|
Beta Was this translation helpful? Give feedback.
-
I tested the config from wiki but I get this error:
The line in question is
[posteo-local.mailboxes]
. Anyone else got the same error?Beta Was this translation helpful? Give feedback.
All reactions