diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/messaging/default.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix index b08e0bf..76bbb28 100644 --- a/home/profiles/messaging/default.nix +++ b/home/profiles/messaging/default.nix @@ -54,7 +54,11 @@ in neomutt.enable = true; neomutt.mailboxName = "zach"; neomutt.extraMailboxes = [ - "Archive" "Drafts" "Junk" "Sent" "Trash" + "Archive" + "Drafts" + "Junk" + "Sent" + "Trash" ]; imapnotify = { |