Forgot the icon updating function call for when new mail arrives. Doh !

SVN revision: 23422
This commit is contained in:
Christopher Michael 2006-06-13 16:06:30 +00:00
parent 3bfc85b5f8
commit 008ccca44d
1 changed files with 2 additions and 1 deletions

3
imap.c
View File

@ -253,7 +253,8 @@ _mail_imap_server_data(void *data, int type, void *event)
{
ic->config->num_new = num;
ic->config->num_total = total;
_mail_set_text(is->data);
if ((num > 0) && (ic->config->use_exec) && (ic->config->exec))
_mail_start_exe(ic->config);