diff options
| author | Dave Love | 2000-06-20 13:27:11 +0000 |
|---|---|---|
| committer | Dave Love | 2000-06-20 13:27:11 +0000 |
| commit | a47bf6480c1c4cd8530dda4766f4f83233a6b792 (patch) | |
| tree | 6b099db5ded31b49009c7c76f141b10ecddfded1 /lib-src/pop.c | |
| parent | d494ad02a2b46feb779484718cf20fb465770310 (diff) | |
| download | emacs-a47bf6480c1c4cd8530dda4766f4f83233a6b792.tar.gz emacs-a47bf6480c1c4cd8530dda4766f4f83233a6b792.zip | |
comment
Diffstat (limited to 'lib-src/pop.c')
| -rw-r--r-- | lib-src/pop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib-src/pop.c b/lib-src/pop.c index 9af8805387f..1c2cc95ac68 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c | |||
| @@ -139,7 +139,8 @@ static void pop_trash _P((popserver)); | |||
| 139 | static char *find_crlf _P((char *, int)); | 139 | static char *find_crlf _P((char *, int)); |
| 140 | 140 | ||
| 141 | #define ERROR_MAX 160 /* a pretty arbitrary size, but needs | 141 | #define ERROR_MAX 160 /* a pretty arbitrary size, but needs |
| 142 | to be bigger than the one-time 80 */ | 142 | to be bigger than the original |
| 143 | value of 80 */ | ||
| 143 | #define POP_PORT 110 | 144 | #define POP_PORT 110 |
| 144 | #define KPOP_PORT 1109 | 145 | #define KPOP_PORT 1109 |
| 145 | #define POP_SERVICE "pop3" /* we don't want the POP2 port! */ | 146 | #define POP_SERVICE "pop3" /* we don't want the POP2 port! */ |