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 --- libsylph/pop.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libsylph/pop.c') 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) session->error_msg = NULL; session->user = g_strdup(account->userid); - /* TODO: check format */ session->pass = account->passwd ? decrypt_with_master_password( account->passwd) : account->tmp_pass ? g_strdup( account->tmp_pass) : NULL; -- cgit v1.3