mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 10:49:44 +01:00
24805d3ca7
Previously, IMAP was preferred over notmuch, even if notmuch was configured, causing problems with setting account flavor (which automatically sets IMAP settings). The new backend order is: notmuch > IMAP > maildir This also fixes the notmuch DB path being set to the wrong location. The notmuch DB is located at the maildir base path, not in each account's maildir.
16 lines
323 B
TOML
16 lines
323 B
TOML
email-listing-page-size = 50
|
|
|
|
["hm@example.com"]
|
|
backend = "notmuch"
|
|
default = true
|
|
display-name = "H. M. Test"
|
|
email = "hm@example.com"
|
|
notmuch-db-path = "/home/hm-user/Maildir"
|
|
sender = "sendmail"
|
|
sendmail-cmd = "msmtp"
|
|
|
|
["hm@example.com".folder-aliases]
|
|
drafts = "Drafts"
|
|
inbox = "Inbox"
|
|
sent = "Sent"
|
|
trash = "Deleted"
|