From: martin f. krafft Date: Wed, 26 Jan 2011 13:35:42 +0000 (+0100) Subject: add comment to N macro X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/2d67c9f2e4da03f2e4cc28c78b0b95d4134756dd add comment to N macro --- diff --git a/.mutt/keybindings b/.mutt/keybindings index c14f30b..448a894 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -38,7 +38,7 @@ macro index,pager \Cb 'set my_pipe_decode="$pipe_decode"' "send message without storing" macro compose \Cy 'c' "send message without signing" macro compose \CY 'cY' "send message without storing signing" -macro compose N 'unset fcc_attach' +macro compose N 'unset fcc_attach' "do not fcc-store attachment" macro index,pager F '~L ' "search for correspondents" macro index,pager \ef '~(~L )' "search for correspondents (show complete threads)"