diff options
author | Dan Winship <danw@src.gnome.org> | 2001-01-05 01:08:40 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-01-05 01:08:40 +0800 |
commit | 495030c715bc440ab4a57f7e6f49d8b711953906 (patch) | |
tree | cb0a371388ebd39d6415c0f9d480fa414d36661c /mail/folder-browser.h | |
parent | f9f6c398725a2e0969e23753106edfb896ea5930 (diff) | |
download | gsoc2013-evolution-495030c715bc440ab4a57f7e6f49d8b711953906.tar.gz gsoc2013-evolution-495030c715bc440ab4a57f7e6f49d8b711953906.tar.zst gsoc2013-evolution-495030c715bc440ab4a57f7e6f49d8b711953906.zip |
Connect to "message_changed" on the folder if it's on a remote storage.
* folder-browser.c (got_folder): Connect to "message_changed" on
the folder if it's on a remote storage.
(update_unread_count): Update the folder unread count / highlight
in the shell when the unread message count changes
svn path=/trunk/; revision=7249
Diffstat (limited to 'mail/folder-browser.h')
-rw-r--r-- | mail/folder-browser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/folder-browser.h b/mail/folder-browser.h index 41d282b7e5..3c07cbdbe0 100644 --- a/mail/folder-browser.h +++ b/mail/folder-browser.h @@ -35,6 +35,7 @@ struct _FolderBrowser { */ char *uri; CamelFolder *folder; + int unread_count; /* last known unread message count */ /* async loading stuff */ char *loading_uid;/* what uid am i loading now */ |