mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
d059b9448a
mujmap is a tool that synchronizes mail between a mail server and notmuch via JMAP. It's very similar to lieer, so I heavily based the implementation of the notmuch module on lieer's. I did not include an equivalent to lieer's periodic synchronization service, however, because I plan to soon introduce a daemon mode to mujmap. https://github.com/elizagamedev/mujmap
14 lines
282 B
TOML
14 lines
282 B
TOML
auto_create_new_mailboxes = true
|
|
fqdn = "example.com"
|
|
password_command = "'password-command'"
|
|
username = "home.manager"
|
|
|
|
[tags]
|
|
deleted = "deleted"
|
|
directory_separator = "/"
|
|
important = "important"
|
|
inbox = "inbox"
|
|
lowercase = false
|
|
phishing = "phishing"
|
|
sent = "sent"
|
|
spam = "spam"
|