summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2024-04-28 20:31:23 +0100
committerSean Whitton <spwhitton@spwhitton.name>2024-04-28 20:48:48 +0100
commitd90a03a831442a07f6e5547f500812b9e8f2ab34 (patch)
tree24cba8fe617cf3ae570141abe254998b00a2db45 /.config
parent58cdf02ea57f087fbb1c901f22c98bbe85077cbd (diff)
downloaddotfiles-d90a03a831442a07f6e5547f500812b9e8f2ab34.tar.gz
Fastmail->Purelymail & some tidying
Diffstat (limited to '.config')
-rw-r--r--.config/mutt/muttrc2
-rwxr-xr-x.config/notmuch/default/hooks/post-new2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc
index 2825f7ec..25e097be 100644
--- a/.config/mutt/muttrc
+++ b/.config/mutt/muttrc
@@ -29,7 +29,7 @@ unset crypt_use_gpgme # Some Debian services require inline sigs.
unset mark_old # Better with mbsync.
unset wait_key
-mailboxes +inbox +notes +sent +ham +spam +junk +trash
+mailboxes +inbox +notes +sent +junk +trash
ignore *
unignore From: Subject: To: Cc: Date: Reply-To: Message-Id:
diff --git a/.config/notmuch/default/hooks/post-new b/.config/notmuch/default/hooks/post-new
index b46d08bd..1774b148 100755
--- a/.config/notmuch/default/hooks/post-new
+++ b/.config/notmuch/default/hooks/post-new
@@ -1,7 +1,7 @@
#!/bin/sh
# mark all spam as spam, and as read, for Gnus
-notmuch tag -unread +spam -- folder:junk folder:spam
+notmuch tag -unread +spam -- folder:junk
# mark all trash as trash, and as read, for Gnus
notmuch tag -unread +deleted -- folder:trash