diff options
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fetchmail.h b/fetchmail.h index 2b42de37..50ce5640 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -8,10 +8,10 @@ #define P_POP3 3 #define P_IMAP 4 #define P_IMAP_K4 5 -#define P_APOP 6 -#define P_RPOP 7 -#define P_ETRN 8 -#define P_IMAP_GSS 9 +#define P_IMAP_GSS 6 +#define P_APOP 7 +#define P_RPOP 8 +#define P_ETRN 9 #if INET6 #define KPOP_PORT "kpop" |