Remove APOP and RPOP also from account prefs.
authorAndrej Kacian <ticho@claws-mail.org>
Mon, 18 Jul 2016 19:23:52 +0000 (21:23 +0200)
committerAndrej Kacian <ticho@claws-mail.org>
Mon, 18 Jul 2016 19:23:52 +0000 (21:23 +0200)
This fixes up previous commit, 358e811.

src/prefs_account.c

index fe833065a941667dae27aa5a5214ad4b802ad705..416c56ab8da434b1254b8cff9e9770436ddab8aa 100644 (file)
@@ -332,8 +332,6 @@ struct BasicProtocol {
 
 static char *protocol_names[] = {
        N_("POP3"),
 
 static char *protocol_names[] = {
        N_("POP3"),
-       NULL,           /* APOP, deprecated */
-       NULL,           /* RPOP, deprecated */
        N_("IMAP4"),
        N_("News (NNTP)"),
        N_("Local mbox file"),
        N_("IMAP4"),
        N_("News (NNTP)"),
        N_("Local mbox file"),