diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2001-09-21 08:55:36 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-09-21 08:55:36 +0800 |
commit | 5de6e2a14b9d3e4fc3260cfa195921d020249a22 (patch) | |
tree | 59a15ad96fb6ba95b33a855e205cbb3a2849e02e /camel/ChangeLog | |
parent | 8ee783370fbc98b8a6556a65eae8aa1c94d0cc86 (diff) | |
download | gsoc2013-evolution-5de6e2a14b9d3e4fc3260cfa195921d020249a22.tar.gz gsoc2013-evolution-5de6e2a14b9d3e4fc3260cfa195921d020249a22.tar.zst gsoc2013-evolution-5de6e2a14b9d3e4fc3260cfa195921d020249a22.zip |
Setup unread count properly, and also setup the url properly.
* providers/local/camel-local-folder.c
(camel_local_folder_construct): Setup unread count properly, and
also setup the url properly.
(scan_dir): Dont include empty host part in url for folder.
(scan_dir): Lookup folder counts for any folders we currenty have
open.
svn path=/trunk/; revision=13035
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 482549acdc..5d8203658b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,7 +1,14 @@ 2001-09-20 <NotZed@Ximian.com> + * providers/local/camel-local-folder.c + (camel_local_folder_construct): Setup unread count properly, and + also setup the url properly. + * providers/local/camel-maildir-store.c (camel_folder_info_new): Build the path on the folderinfo. + (scan_dir): Dont include empty host part in url for folder. + (scan_dir): Lookup folder counts for any folders we currenty have + open. * providers/local/camel-spool-store.c (get_folder_info): If we have this folder open, then set unread from the folder itself. |