Sfoglia il codice sorgente

password output removed

tags/v3.1
Luke Smith 5 anni fa
parent
commit
020de269ea
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4C50B54A911F6252
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      mw

+ 1
- 1
mw Vedi File

@@ -168,7 +168,7 @@ EOF
trysync && finalize
}

getpass() { pass rm -f "mutt-wizard-$title" 2>/dev/null ; pass insert "mutt-wizard-$title" ;}
getpass() { pass rm -f "mutt-wizard-$title" >/dev/null 2>&1 ; pass insert "mutt-wizard-$title" ;}

formatShortcut() { \
while read -r data; do { echo "macro index,pager g$1 \"<change-folder>$data<enter>\" \"go to $2\" # autogenerated"


Caricamento…
Annulla
Salva