From: martin f. krafft Date: Thu, 21 Feb 2019 01:16:03 +0000 (+1300) Subject: do not sync mailbox after store X-Git-Url: https://git.madduck.net/etc/mutt.git/commitdiff_plain/5569310f110b7a0af9cbd118a2f00d8f0d84cceb do not sync mailbox after store --- diff --git a/.mutt/keybindings b/.mutt/keybindings index 1328a2b..73072c5 100644 --- a/.mutt/keybindings +++ b/.mutt/keybindings @@ -20,8 +20,8 @@ macro index p "" "do nothing" bind index h noop ##macro index L "=store" -macro index S "=store" "save messages to store" -macro pager S "=store" "save message to store" +macro index S "=store" "save messages to store" +macro pager S "=store" "save message to store" macro index \Cl '=resubmit' "resubmit messages" macro pager \Cl '=resubmit' "resubmit message"