diff options
author | Dan Winship <danw@src.gnome.org> | 2000-12-12 07:17:46 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-12-12 07:17:46 +0800 |
commit | 045479b2a4f78e688036dc4fdab64226743a7d3f (patch) | |
tree | 6509fcfa91efecc87d7cbfba55f3a5c65065c9d6 /mail/ChangeLog | |
parent | 1566ccd64de572ee1769f4220a2743744447a3a6 (diff) | |
download | gsoc2013-evolution-045479b2a4f78e688036dc4fdab64226743a7d3f.tar gsoc2013-evolution-045479b2a4f78e688036dc4fdab64226743a7d3f.tar.gz gsoc2013-evolution-045479b2a4f78e688036dc4fdab64226743a7d3f.tar.bz2 gsoc2013-evolution-045479b2a4f78e688036dc4fdab64226743a7d3f.tar.lz gsoc2013-evolution-045479b2a4f78e688036dc4fdab64226743a7d3f.tar.xz gsoc2013-evolution-045479b2a4f78e688036dc4fdab64226743a7d3f.tar.zst gsoc2013-evolution-045479b2a4f78e688036dc4fdab64226743a7d3f.zip |
Deal with "mailstorage" type views (top-level mail storages) by trying to
* component-factory.c (create_view): Deal with "mailstorage" type
views (top-level mail storages) by trying to fill the storage's
folder tree again if we failed before.
(add_storage): Create new storages with a URI and type
"mailstorage".
* mail-ops.c (cleanup_scan_subfolders): On success, mark the
storage as having been loaded, so create_view won't try again.
svn path=/trunk/; revision=6923
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a769558880..36c7b214e3 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2000-12-11 Dan Winship <danw@helixcode.com> + + * component-factory.c (create_view): Deal with "mailstorage" type + views (top-level mail storages) by trying to fill the storage's + folder tree again if we failed before. + (add_storage): Create new storages with a URI and type + "mailstorage". + + * mail-ops.c (cleanup_scan_subfolders): On success, mark the + storage as having been loaded, so create_view won't try again. + 2000-12-11 Jeffrey Stedfast <fejj@helixcode.com> * mail-format.c (decode_pgp): Updated to reflect arguments to the |