Bläddra i källkod

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 4 år sedan
committed by GitHub
förälder
incheckning
7ed3708800
Ingen känd nyckel hittad för denna signaturen i databasen GPG-nyckel ID: 4AEE18F83AFDEB23
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      bin/mw

+ 2
- 2
bin/mw Visa fil

@@ -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" ;}


Laddar…
Avbryt
Spara