summaryrefslogtreecommitdiff
path: root/.muttrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-09-23 18:41:04 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-09-23 18:41:04 -0700
commit261d358458e101bad8df09bd79634ba3a96bd6cb (patch)
tree8849d0c757cb1166e68df8eedec4b0a59b707144 /.muttrc
parent8c3149a3c73548f6e64ea9c8ff2ece31a068f3a0 (diff)
downloaddotfiles-261d358458e101bad8df09bd79634ba3a96bd6cb.tar.gz
simplify mutt config for use as secondary mail client
Diffstat (limited to '.muttrc')
-rw-r--r--.muttrc14
1 files changed, 7 insertions, 7 deletions
diff --git a/.muttrc b/.muttrc
index 5d85d2a6..33f75952 100644
--- a/.muttrc
+++ b/.muttrc
@@ -167,11 +167,11 @@ macro index,pager ,B "<enter-command> set my_pdsave=\$pipe_decode<enter>\
message-hook . 'macro index,pager \cj ,b "URL viewer"'
message-hook ~G 'macro index,pager \cj ,B "URL viewer"'
-# quickly make a TODO item and flag so it doesn't get archived
-# macro index \co "!k|~/bin/capture-mail\nj"
-# macro pager \co "q!k|~/bin/capture-mail\nj"
-macro index \co "|~/bin/capture-mail\nj"
-macro pager \co "q|~/bin/capture-mail\nj"
+# # quickly make a TODO item and flag so it doesn't get archived
+# # macro index \co "!k|~/bin/capture-mail\nj"
+# # macro pager \co "q!k|~/bin/capture-mail\nj"
+# macro index \co "|~/bin/capture-mail\nj"
+# macro pager \co "q|~/bin/capture-mail\nj"
# open RSS links in browser (fails because for some reason mutt can't bind <f{1--4}>
# macro index,pager <F4> "<pipe-message>grep '\^http' | sed 's/\^/-new-tab /' | xargs firefox<enter>" "open all URLs at beginning of lines in message in browser tabs"
@@ -181,8 +181,8 @@ macro pager \co "q|~/bin/capture-mail\nj"
macro pager ,j "<pipe-message>egrep 'X-RSS-URL:' | cut -d' ' -f2- | xargs firefox -new-tab<enter>" "open rss2email source link"
folder-hook feeds 'macro pager \cj ,j "URL viewer"'
-# train spam filter
-macro index,pager ,s "<enter-command>unset resolve<enter><clear-flag>N<enter-command>set resolve<enter><save-message>+spam<enter>" "mark as spam"
+# # train spam filter
+# macro index,pager ,s "<enter-command>unset resolve<enter><clear-flag>N<enter-command>set resolve<enter><save-message>+spam<enter>" "mark as spam"
# easier scrolling
bind pager ] previous-page