diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/send_message.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/send_message.c b/src/send_message.c index c0a7f59..537c3c8 100644 --- a/src/send_message.c +++ b/src/send_message.c | |||
| @@ -650,7 +650,6 @@ static gint send_message_smtp(PrefsAccount *ac_prefs, GSList *to_list, FILE *fp) | |||
| 650 | if (ac_prefs->smtp_userid) { | 650 | if (ac_prefs->smtp_userid) { |
| 651 | smtp_session->user = g_strdup(ac_prefs->smtp_userid); | 651 | smtp_session->user = g_strdup(ac_prefs->smtp_userid); |
| 652 | if (ac_prefs->smtp_passwd) { | 652 | if (ac_prefs->smtp_passwd) { |
| 653 | /* TODO: check if the format is correct */ | ||
| 654 | smtp_session->pass = decrypt_with_master_password( | 653 | smtp_session->pass = decrypt_with_master_password( |
| 655 | ac_prefs->smtp_passwd); | 654 | ac_prefs->smtp_passwd); |
| 656 | } else if (ac_prefs->tmp_smtp_pass) { | 655 | } else if (ac_prefs->tmp_smtp_pass) { |
