diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-29 02:01:34 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-29 02:01:34 +0800 |
commit | c3b6d117ee155a571d8c4da01b81b6855e26e6f6 (patch) | |
tree | 792ae21c9ea6b66faa9413ec6631e250d60064b4 /camel/ChangeLog | |
parent | ed8e120bf0d4a9ce00235fcf62a8e82856aa39c4 (diff) | |
download | gsoc2013-evolution-c3b6d117ee155a571d8c4da01b81b6855e26e6f6.tar gsoc2013-evolution-c3b6d117ee155a571d8c4da01b81b6855e26e6f6.tar.gz gsoc2013-evolution-c3b6d117ee155a571d8c4da01b81b6855e26e6f6.tar.bz2 gsoc2013-evolution-c3b6d117ee155a571d8c4da01b81b6855e26e6f6.tar.lz gsoc2013-evolution-c3b6d117ee155a571d8c4da01b81b6855e26e6f6.tar.xz gsoc2013-evolution-c3b6d117ee155a571d8c4da01b81b6855e26e6f6.tar.zst gsoc2013-evolution-c3b6d117ee155a571d8c4da01b81b6855e26e6f6.zip |
Make this work when the inbox file doesn't yet exist.
* providers/mbox/camel-mbox-folder.c
(_check_get_or_maybe_generate_summary_file): Make this work when
the inbox file doesn't yet exist.
svn path=/trunk/; revision=2215
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 4ce430fe5f..b94ab8d079 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-03-28 Dan Winship <danw@helixcode.com> + + * providers/mbox/camel-mbox-folder.c + (_check_get_or_maybe_generate_summary_file): Make this work when + the inbox file doesn't yet exist. + 2000-03-27 Dan Winship <danw@helixcode.com> * providers/mbox/camel-mbox-folder.c (_append_message): uncomment |