aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-03-10 09:20:12 +0100
committerPatrick Spek <p.spek@tyil.nl>2021-08-14 11:59:33 +0200
commitfe31db8e99895ee974cf4a9abcd12dd040410503 (patch)
tree7cec1fa900dbb38bd6f0082e7f0eca40d0bfcd9a /.config
parent073a69ddb94a310913e0ed31d54527ead9491d20 (diff)
Update Neomutt config
Diffstat (limited to '.config')
-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>"