aboutsummaryrefslogtreecommitdiffstats
path: root/muttrc
diff options
context:
space:
mode:
authorTeddy Wing2021-03-14 05:42:41 +0100
committerTeddy Wing2021-03-14 05:42:41 +0100
commit23e9671441455cd8e0b2a43b534741115dc367c2 (patch)
tree0ca821dc4748de8714abcb1264ec1365c3b60d93 /muttrc
parent58bda63d73f419eb76b81fd282ed58fa3e07b30f (diff)
downloadmutt-ottolangy-23e9671441455cd8e0b2a43b534741115dc367c2.tar.bz2
muttrc: Add help text to macros
Diffstat (limited to 'muttrc')
-rw-r--r--muttrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/muttrc b/muttrc
index 50705c8..8563072 100644
--- a/muttrc
+++ b/muttrc
@@ -7,7 +7,8 @@ macro index,pager r "\
<pipe-message>ottolangy<enter>\
<enter-command> source $HOME/.local/share/ottolangy/attribution.muttrc<enter>\
<reply>\
-<enter-command> set wait_key=\$my_wait_key_save<enter>"
+<enter-command> set wait_key=\$my_wait_key_save<enter>" \
+"reply to a message"
macro index,pager g "\
<enter-command> set my_wait_key_save=\$wait_key<enter>\
@@ -15,7 +16,8 @@ macro index,pager g "\
<pipe-message>ottolangy<enter>\
<enter-command> source $HOME/.local/share/ottolangy/attribution.muttrc<enter>\
<group-reply>\
-<enter-command> set wait_key=\$my_wait_key_save<enter>"
+<enter-command> set wait_key=\$my_wait_key_save<enter>" \
+"reply to all recipients"
macro pager L "\
<enter-command> set my_wait_key_save=\$wait_key<enter>\
@@ -23,4 +25,5 @@ macro pager L "\
<pipe-message>ottolangy<enter>\
<enter-command> source $HOME/.local/share/ottolangy/attribution.muttrc<enter>\
<list-reply>\
-<enter-command> set wait_key=\$my_wait_key_save<enter>"
+<enter-command> set wait_key=\$my_wait_key_save<enter>" \
+"reply to specified mailing list"