From f9ccb2ec719299368e454fcfcbc147dd353658aa Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Sun, 18 Mar 2018 17:10:20 +0100 Subject: Remove TODO comments accordingly --- src/send_message.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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) if (ac_prefs->smtp_userid) { smtp_session->user = g_strdup(ac_prefs->smtp_userid); if (ac_prefs->smtp_passwd) { - /* TODO: check if the format is correct */ smtp_session->pass = decrypt_with_master_password( ac_prefs->smtp_passwd); } else if (ac_prefs->tmp_smtp_pass) { -- cgit v1.3