Browse Source

fix mwpass=x not taken by mw add

pull/276/head
Roland Puntaier 5 years ago
parent
commit
899e9ad8d6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw View File

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



Loading…
Cancel
Save