diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-04 04:54:07 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-04 04:54:07 +0800 |
commit | 08e6ede22adccfa0eb798135113b3e74dae0fa8d (patch) | |
tree | bca33e8ab5b9a69463f1a9a88ce661ebe4d6d7d4 /mail/ChangeLog | |
parent | 7c553e6e5bb47c7b4b26f9bed147e7b7df234f96 (diff) | |
download | gsoc2013-evolution-08e6ede22adccfa0eb798135113b3e74dae0fa8d.tar gsoc2013-evolution-08e6ede22adccfa0eb798135113b3e74dae0fa8d.tar.gz gsoc2013-evolution-08e6ede22adccfa0eb798135113b3e74dae0fa8d.tar.bz2 gsoc2013-evolution-08e6ede22adccfa0eb798135113b3e74dae0fa8d.tar.lz gsoc2013-evolution-08e6ede22adccfa0eb798135113b3e74dae0fa8d.tar.xz gsoc2013-evolution-08e6ede22adccfa0eb798135113b3e74dae0fa8d.tar.zst gsoc2013-evolution-08e6ede22adccfa0eb798135113b3e74dae0fa8d.zip |
#include <camel/camel-file-utils.h>
* message-list.c: #include <camel/camel-file-utils.h>
* mail-ops.c (get_folderinfo_get):
* subscribe-dialog.c (build_tree): Update for
camel_store_get_folder_info prototype change.
* mail-format.c (handle_text_plain_flowed): Improve more on the
fix from the other day: the first level of indentation adds blank
lines, but further levels don't...
svn path=/trunk/; revision=9660
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 73f6b34ca7..1bb358058f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2001-05-03 Dan Winship <danw@ximian.com> + + * message-list.c: #include <camel/camel-file-utils.h> + + * mail-ops.c (get_folderinfo_get): + * subscribe-dialog.c (build_tree): Update for + camel_store_get_folder_info prototype change. + + * mail-format.c (handle_text_plain_flowed): Improve more on the + fix from the other day: the first level of indentation adds blank + lines, but further levels don't... + 2001-04-30 Dan Winship <danw@ximian.com> * folder-browser.c (folder_browser_destroy): Unhook event handlers |