summaryrefslogtreecommitdiff
path: root/libsylph/pop.c
diff options
context:
space:
mode:
authorSimeon Simeonov2018-03-18 17:10:20 +0100
committerSimeon Simeonov2018-03-18 17:10:20 +0100
commitf9ccb2ec719299368e454fcfcbc147dd353658aa (patch)
treecb5861d0b5dc43103bfde86c82c52d2913be0a4b /libsylph/pop.c
parent0a708b4e41e80263f8c8e4a5a399c69cec1608c6 (diff)
Remove TODO comments accordingly
Diffstat (limited to 'libsylph/pop.c')
-rw-r--r--libsylph/pop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libsylph/pop.c b/libsylph/pop.c
index 96f347e..85f3ed9 100644
--- a/libsylph/pop.c
+++ b/libsylph/pop.c
@@ -438,7 +438,6 @@ Session *pop3_session_new(PrefsAccount *account)
438 session->error_msg = NULL; 438 session->error_msg = NULL;
439 439
440 session->user = g_strdup(account->userid); 440 session->user = g_strdup(account->userid);
441 /* TODO: check format */
442 session->pass = account->passwd ? decrypt_with_master_password( 441 session->pass = account->passwd ? decrypt_with_master_password(
443 account->passwd) : account->tmp_pass ? g_strdup( 442 account->passwd) : account->tmp_pass ? g_strdup(
444 account->tmp_pass) : NULL; 443 account->tmp_pass) : NULL;