aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-06-15 03:06:03 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-06-15 03:06:03 +0800
commit7631ea1f37969de8457d7b2d373b69ea1da8480c (patch)
treea5d8788b974d77ea7ba4fd4359376b01df039fd7
parent1072bbd65915a892258d85bdb8190f025f4bfc66 (diff)
downloadgsoc2013-evolution-7631ea1f37969de8457d7b2d373b69ea1da8480c.tar
gsoc2013-evolution-7631ea1f37969de8457d7b2d373b69ea1da8480c.tar.gz
gsoc2013-evolution-7631ea1f37969de8457d7b2d373b69ea1da8480c.tar.bz2
gsoc2013-evolution-7631ea1f37969de8457d7b2d373b69ea1da8480c.tar.lz
gsoc2013-evolution-7631ea1f37969de8457d7b2d373b69ea1da8480c.tar.xz
gsoc2013-evolution-7631ea1f37969de8457d7b2d373b69ea1da8480c.tar.zst
gsoc2013-evolution-7631ea1f37969de8457d7b2d373b69ea1da8480c.zip
Added a Reply-to-list menu item.
2001-06-14 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail.xml: Added a Reply-to-list menu item. svn path=/trunk/; revision=10233
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/evolution-mail.xml6
2 files changed, 10 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 3377f385a9..b2975c8e50 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-14 Jeffrey Stedfast <fejj@ximian.com>
+
+ * evolution-mail.xml: Added a Reply-to-list menu item.
+
2001-06-08 Iain Holmes <iain@ximian.com>
* evolution-executive-summary.xml: Change for the new stuff.
diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml
index f61598a599..ddd34a459f 100644
--- a/ui/evolution-mail.xml
+++ b/ui/evolution-mail.xml
@@ -129,6 +129,11 @@
accel="*Control*r"
pixtype="pixbuf"/>
+ <cmd name="MessageReplyList"
+ _tip="Compose a reply to the mailing list of the selected message"
+ accel=""
+ pixtype="pixbuf"/>
+
<cmd name="MessageResend"
_tip="Open the selected message in the composer to re-send it"/>
@@ -311,6 +316,7 @@
<separator/>
<menuitem name="MessageReplySender" verb="" _label="_Reply to Sender"/>
+ <menuitem name="MessageReplyList" verb="" _label="Reply to _List"/>
<menuitem name="MessageReplyAll" verb="" _label="Reply to _All"/>
<menuitem name="MessageForward" verb="" _label="_Forward Message"/>
<submenu name="ForwardAs" _label="Forward As">