summaryrefslogtreecommitdiffstats
path: root/Muttrc.head.in
diff options
context:
space:
mode:
authorAlain Bench <veronatif@free.fr>2005-09-17 17:39:18 +0000
committerAlain Bench <veronatif@free.fr>2005-09-17 17:39:18 +0000
commit1322a8d172c02dbde22d6415910aa820f00d66b0 (patch)
tree2ddbc7a62fbae2ed8ffa424619dae6224b75f051 /Muttrc.head.in
parentd9358103078275ac069efddb27be3884a6d83468 (diff)
Clean up some Muttrc macros, and add macro 'y' to jump to the mailboxes
view. Closes: #2069.
Diffstat (limited to 'Muttrc.head.in')
-rw-r--r--Muttrc.head.in13
1 files changed, 7 insertions, 6 deletions
diff --git a/Muttrc.head.in b/Muttrc.head.in
index 081daf56..44ec4d2c 100644
--- a/Muttrc.head.in
+++ b/Muttrc.head.in
@@ -8,16 +8,17 @@ ignore "from " received content- mime-version status x-status message-id
ignore sender references return-path lines
# imitate the old search-body function
-macro index \eb '/~b ' 'search in message bodies'
+macro index \eb "<search>~b " "search in message bodies"
# simulate the old url menu
-macro index \cb |urlview\n 'call urlview to extract URLs out of a message'
-macro pager \cb |urlview\n '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"
# Show documentation when pressing F1
-macro generic <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation"
-macro index <f1> "!less @docdir@/manual.txt\n" "Show Mutt documentation"
-macro pager <f1> "!less @docdir@/manual.txt\n" "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"
+bind browser y exit
# If Mutt is unable to determine your site's domain name correctly, you can
# set the default here.