Explorar el Código

fix mwpass=x not taken by mw add

pull/276/head
Roland Puntaier hace 5 años
padre
commit
899e9ad8d6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw Ver fichero

@@ -37,7 +37,7 @@ msmtpbin="$prefix/bin/msmtp"
_mwtakeaddr(){
mwaccmaildir="$mwmaildir/$mwaddr" # mail dir is $MAILDIR/email
mwacccachedir=$mwcachedir/${mwaddr//[.@]/_} # @ cannot stay because of mutt, . could
[ -z "$mwpass" ] || mwpass=$_MW_-$mwaddr
[ -n "$mwpass" ] || mwpass=$_MW_-$mwaddr
[ -n "$mwidnum" ] && mwaccmuttrc="$mwaccmuttdir/$mwidnum-$mwaddr.mwonofftype.$mwtype.muttrc"
}



Cargando…
Cancelar
Guardar