From 23e9671441455cd8e0b2a43b534741115dc367c2 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 14 Mar 2021 05:42:41 +0100 Subject: muttrc: Add help text to macros --- muttrc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'muttrc') diff --git a/muttrc b/muttrc index 50705c8..8563072 100644 --- a/muttrc +++ b/muttrc @@ -7,7 +7,8 @@ macro index,pager r "\ ottolangy\ source $HOME/.local/share/ottolangy/attribution.muttrc\ \ - set wait_key=\$my_wait_key_save" + set wait_key=\$my_wait_key_save" \ +"reply to a message" macro index,pager g "\ set my_wait_key_save=\$wait_key\ @@ -15,7 +16,8 @@ macro index,pager g "\ ottolangy\ source $HOME/.local/share/ottolangy/attribution.muttrc\ \ - set wait_key=\$my_wait_key_save" + set wait_key=\$my_wait_key_save" \ +"reply to all recipients" macro pager L "\ set my_wait_key_save=\$wait_key\ @@ -23,4 +25,5 @@ macro pager L "\ ottolangy\ source $HOME/.local/share/ottolangy/attribution.muttrc\ \ - set wait_key=\$my_wait_key_save" + set wait_key=\$my_wait_key_save" \ +"reply to specified mailing list" -- cgit v1.2.3