From 8203f7c6c69696ccf38b237607c53fab4b6f588e Mon Sep 17 00:00:00 2001 From: sefidel Date: Tue, 15 Feb 2022 21:53:04 +0900 Subject: feat(home/messaging): display other mailboxes --- home/profiles/messaging/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home/profiles/messaging') 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; -- cgit 1.4.1