Explorar el Código

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 hace 4 años
committed by GitHub
padre
commit
7ed3708800
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      bin/mw

+ 2
- 2
bin/mw Ver fichero

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


Cargando…
Cancelar
Guardar