aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-02-11 12:14:17 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-02-11 12:14:17 +0800
commit7d8ca744f76b34e1c889b1685ad28026e71dc482 (patch)
tree9323979ed6a6b539c847fd2e1d982ee9ed830131 /mail/ChangeLog
parentaae60baf0154867ea986e2b7000f21fa8c8444c9 (diff)
downloadgsoc2013-evolution-7d8ca744f76b34e1c889b1685ad28026e71dc482.tar
gsoc2013-evolution-7d8ca744f76b34e1c889b1685ad28026e71dc482.tar.gz
gsoc2013-evolution-7d8ca744f76b34e1c889b1685ad28026e71dc482.tar.bz2
gsoc2013-evolution-7d8ca744f76b34e1c889b1685ad28026e71dc482.tar.lz
gsoc2013-evolution-7d8ca744f76b34e1c889b1685ad28026e71dc482.tar.xz
gsoc2013-evolution-7d8ca744f76b34e1c889b1685ad28026e71dc482.tar.zst
gsoc2013-evolution-7d8ca744f76b34e1c889b1685ad28026e71dc482.zip
Check the full list of IDs instead of just the default id and if we find
2001-02-10 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (list_add_addresses): Check the full list of IDs instead of just the default id and if we find an address matching one of the user's ids, then save it. (mail_generate_reply): Try to guess which account to use based upon the list of To and Cc addresses and pass that as the 'From' address to e_msg_composer_set_headers(). (forward_get_composer): Updated to reflect changes to e-msg-composer. svn path=/trunk/; revision=8166
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index d8c96c6954..dc6ed7bc37 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,14 @@
+2001-02-10 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-callbacks.c (list_add_addresses): Check the full list of
+ IDs instead of just the default id and if we find an address
+ matching one of the user's ids, then save it.
+ (mail_generate_reply): Try to guess which account to use based
+ upon the list of To and Cc addresses and pass that as the 'From'
+ address to e_msg_composer_set_headers().
+ (forward_get_composer): Updated to reflect changes to
+ e-msg-composer.
+
2001-02-11 Gediminas Paulauskas <menesis@delfi.lt>
* mail-config.glade.h: removed, xml-i18n-extract's the strings itself.