diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-11-30 04:45:09 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-11-30 04:45:09 +0800 |
commit | 6a337122e631ff3802f07429d480b2af7780f35a (patch) | |
tree | 4fb30b5782ac50db8dffc0e3aba843fafd917a6c /mail/ChangeLog | |
parent | bf509e48d25c5c29386eccf1bdb0022cfb8ae708 (diff) | |
download | gsoc2013-evolution-6a337122e631ff3802f07429d480b2af7780f35a.tar gsoc2013-evolution-6a337122e631ff3802f07429d480b2af7780f35a.tar.gz gsoc2013-evolution-6a337122e631ff3802f07429d480b2af7780f35a.tar.bz2 gsoc2013-evolution-6a337122e631ff3802f07429d480b2af7780f35a.tar.lz gsoc2013-evolution-6a337122e631ff3802f07429d480b2af7780f35a.tar.xz gsoc2013-evolution-6a337122e631ff3802f07429d480b2af7780f35a.tar.zst gsoc2013-evolution-6a337122e631ff3802f07429d480b2af7780f35a.zip |
Use camel a bit more to help us out. Don't create the file ourselves,
2000-11-29 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c (do_save_messages): Use camel a bit more to help us
out. Don't create the file ourselves, treat it as a CamelFolder so
we don't have to worry about formatting.
svn path=/trunk/; revision=6724
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a9618f2a70..82673ac3e7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2000-11-29 Jeffrey Stedfast <fejj@helixcode.com> + + * mail-ops.c (do_save_messages): Use camel a bit more to help us + out. Don't create the file ourselves, treat it as a CamelFolder so + we don't have to worry about formatting. + 2000-11-29 Dan Winship <danw@helixcode.com> * main.c (main): Remove no-longer-needed e_unicode_init. |