aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-25 04:12:47 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-25 04:12:47 +0800
commit49bad5e10fbf9a6f084d53ff1076df4f10aff049 (patch)
tree1b7d7ce712ac52086b96abcaa8d428cc038bd303 /mail/ChangeLog
parent1ec137b9d68f02523919059d9bc4c22dea581c07 (diff)
downloadgsoc2013-evolution-49bad5e10fbf9a6f084d53ff1076df4f10aff049.tar
gsoc2013-evolution-49bad5e10fbf9a6f084d53ff1076df4f10aff049.tar.gz
gsoc2013-evolution-49bad5e10fbf9a6f084d53ff1076df4f10aff049.tar.bz2
gsoc2013-evolution-49bad5e10fbf9a6f084d53ff1076df4f10aff049.tar.lz
gsoc2013-evolution-49bad5e10fbf9a6f084d53ff1076df4f10aff049.tar.xz
gsoc2013-evolution-49bad5e10fbf9a6f084d53ff1076df4f10aff049.tar.zst
gsoc2013-evolution-49bad5e10fbf9a6f084d53ff1076df4f10aff049.zip
Do a case-insensitive comparison. (mail_generate_reply): Only resort to
2001-07-24 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (guess_me): Do a case-insensitive comparison. (mail_generate_reply): Only resort to the source account's identity if we can't find out which identity to use based on the recipients of the message first. * mail-config.c (mail_config_get_default_account): Make sure to return the 0th account if we don't have a default. We don't want to return NULL. * mail-callbacks.c (empty_trash): Use mail_tool_get_trash for the remote store trash folders. * mail-tools.c (mail_tool_get_trash): New convenience function. svn path=/trunk/; revision=11353
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index e4cf98263a..40a70a862c 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,19 @@
+2001-07-24 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-callbacks.c (guess_me): Do a case-insensitive comparison.
+ (mail_generate_reply): Only resort to the source account's
+ identity if we can't find out which identity to use based on the
+ recipients of the message first.
+
+ * mail-config.c (mail_config_get_default_account): Make sure to
+ return the 0th account if we don't have a default. We don't want
+ to return NULL.
+
+ * mail-callbacks.c (empty_trash): Use mail_tool_get_trash for the
+ remote store trash folders.
+
+ * mail-tools.c (mail_tool_get_trash): New convenience function.
+
2001-07-24 Jason Leach <jleach@ximian.com>
* mail-config.c (config_read): get_boolean_with_default for the
@@ -8,7 +24,8 @@
* mail-folder-cache.c (make_folder_name): Don't display "(0 unsent)" if
the outbox is empty.
- * mail-local.c (init_trash): Set up the local trash in the folder cache.
+ * mail-local.c (init_trash): Set up the local trash in the folder
+ cache.
* mail-folder-cache.c (update_idle): Make the error reporting a little
but more descriptive.