diff options
| author | Sam Varshavchik | 2021-02-18 22:49:11 -0500 | 
|---|---|---|
| committer | Sam Varshavchik | 2021-02-18 22:49:11 -0500 | 
| commit | de091070e7fd4e8898a8bb3e17996bc7fef7ad48 (patch) | |
| tree | dad57d76b8f5e5ab748a0b70e75233df6abb4fbb /imap/smap.c | |
| parent | 5cba7ab897d2148b68826379218ce15f115d06c5 (diff) | |
| download | courier-libs-de091070e7fd4e8898a8bb3e17996bc7fef7ad48.tar.bz2 | |
Remove the IMAP_ENHANCEDIDLE setting.
Diffstat (limited to 'imap/smap.c')
| -rw-r--r-- | imap/smap.c | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/imap/smap.c b/imap/smap.c index 6f43a6e..56690b3 100644 --- a/imap/smap.c +++ b/imap/smap.c @@ -4215,9 +4215,7 @@ void smap()  		if (strcmp(p, "IDLE") == 0)  		{ -			if ((p=getenv("IMAP_ENHANCEDIDLE")) == NULL -			    || !atoi(p) -			    || imapenhancedidle()) +			if (imapenhancedidle())  				imapidle();  			read_timeout(60); | 
