aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-12-07 02:29:19 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-12-07 02:29:19 +0800
commitccf1ad8012b0f20db29e92ead64df2878afa0830 (patch)
tree761466aa1016643f0c56b6a55efec42ccaa46532
parent2c6ca58b20fb1bc38131cd03802cb52cbe871800 (diff)
downloadgsoc2013-evolution-ccf1ad8012b0f20db29e92ead64df2878afa0830.tar
gsoc2013-evolution-ccf1ad8012b0f20db29e92ead64df2878afa0830.tar.gz
gsoc2013-evolution-ccf1ad8012b0f20db29e92ead64df2878afa0830.tar.bz2
gsoc2013-evolution-ccf1ad8012b0f20db29e92ead64df2878afa0830.tar.lz
gsoc2013-evolution-ccf1ad8012b0f20db29e92ead64df2878afa0830.tar.xz
gsoc2013-evolution-ccf1ad8012b0f20db29e92ead64df2878afa0830.tar.zst
gsoc2013-evolution-ccf1ad8012b0f20db29e92ead64df2878afa0830.zip
Add an "Add Sender to Address Book" menu item.
2001-12-03 Jeffrey Stedfast <fejj@ximian.com> * evolution-mail-message.xml: Add an "Add Sender to Address Book" menu item. 2001-11-28 Christopher James Lahey <clahey@ximian.com> * evolution-contact-list-editor.xml: Consistency fixes with standard contact editor. Added Save As, Send As, and Send To. Replaced Save toolbar with Save and Close and added Save and Close menu item. Added a trash icon. svn path=/trunk/; revision=14904
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-mail-message.xml7
2 files changed, 12 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 40d95f5e98..96405bde3e 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2001-12-03 Jeffrey Stedfast <fejj@ximian.com>
+
+ * evolution-mail-message.xml: Add an "Add Sender to Address Book"
+ menu item.
+
2001-11-28 Christopher James Lahey <clahey@ximian.com>
* evolution-contact-list-editor.xml: Consistency fixes with
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml
index 035b5d1ac5..a6c1184f3f 100644
--- a/ui/evolution-mail-message.xml
+++ b/ui/evolution-mail-message.xml
@@ -2,6 +2,9 @@
<commands> <!-- Alphabetical by name, yo -->
+ <cmd name="AddSenderToAddressbook"
+ _tip="Add Sender to Address Book"/>
+
<cmd name="MailNext"
_tip="Display the next message"
accel="f"/>
@@ -273,6 +276,10 @@
<separator/>
+ <menuitem name="AddSenderToAddressbook" verb="" _label="Add Sender to Address Book"/>
+
+ <separator/>
+
<menuitem name="MessageApplyFilters" verb="" _label="_Apply Filters"/>
</placeholder>
</submenu>