aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-02-15 05:38:40 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-02-15 05:38:40 +0800
commite2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019 (patch)
treea2b385f11a3e8dbdb3fb539dea9496cb2f11cc52 /mail/ChangeLog
parent24b63477d15ebd6bdc2cd47d3f63fb58c50b07cf (diff)
downloadgsoc2013-evolution-e2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019.tar
gsoc2013-evolution-e2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019.tar.gz
gsoc2013-evolution-e2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019.tar.bz2
gsoc2013-evolution-e2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019.tar.lz
gsoc2013-evolution-e2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019.tar.xz
gsoc2013-evolution-e2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019.tar.zst
gsoc2013-evolution-e2fb2c92b5bc2cbce7e6b9294e55c9e23a8cc019.zip
Default the from-account to the source account. If that fails, then guess
2002-02-14 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (mail_generate_reply): Default the from-account to the source account. If that fails, then guess the from-account based on the recipients. Fixes bug #20479. svn path=/trunk/; revision=15728
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c0ed52c3c8..ef5bfc6a37 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-14 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-callbacks.c (mail_generate_reply): Default the from-account
+ to the source account. If that fails, then guess the from-account
+ based on the recipients. Fixes bug #20479.
+
2002-02-13 Jeffrey Stedfast <fejj@ximian.com>
* mail-display.c (drag_data_get_cb): Implement.