diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-14 13:10:58 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-14 13:10:58 +0800 |
commit | f6bfa59574deffabf0067c3741d35cd2238daaf2 (patch) | |
tree | b28dfe5882c6fb0ff8243adc729fe9be8c6c8910 /camel/ChangeLog | |
parent | abdfcfcfe2f4fb79a05bd0e2def3d65a668e96ae (diff) | |
download | gsoc2013-evolution-f6bfa59574deffabf0067c3741d35cd2238daaf2.tar gsoc2013-evolution-f6bfa59574deffabf0067c3741d35cd2238daaf2.tar.gz gsoc2013-evolution-f6bfa59574deffabf0067c3741d35cd2238daaf2.tar.bz2 gsoc2013-evolution-f6bfa59574deffabf0067c3741d35cd2238daaf2.tar.lz gsoc2013-evolution-f6bfa59574deffabf0067c3741d35cd2238daaf2.tar.xz gsoc2013-evolution-f6bfa59574deffabf0067c3741d35cd2238daaf2.tar.zst gsoc2013-evolution-f6bfa59574deffabf0067c3741d35cd2238daaf2.zip |
if the mbox doesn't end with a '\n', write one before appending the new
* providers/mbox/camel-mbox-folder.c (mbox_append_message): if the
mbox doesn't end with a '\n', write one before appending the new
message.
svn path=/trunk/; revision=3562
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 d5e69538e3..533f243df5 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-06-14 Dan Winship <danw@helixcode.com> + + * providers/mbox/camel-mbox-folder.c (mbox_append_message): if the + mbox doesn't end with a '\n', write one before appending the new + message. + 2000-06-14 Jeffrey Stedfast <fejj@helixcode.com> * camel-mime-filter-crlf.c (filter): Updated the encoder to allocate more |