diff options
author | Teddy Wing | 2021-03-14 05:42:41 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-14 05:42:41 +0100 |
commit | 23e9671441455cd8e0b2a43b534741115dc367c2 (patch) | |
tree | 0ca821dc4748de8714abcb1264ec1365c3b60d93 | |
parent | 58bda63d73f419eb76b81fd282ed58fa3e07b30f (diff) | |
download | mutt-ottolangy-23e9671441455cd8e0b2a43b534741115dc367c2.tar.bz2 |
muttrc: Add help text to macros
-rw-r--r-- | muttrc | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -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" |