X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=blobdiff_plain;f=src%2Faccount.c;h=bfbf656a1ed5e6e88aebb0d496b008b7cfa7490c;hp=7a953f8eaac66c951fae27c253bcbf1c6d73b094;hb=03efdafedb98aa8127217c3a171ff95074373d12;hpb=064b35a9786d31d7c4f8e5f6e3a74fca4ea7e7f4 diff --git a/src/account.c b/src/account.c index 7a953f8ea..bfbf656a1 100644 --- a/src/account.c +++ b/src/account.c @@ -752,7 +752,8 @@ static gint account_clist_set_row(PrefsAccount *ac_prefs, gint row) ac_prefs->protocol == A_IMAP4 ? (ac_prefs->ssl_imap ? "IMAP4 (SSL)" : "IMAP4") : ac_prefs->protocol == A_LOCAL ? "Local" : - ac_prefs->protocol == A_NNTP ? "NNTP" : ""; + ac_prefs->protocol == A_NNTP ? + (ac_prefs->ssl_nntp ? "NNTP (SSL)" : "NNTP") : ""; #else text[COL_PROTOCOL] = ac_prefs->protocol == A_POP3 ? "POP3" : ac_prefs->protocol == A_APOP ? "POP3 (APOP)" :