diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-09-27 11:36:26 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-09-27 11:36:26 +0000 |
commit | bfe229561cd3018aed4ab427fc6d4c3b9e52dac1 (patch) | |
tree | 02251ebb50075445d4135fa8622bcdb7b0fe1c22 /fetchmail.h | |
parent | 3b2865fb3e5231f2a3e88f98424e2747d58bdecf (diff) | |
download | fetchmail-bfe229561cd3018aed4ab427fc6d4c3b9e52dac1.tar.gz fetchmail-bfe229561cd3018aed4ab427fc6d4c3b9e52dac1.tar.bz2 fetchmail-bfe229561cd3018aed4ab427fc6d4c3b9e52dac1.zip |
Fix a logfile dump bug.
svn path=/trunk/; revision=2614
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/fetchmail.h b/fetchmail.h index 31db1b4c..65ea3d43 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -9,14 +9,14 @@ #define P_AUTO 1 #define P_POP2 2 #define P_POP3 3 -#define P_IMAP 4 -#define P_IMAP_K4 5 -#define P_IMAP_GSS 6 -#define P_APOP 7 -#define P_RPOP 8 -#define P_ETRN 9 -#define P_IMAP_CRAM_MD5 10 -#define P_IMAP_LOGIN 11 +#define P_APOP 4 +#define P_RPOP 5 +#define P_IMAP 6 +#define P_IMAP_K4 7 +#define P_IMAP_GSS 8 +#define P_IMAP_CRAM_MD5 9 +#define P_IMAP_LOGIN 10 +#define P_ETRN 11 #if INET6 #define SMTP_PORT "smtp" |