diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-03-29 21:44:22 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-03-29 21:44:22 +0000 |
commit | 48529e5bfe1b1f9eb2bf9482c2c9469772020441 (patch) | |
tree | 86ac549d0748602a1c72c1ab84963065401e6b86 /fetchmail.h | |
parent | 359d7a680954c070e905000809b29ad02539f2ff (diff) | |
download | fetchmail-48529e5bfe1b1f9eb2bf9482c2c9469772020441.tar.gz fetchmail-48529e5bfe1b1f9eb2bf9482c2c9469772020441.tar.bz2 fetchmail-48529e5bfe1b1f9eb2bf9482c2c9469772020441.zip |
Eliminate the IDLING variable.
svn path=/trunk/; revision=2845
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.h b/fetchmail.h index d23e9127..cca85409 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -401,7 +401,8 @@ extern int phase; #define STAGE_GETRANGE 1 #define STAGE_GETSIZES 2 #define STAGE_FETCH 3 -#define STAGE_LOGOUT 4 +#define STAGE_IDLE 4 +#define STAGE_LOGOUT 5 extern int stage; extern int mytimeout; |