aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-06-02 09:08:25 +0800
committerDan Winship <danw@src.gnome.org>2000-06-02 09:08:25 +0800
commit5ab6198e11a0ca19e7fcb99ee483b95eb46a8ee8 (patch)
treef6e5187ce5275963464d83092e86d3d31da865a1 /mail/ChangeLog
parentf5916a12a69fddd8d68c777850d2f4b217d41ae6 (diff)
downloadgsoc2013-evolution-5ab6198e11a0ca19e7fcb99ee483b95eb46a8ee8.tar
gsoc2013-evolution-5ab6198e11a0ca19e7fcb99ee483b95eb46a8ee8.tar.gz
gsoc2013-evolution-5ab6198e11a0ca19e7fcb99ee483b95eb46a8ee8.tar.bz2
gsoc2013-evolution-5ab6198e11a0ca19e7fcb99ee483b95eb46a8ee8.tar.lz
gsoc2013-evolution-5ab6198e11a0ca19e7fcb99ee483b95eb46a8ee8.tar.xz
gsoc2013-evolution-5ab6198e11a0ca19e7fcb99ee483b95eb46a8ee8.tar.zst
gsoc2013-evolution-5ab6198e11a0ca19e7fcb99ee483b95eb46a8ee8.zip
Fix forwarding to work for people other than me. :) [Although apparently
* mail-format.c (mail_generate_forward): Fix forwarding to work for people other than me. :) [Although apparently it doesn't really.] svn path=/trunk/; revision=3357
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 152dcb04b3..b6c0c43beb 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,9 @@
2000-06-01 Dan Winship <danw@helixcode.com>
+ * mail-format.c (mail_generate_forward): Fix forwarding to work
+ for people other than me. :) [Although apparently it doesn't
+ really.]
+
* mail-ops.c (delete_msg): Add a quick hack to move the selection
down a row when you delete a message.