summaryrefslogtreecommitdiff
path: root/.muttrc
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-08-15 16:25:19 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-08-15 16:25:19 -0700
commitddb8bf10824be7f2a555a442b77d09b2a8bb0382 (patch)
treef93d8c1db515e9502e2d3140bf26421697cea3e5 /.muttrc
parenta4c67ac9700214ca6e39ca2ddde5c520ba5306d5 (diff)
downloaddotfiles-ddb8bf10824be7f2a555a442b77d09b2a8bb0382.tar.gz
mutt: comment out broken binding
Diffstat (limited to '.muttrc')
-rw-r--r--.muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.muttrc b/.muttrc
index 0f10f969..a6eb2069 100644
--- a/.muttrc
+++ b/.muttrc
@@ -171,7 +171,7 @@ macro index <F8> "Fk|~/bin/capture-mail\nj"
macro pager <F8> "qFk|~/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"
+# 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"
# open rss2email source link in browser
# macro pager <f12> "<pipe-message>grep \"\^URL: http\" | xargs firefox -new-tab<enter>" "open rss2email source link"