summaryrefslogtreecommitdiff
path: root/.muttrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2015-08-23 20:11:37 -0700
committerSean Whitton <spwhitton@spwhitton.name>2015-08-23 20:11:37 -0700
commite94167f45cfae870ddab9fd82d64c8bc09b98f6f (patch)
treeb6e36ca7b78cd2e71993cc714a9f3987bf0640e8 /.muttrc
parentf23f8997f18e05078d51cb854f3c27252f286be0 (diff)
downloaddotfiles-e94167f45cfae870ddab9fd82d64c8bc09b98f6f.tar.gz
new way to capture mail for follow-up
Diffstat (limited to '.muttrc')
-rw-r--r--.muttrc4
1 files changed, 3 insertions, 1 deletions
diff --git a/.muttrc b/.muttrc
index bbe6943c..f7aad558 100644
--- a/.muttrc
+++ b/.muttrc
@@ -162,7 +162,9 @@ message-hook . 'macro index,pager \cb ,b "URL viewer"'
message-hook ~G 'macro index,pager \cb ,B "URL viewer"'
# send Message-Id over to Emacs so that I can link to messages
-macro index,pager <F8> "|~/bin/org-mairix-el-store-link\n"
+# macro index,pager <F8> "|~/bin/org-mairix-el-store-link\n"
+macro index <F8> "Fk|~/bin/capture-mail\nj"
+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"