mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
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
This commit is contained in:
parent
39270e951f
commit
c15287e798
@ -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 '*'
|
||||
|
Loading…
Reference in New Issue
Block a user