diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-07 04:55:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-07 04:55:16 +0800 |
commit | e6d686b05535b925f21f6e16d0f027038c158923 (patch) | |
tree | aa7f7ca2aa3b7c970d35cee8aa03ae1044a3336d /camel/ChangeLog | |
parent | a683bdd9d2a43f2b70f174c36847b0763f6cbf67 (diff) | |
download | gsoc2013-evolution-e6d686b05535b925f21f6e16d0f027038c158923.tar.gz gsoc2013-evolution-e6d686b05535b925f21f6e16d0f027038c158923.tar.zst gsoc2013-evolution-e6d686b05535b925f21f6e16d0f027038c158923.zip |
Fixes bug #1138.
2001-07-06 Jeffrey Stedfast <fejj@ximian.com>
* providers/local/camel-maildir-store.c (get_inbox): Fixes bug
#1138.
svn path=/trunk/; revision=10860
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 19f300bb16..08413f1dc8 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2001-07-06 Jeffrey Stedfast <fejj@ximian.com> + * providers/local/camel-maildir-store.c (get_inbox): Fixes bug + #1138. + * providers/local/camel-mbox-summary.c (camel_mbox_summary_build_from): Make the `day-of-month' digit take up 2 chars by using "%2d". Fixes bug #3989 for lame mailers |