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 f2f4bbd..8c2723b 100644 --- a/imap/imapd.c +++ b/imap/imapd.c @@ -4318,8 +4318,6 @@ int	uid=0;  	}         if (strcmp(curtoken->tokenbuf, "IDLE") == 0)         { -	       const char *p; -                 if (nexttoken()->tokentype != IT_EOL)   return (-1);  	       read_eol(); @@ -6967,7 +6965,7 @@ int main(int argc, char **argv)  		if ((w=maildirwatch_alloc(".")) == NULL)  		{ -			writes("* OK [ALERT] Filesystem notification initialization error -- contact your mail administrator (check for configuration errors with the FAM/Gamin library)\r\n"); +			writes("* OK [ALERT] Inotify initialization error\r\n");  		}  		else  		{ | 
