aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2021-03-04 18:25:55 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 12:01:14 +0200
commit607ef2dd10143f25798d7551ed43be6d85cae1d0 (patch)
tree938448c5e174f22280ef4920ecac3bb9ca59f3fd /.config
parent435722ed2bcbc8a26c143c27cd0ea72732e13622 (diff)
Update neomutt config
Diffstat (limited to '.config')
-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"