ソースを参照

fix mwpass=x not taken by mw add

pull/276/head
Roland Puntaier 5年前
コミット
899e9ad8d6
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      bin/mw

+ 1
- 1
bin/mw ファイルの表示

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



読み込み中…
キャンセル
保存