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/news.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libsylph/news.c') diff --git a/libsylph/news.c b/libsylph/news.c index e75976e..36d3b10 100644 --- a/libsylph/news.c +++ b/libsylph/news.c @@ -251,7 +251,6 @@ static Session *news_session_new_for_folder(Folder *folder) if (ac->use_nntp_auth && ac->userid && ac->userid[0]) { userid = ac->userid; if (ac->passwd && ac->passwd[0]) { - /* TODO: check if format is correct */ passwd = decrypt_with_master_password(ac->passwd); } else { passwd = input_query_password(ac->nntp_server, userid); -- cgit v1.3