From c15287e79826418fa9829dd0f59a863061d43fe0 Mon Sep 17 00:00:00 2001 From: Brenden Matthews Date: Wed, 24 Sep 2008 21:04:29 +0000 Subject: [PATCH] fix small bug in imap idle stuff git-svn-id: https://conky.svn.sourceforge.net/svnroot/conky/trunk/conky1@1256 7f574dfc-610e-0410-a909-a81674777703 --- src/conky.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/conky.c b/src/conky.c index d26395d2..d2878a00 100644 --- a/src/conky.c +++ b/src/conky.c @@ -1902,6 +1902,7 @@ void *imap_thread(void *arg) timed_thread_unlock(mail->p_timed_thread); } } + buf = recvbuf; buf = strstr(buf, "RECENT"); if (buf) { // back up until we reach '*'