]> granicus.if.org Git - mutt/commit
SMTP: use $smtp_pass in batch mode. Closes #3289.
authorRocco Rutte <pdmef@gmx.net>
Wed, 1 Jul 2009 19:35:13 +0000 (21:35 +0200)
committerRocco Rutte <pdmef@gmx.net>
Wed, 1 Jul 2009 19:35:13 +0000 (21:35 +0200)
commitc07cb4cc3493c407214415de656a6af545ef822f
treefdab82ab57b7f718c9b80185c04e94b5dca048cc
parent775b22e11a515fa623d361e1d23a28629d3f0dbc
SMTP: use $smtp_pass in batch mode. Closes #3289.

mutt_account_getpass() copying the password from $smtp_pass into the
account structure is only called from the SASL callback we only use if
we're sure we don't need curses (i.e. have the pass already).
ChangeLog
smtp.c