diff options
Diffstat (limited to 'libsylph/news.c')
| -rw-r--r-- | libsylph/news.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) | |||
| 251 | if (ac->use_nntp_auth && ac->userid && ac->userid[0]) { | 251 | if (ac->use_nntp_auth && ac->userid && ac->userid[0]) { |
| 252 | userid = ac->userid; | 252 | userid = ac->userid; |
| 253 | if (ac->passwd && ac->passwd[0]) { | 253 | if (ac->passwd && ac->passwd[0]) { |
| 254 | /* TODO: check if format is correct */ | ||
| 255 | passwd = decrypt_with_master_password(ac->passwd); | 254 | passwd = decrypt_with_master_password(ac->passwd); |
| 256 | } else { | 255 | } else { |
| 257 | passwd = input_query_password(ac->nntp_server, userid); | 256 | passwd = input_query_password(ac->nntp_server, userid); |
