about summary refs log tree commit diff
path: root/home/profiles/messaging
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-02-15 21:53:04 +0900
committersefidel <contact@sefidel.net>2022-02-15 21:53:04 +0900
commit8203f7c6c69696ccf38b237607c53fab4b6f588e (patch)
treea1de812a1936630300cca4b6acb573e0680ba4cd /home/profiles/messaging
parentb16658f0be679b2e63b6f0c85fe6b6cf866047a1 (diff)
downloadnixrc-8203f7c6c69696ccf38b237607c53fab4b6f588e.tar.gz
nixrc-8203f7c6c69696ccf38b237607c53fab4b6f588e.zip
feat(home/messaging): display other mailboxes
Diffstat (limited to 'home/profiles/messaging')
-rw-r--r--home/profiles/messaging/default.nix3
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;