talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 6bc99f87aec6d0e527abb6f8ae2eabe5178ab83c
parent 358e811283ebfd8c377dd2ef94876f4e52e67606
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Mon, 18 Jul 2016 21:23:52 +0200

Remove APOP and RPOP also from account prefs.

This fixes up previous commit, 358e811.

Diffstat:
Msrc/prefs_account.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/prefs_account.c b/src/prefs_account.c @@ -332,8 +332,6 @@ struct BasicProtocol { static char *protocol_names[] = { N_("POP3"), - NULL, /* APOP, deprecated */ - NULL, /* RPOP, deprecated */ N_("IMAP4"), N_("News (NNTP)"), N_("Local mbox file"),