diff options
| author | Simeon Simeonov | 2018-03-18 17:10:20 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2018-03-18 17:10:20 +0100 |
| commit | f9ccb2ec719299368e454fcfcbc147dd353658aa (patch) | |
| tree | cb5861d0b5dc43103bfde86c82c52d2913be0a4b /src/send_message.c | |
| parent | 0a708b4e41e80263f8c8e4a5a399c69cec1608c6 (diff) | |
Remove TODO comments accordingly
Diffstat (limited to 'src/send_message.c')
| -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) { |
