summaryrefslogtreecommitdiff
path: root/.muttrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-11-25 12:31:10 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-11-25 12:31:10 -0700
commit6c92389ea8356a866b2a2796ed7535aa142ca14d (patch)
tree3951127e15a5e5f59214d5cd3490f673b13868f8 /.muttrc
parent352f295eb587e27e9647864d5d20cb26be03a6d6 (diff)
downloaddotfiles-6c92389ea8356a866b2a2796ed7535aa142ca14d.tar.gz
FastMail spam training
Diffstat (limited to '.muttrc')
-rw-r--r--.muttrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.muttrc b/.muttrc
index f7aad558..da85e5d3 100644
--- a/.muttrc
+++ b/.muttrc
@@ -120,7 +120,7 @@ unignore From: Date: User-Agent: X-Mailer: x-oxford-username: Message-Id: To: Cc
# --- mailboxes
-mailboxes +inbox +sent +drafts +debian +notes
+mailboxes +inbox +sent +drafts +debian +notes +spam
# --- message part viewing
@@ -169,6 +169,9 @@ macro pager <F8> "qFk|~/bin/capture-mail\nj"
# open RSS links in browser
macro index,pager <F4> "<pipe-message>grep '\^http' | sed 's/\^/-new-tab /' | xargs iceweasel<enter>" "open all URLs at beginning of lines in message in browser tabs"
+# train spam filter
+macro index,pager <F3> "s=spam<return>" "mark as spam"
+
# easier scrolling
bind pager ] previous-page
bind pager [ next-page