From fe31db8e99895ee974cf4a9abcd12dd040410503 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Tue, 10 Mar 2020 09:20:12 +0100 Subject: Update Neomutt config --- .config/neomutt/neomuttrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '.config/neomutt') diff --git a/.config/neomutt/neomuttrc b/.config/neomutt/neomuttrc index 76f48b6..512ade7 100644 --- a/.config/neomutt/neomuttrc +++ b/.config/neomutt/neomuttrc @@ -1,6 +1,7 @@ # Unbind keys bind index,pager a noop bind index,pager d noop +bind index,pager s noop bind index,pager t noop bind index,pager \\ noop @@ -9,6 +10,7 @@ bind attach,index,pager \CD next-page bind attach,index,pager \CU previous-page bind attach,index g first-entry bind attach,index G last-entry +bind index v tag-entry macro index,pager t "" macro index,pager \\ "" @@ -25,23 +27,26 @@ bind index sidebar-open alternates -group personal p.spek@tyil.nl 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 # Inbox set mbox_type=Maildir set folder="~/mail" set spoolfile=+/ set sort=threads -set index_format="%-60.60s %zc %-15.15L %g" +set index_format="%-60.60s %Z %-15.15L %g" set virtual_spoolfile=yes virtual-mailboxes \ "Inbox" "notmuch://?query=not tag:archive and not tag:trash"\ "Archive" "notmuch://?query=tag:archive"\ "Sent" "notmuch://?query=tag:sent"\ - "Trash" "notmuch://?query=tag:trash" + "Trash" "notmuch://?query=tag:trash and not tag:spam" macro index a "+archive -unread -inbox" macro index d "+trash -unread -inbox" +macro index s "+trash +spam -unread -inbox" # Pager macro pager a "+archive -unread -inbox" -- cgit v1.1