浏览代码

fix move/copy macros for tagged messages

'move/copy to mailbox' macro only worked for single messages, not for multiple (tagged) messages
pull/611/head
grantmackay 5 年前
committed by GitHub
父节点
当前提交
7ed3708800
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      bin/mw

+ 2
- 2
bin/mw 查看文件

@@ -218,8 +218,8 @@ getpass() { while : ; do pass rm -f "$pass_prefix$fulladdr" >/dev/null 2>&1

formatShortcut() { toappend="$toappend
macro index,pager g$1 \"<change-folder>=$3<enter>\" \"go to $2\" $marker
macro index,pager M$1 \";<save-message>=$3<enter>\" \"move mail to $2\" $marker
macro index,pager C$1 \";<copy-message>=$3<enter>\" \"copy mail to $2\" $marker" >> "$accdir/$idnum-$fulladdr.muttrc" ;}
macro index,pager M$1 \"<save-message>=$3<enter>\" \"move mail to $2\" $marker
macro index,pager C$1 \"<copy-message>=$3<enter>\" \"copy mail to $2\" $marker" >> "$accdir/$idnum-$fulladdr.muttrc" ;}

setBox() { toappend="$toappend
set $1 = \"+$2\" $marker" ;}


正在加载...
取消
保存