aboutsummaryrefslogtreecommitdiff
path: root/.config/neomutt/neomuttrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/neomutt/neomuttrc')
-rw-r--r--.config/neomutt/neomuttrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc
index 2e6dcc2..b7a4e30 100644
--- a/.config/neomutt/neomuttrc
+++ b/.config/neomutt/neomuttrc
@@ -30,6 +30,8 @@ alternates -group personal p.spek@tyil.work
alternates -group personal tyil@freedom.nl
alternates -group personal tyil@national.shitposting.agency
alternates -group personal tyil@scriptkitties.church
+alternates -group personal p.spek@exxellence.nl
+alternates -group personal p.spek@exxell.onmicrosoft.com
# Inbox
set mbox_type=Maildir
@@ -41,7 +43,7 @@ set index_format="%-60.60s %Z %[%Y-%m-%d %H:%M] %-15.15L %g"
set virtual_spoolfile=yes
virtual-mailboxes \
"Inbox" "notmuch://?query=not tag:archive and not tag:trash"\
- "Archive" "notmuch://?query=tag:archive"\
+ "Archive" "notmuch://?query=tag:archive and not tag:sent"\
"Sent" "notmuch://?query=tag:sent"\
"Trash" "notmuch://?query=tag:trash and not tag:spam"