From 607ef2dd10143f25798d7551ed43be6d85cae1d0 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 4 Mar 2021 18:25:55 +0100 Subject: Update neomutt config --- .config/neomutt/neomuttrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config') 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" -- cgit v1.1