From 91242ee6cdcf929e651dd31c04b0939e1d9ab52a Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 1 Dec 2019 10:14:31 -0500 Subject: [PATCH] move and copy tagged messages if any --- bin/mw | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/mw b/bin/mw index e2939ec..568fef0 100755 --- a/bin/mw +++ b/bin/mw @@ -214,8 +214,8 @@ getpass() { while : ; do pass rm -f "mutt-wizard-$title" >/dev/null 2>&1 formatShortcut() { \ while read -r data; do { echo "macro index,pager g$1 \"$data\" \"go to $2\" # mw-autogenerated" - echo "macro index,pager M$1 \"$data\" \"move mail to $2\" # mw-autogenerated" - echo "macro index,pager C$1 \"$data\" \"copy mail to $2\" # mw-autogenerated"; } >> "$accdir/$idnum-$title.muttrc" + echo "macro index,pager M$1 \";$data\" \"move mail to $2\" # mw-autogenerated" + echo "macro index,pager C$1 \";$data\" \"copy mail to $2\" # mw-autogenerated"; } >> "$accdir/$idnum-$title.muttrc" done ;} tryconnect() { mkdir -p "$maildir/$title"