aboutsummaryrefslogtreecommitdiff
path: root/.config/neomutt/neomuttrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/neomutt/neomuttrc')
-rw-r--r--.config/neomutt/neomuttrc9
1 files changed, 7 insertions, 2 deletions
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 "<modify-labels>"
macro index,pager \\ "<vfolder-from-query>"
@@ -25,23 +27,26 @@ bind index <space> 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 "<modify-labels>+archive -unread -inbox<enter>"
macro index d "<modify-labels>+trash -unread -inbox<enter>"
+macro index s "<modify-labels>+trash +spam -unread -inbox<enter>"
# Pager
macro pager a "<modify-labels>+archive -unread -inbox<enter><next-entry>"