diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-12 06:43:57 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-09-12 06:43:57 +0800 |
commit | a0c47f23393e75fb8372af6b7db04c60696def56 (patch) | |
tree | 78ceec4a2992f26bfbf62ffaeb7839dad7d6aa16 | |
parent | a24f5d36acd3e55a1a5928339e895173cd517ed0 (diff) | |
download | gsoc2013-evolution-a0c47f23393e75fb8372af6b7db04c60696def56.tar gsoc2013-evolution-a0c47f23393e75fb8372af6b7db04c60696def56.tar.gz gsoc2013-evolution-a0c47f23393e75fb8372af6b7db04c60696def56.tar.bz2 gsoc2013-evolution-a0c47f23393e75fb8372af6b7db04c60696def56.tar.lz gsoc2013-evolution-a0c47f23393e75fb8372af6b7db04c60696def56.tar.xz gsoc2013-evolution-a0c47f23393e75fb8372af6b7db04c60696def56.tar.zst gsoc2013-evolution-a0c47f23393e75fb8372af6b7db04c60696def56.zip |
ChangeLog for my previous commit.
svn path=/trunk/; revision=5349
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 089bb3c884..036571c08b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -21,6 +21,15 @@ * mail-ops.c (do_fetch_mail): If we're fetching from an mbox formatted file then we need to do some special-casing. +2000-09-11 Ettore Perazzoli <ettore@helixcode.com> + + * component-factory.c (owner_set_cb): Call + `mail_local_storage_startup()' to set up handling of the local + storage. + + * mail-local-storage.c: New. + * mail-local-storage.h: New. + 2000-09-11 Christopher James Lahey <clahey@helixcode.com> * mail-display.c: Fixed some warnings. |