about summary refs log tree commit diff
path: root/home/profiles
diff options
context:
space:
mode:
Diffstat (limited to 'home/profiles')
-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;