]> granicus.if.org Git - neomutt/commit
SMTP: don't interactively authenticate without a password in batch/mailx mode
authorRocco Rutte <pdmef@gmx.net>
Thu, 28 May 2009 14:37:44 +0000 (16:37 +0200)
committerRocco Rutte <pdmef@gmx.net>
Thu, 28 May 2009 14:37:44 +0000 (16:37 +0200)
commit3149ebf49dc4a5c53262350642ec1063ff4437ce
tree745879fbad47c2e247b5953435cca5661f4bea03
parent198cc6726a17e8154b98ffaaccf0e58275d6b524
SMTP: don't interactively authenticate without a password in batch/mailx mode

Otherwise, if we don't have a password and curses is not running, the
SASL authentication callback will crash mutt. We now abort if the
password wasn't given in $smtp_url.
ChangeLog
smtp.c