diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-12-01 10:14:31 -0500 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-12-01 10:14:31 -0500 |
commit | 91242ee6cdcf929e651dd31c04b0939e1d9ab52a (patch) | |
tree | c48630e28eead7147d9ac9c2d0b625b73530f368 /bin | |
parent | b968bff93bb1a372bbb1a5a31a761fd09e964509 (diff) |
move and copy tagged messages if any
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/mw | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 \"<change-folder>$data<enter>\" \"go to $2\" # mw-autogenerated" - echo "macro index,pager M$1 \"<save-message>$data<enter>\" \"move mail to $2\" # mw-autogenerated" - echo "macro index,pager C$1 \"<copy-message>$data<enter>\" \"copy mail to $2\" # mw-autogenerated"; } >> "$accdir/$idnum-$title.muttrc" + echo "macro index,pager M$1 \";<save-message>$data<enter>\" \"move mail to $2\" # mw-autogenerated" + echo "macro index,pager C$1 \";<copy-message>$data<enter>\" \"copy mail to $2\" # mw-autogenerated"; } >> "$accdir/$idnum-$title.muttrc" done ;} tryconnect() { mkdir -p "$maildir/$title" |