diff options
author | sefidel <contact@sefidel.net> | 2022-02-15 21:53:04 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-02-15 21:53:04 +0900 |
commit | 8203f7c6c69696ccf38b237607c53fab4b6f588e (patch) | |
tree | a1de812a1936630300cca4b6acb573e0680ba4cd | |
parent | b16658f0be679b2e63b6f0c85fe6b6cf866047a1 (diff) | |
download | nixrc-8203f7c6c69696ccf38b237607c53fab4b6f588e.tar.gz nixrc-8203f7c6c69696ccf38b237607c53fab4b6f588e.zip |
feat(home/messaging): display other mailboxes
-rw-r--r-- | home/profiles/messaging/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix index 60a219b..b0ccf67 100644 --- a/home/profiles/messaging/default.nix +++ b/home/profiles/messaging/default.nix @@ -46,6 +46,9 @@ in notmuch.enable = true; neomutt.enable = true; neomutt.mailboxName = "zach"; + neomutt.extraMailboxes = [ + "Archive" "Drafts" "Junk" "Sent" "Trash" + ]; imapnotify = { enable = true; |