diff options
Diffstat (limited to 'imap/imapd.c')
| -rw-r--r-- | imap/imapd.c | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/imap/imapd.c b/imap/imapd.c index c0b5908..f2f4bbd 100644 --- a/imap/imapd.c +++ b/imap/imapd.c @@ -4324,9 +4324,7 @@ int	uid=0;  	       read_eol(); -	       if ((p=getenv("IMAP_ENHANCEDIDLE")) == NULL -		   || !atoi(p) -		   || imapenhancedidle()) +	       if (imapenhancedidle())  		       imapidle();  	       curtoken=nexttoken();  	       if (strcmp(curtoken->tokenbuf, "DONE") == 0) | 
