aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-19 14:11:59 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-19 14:11:59 +0800
commit2a9d6b7ad652d48a819555603b21d2c51fdfaa17 (patch)
treec8ff30500f36b5ffe246e58e5aafb5262f972c3a /mail/ChangeLog
parent637fc55361690fa0c572a61e862b95f3535a75b3 (diff)
downloadgsoc2013-evolution-2a9d6b7ad652d48a819555603b21d2c51fdfaa17.tar
gsoc2013-evolution-2a9d6b7ad652d48a819555603b21d2c51fdfaa17.tar.gz
gsoc2013-evolution-2a9d6b7ad652d48a819555603b21d2c51fdfaa17.tar.bz2
gsoc2013-evolution-2a9d6b7ad652d48a819555603b21d2c51fdfaa17.tar.lz
gsoc2013-evolution-2a9d6b7ad652d48a819555603b21d2c51fdfaa17.tar.xz
gsoc2013-evolution-2a9d6b7ad652d48a819555603b21d2c51fdfaa17.tar.zst
gsoc2013-evolution-2a9d6b7ad652d48a819555603b21d2c51fdfaa17.zip
Add Resend Message menu item.
2001-03-19 Jeffrey Stedfast <fejj@ximian.com> * folder-browser-factory.c: Add Resend Message menu item. * folder-browser.c (on_right_click): Add resend to the right-click menu. * mail-callbacks.c (composer_sent_cb): Unref the message. (composer_postpone_cb): Unref the message here too. (resend_msg): New callback to allow resending of messages in the Sent folder. svn path=/trunk/; revision=8816
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index f6216c7198..428e7645b1 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,6 +1,14 @@
2001-03-19 Jeffrey Stedfast <fejj@ximian.com>
+ * folder-browser-factory.c: Add Resend Message menu item.
+
+ * folder-browser.c (on_right_click): Add resend to the right-click
+ menu.
+
* mail-callbacks.c (composer_sent_cb): Unref the message.
+ (composer_postpone_cb): Unref the message here too.
+ (resend_msg): New callback to allow resending of messages in the
+ Sent folder.
2001-03-18 Jeffrey Stedfast <fejj@ximian.com>