summaryrefslogtreecommitdiffstats
path: root/Muttrc.head.in
diff options
context:
space:
mode:
authorAlain Bench <veronatif@free.fr>2006-07-20 00:12:51 +0000
committerAlain Bench <veronatif@free.fr>2006-07-20 00:12:51 +0000
commitf8ec14c8cfa4752ea04f29143995bc1e4e4a1a75 (patch)
treecfa31be8f0171384f488b526d5bdc83e771e9f19 /Muttrc.head.in
parent83b1189302481fcab0d188b8f2e3e99ff2d56723 (diff)
Clean up a number of examples in the documentation.
Diffstat (limited to 'Muttrc.head.in')
-rw-r--r--Muttrc.head.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/Muttrc.head.in b/Muttrc.head.in
index 93730726..a01449bc 100644
--- a/Muttrc.head.in
+++ b/Muttrc.head.in
@@ -11,10 +11,11 @@ ignore sender references return-path lines
macro index \eb "<search>~b " "search in message bodies"
# simulate the old url menu
-macro index,pager \cb "<pipe-message>urlview<Enter>" "call urlview to extract URLs out of a message"
+macro index,pager \cb "<pipe-message> urlview<Enter>" "call urlview to extract URLs out of a message"
+macro attach,compose \cb "<pipe-entry> urlview<Enter>" "call urlview to extract URLs out of a message"
# Show documentation when pressing F1
-macro generic,pager <F1> "<shell-escape>less @docdir@/manual.txt<Enter>" "show Mutt documentation"
+macro generic,pager <F1> "<shell-escape> less @docdir@/manual.txt<Enter>" "show Mutt documentation"
# show the incoming mailboxes list (just like "mutt -y") and back when pressing "y"
macro index,pager y "<change-folder>?<toggle-mailboxes>" "show incoming mailboxes list"