diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-12-07 02:29:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-12-07 02:29:19 +0800 |
commit | ccf1ad8012b0f20db29e92ead64df2878afa0830 (patch) | |
tree | 761466aa1016643f0c56b6a55efec42ccaa46532 /ui/evolution-mail-message.xml | |
parent | 2c6ca58b20fb1bc38131cd03802cb52cbe871800 (diff) | |
download | gsoc2013-evolution-ccf1ad8012b0f20db29e92ead64df2878afa0830.tar.gz 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
Diffstat (limited to 'ui/evolution-mail-message.xml')
-rw-r--r-- | ui/evolution-mail-message.xml | 7 |
1 files changed, 7 insertions, 0 deletions
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> |