aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorMichael Meeks <michael@ximian.com>2001-04-14 16:02:59 +0800
committerMichael Meeks <michael@src.gnome.org>2001-04-14 16:02:59 +0800
commit04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2 (patch)
treeb5e5eb3fca54a50b8643bfdf7125fef9b272e6dd /ui
parenta5e6e0b5f3e06eee5726edfe276c5d3c65bb155c (diff)
downloadgsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.tar.gz
gsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.tar.zst
gsoc2013-evolution-04fac44de1b9b0106ef95b6bf6cfc2d877b01fd2.zip
Do this everywhere, also fixup CLEANFILES
Do this everywhere, also fixup CLEANFILES 2001-04-14 Michael Meeks <michael@ximian.com> * Makefile.am (dist-hook): remove built sources from dist. svn path=/trunk/; revision=9309
Diffstat (limited to 'ui')
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/evolution-mail.xml73
2 files changed, 75 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 170316fa0a..46beaec1b2 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-13 Michael Meeks <michael@ximian.com>
+
+ * evolution-mail.xml: Add a load of commands, sigh, people
+ do this so brokenly.
+
2001-04-02 Anders Carlsson <andersca@codefactory.se>
* evolution-mail.xml: Added a space after an attribute to make libxml happy.
diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml
index b3205b4d23..652af1200d 100644
--- a/ui/evolution-mail.xml
+++ b/ui/evolution-mail.xml
@@ -14,13 +14,80 @@
<cmd name="MailStop"
pixtype="stock" pixname="Stop"/>
- <cmd name="MailCompose"
- pixtype="pixbuf" _label="_Compose"/>
+ <cmd name="MailCompose" pixtype="pixbuf" _label="Compose"/>
+ <cmd name="PrintMessage" _label="Print message..."
+ _tip="Print message to the printer"
+ pixtype="pixbuf" accel="*Control*P"/>
+
+ <cmd name="PrintPreviewMessage" _label="Print Preview of message..."
+ _tip="Previews the message to be printed" pixtype="pixbuf"/>
+
+ <cmd name="EditSelectAll" _label="Select All" accel="*Control*a"/>
+
+ <cmd name="EditInvertSelection" _label="Invert Selection"
+ accel="*Control*i"/>
+
+ <cmd name="MessageOpenNewWnd" _label="Open in New Window"
+ _tip="Open the current message in a new window" accel="*Control*o"/>
+
+ <cmd name="MessageEdit" _label="Edit Message"
+ _tip="Edit the current message" pixbuf="pixbuf" accel="*Control*e"/>
+
+ <cmd name="MessageSaveAs" _label="_Save Message As..."
+ _tip="Save the message into a new file"
+ pixtype="pixbuf" accel="*Control**Alt*s"/>
+
+ <cmd name="MessagePrint" _label="Print Message"
+ _tip="Print the selected message" accel="*Control*p"/>
+
+ <cmd name="MessageReplySndr" _label="Reply to sender" pixtype="pixbuf"
+ accel="*Control*r" _tip="Send a reply to the person who sent you this mail"/>
+
+ <cmd name="MessageReplyAll" _label="Reply to all"
+ pixtype="pixbuf" accel="*Control**Shift*r"
+ _tip="Send a single mail in reply to all the selected mail"/>
+
+ <cmd name="MessageForwardAttached" _label="Forward"
+ _tip="Forward the selected mail to someone" accel="*Control*j"/>
+
+ <cmd name="MessageForwardInlined" _label="Forward inline"
+ _tip="Forward this message in-line with your mail, so you can edit it"
+ accel="*Control**Shift*j"/>
+
+ <cmd name="MessageMarkAsRead" _label="Mark As Read"
+ _tip="Mark the selected messages as having been read" accel="*Control*k"/>
+
+ <cmd name="MessageMarkAsUnRead" _label="Mark As U_nread"
+ _tip="Mark the selected messages as not having been read" accel="*Control**Shift*k"/>
+
+ <cmd name="MessageMove" _label="Move"
+ _tip="Move selected messages to another folder" pixtype="pixbuf" accel="*Control*m"/>
+
+ <cmd name="MessageCopy" _label="Copy"
+ _tip="Copy selected messages to another folder" accel="*Control*c"/>
+
+ <cmd name="MessageDelete" _label="Delete"
+ _tip="Delete the selected messages" accel="*Control*d"/>
+
+ <cmd name="MessageUndelete" _label="Undelete"
+ _tip="Un-delete the selected messages" accel="*Control*u"/>
+
+ <cmd name="MessageApplyFilters" _label="Apply Filters"
+ _tip="Apply any new filters to the mail in this box"
+ accel="*Control*y"/>
+
+
+ <cmd name="FolderExpunge" _label="Expunge"
+ _tip="Finaly remove all mails tagged for deletion"
+ accel="*Control*x"/>
+
+ <cmd name="FolderConfig" _label="Configure Folder..."
+ _tip="Change the properties of this folder" pixtype="pixbuf"/>
+
<cmd name="MailGetSend" pixtype="pixbuf" _tip="Send queued mail
and retrieve new mail"/>
- <cmd name="MessageForwardAttached" accel="*Control*f"/>
</commands>
<keybindings>
Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Add explicit dependency on pkgconfbapt2013-08-311-1/+1 * The FreeBSD x11 team proudly presentszeising2013-05-251-2/+2 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-2/+1 * Remove duplicated dirrmgarga2013-04-261-1/+0 * Fix pkg-plist again, now it seems to be fine.garga2013-04-262-2/+1 * - Fix PLISTgarga2013-04-252-0/+2 * Update to 3.5.1garga2013-04-242-4/+3 * Fix plistgarga2013-03-262-0/+7 * Now devel/lua-lgi is fixed, update awesome to 3.5 againgarga2013-03-255-74/+84 * - convert USE_CMAKE to USESmakc2013-03-231-1/+1 * Downgrade awesome to 3.4.x while devel/lua-lgi is brokengarga2013-03-145-85/+75 * - Fix lua-lgi dependencygarga2013-03-112-10/+19 * - Add missing dependency lua-lgigarga2013-03-111-1/+4 * Update to 3.5garga2013-03-094-68/+67 * Update to 3.4.15garga2013-02-122-3/+3 * Update to 3.4.14garga2013-01-042-5/+4 * - Update x11/libxdg-basedir to 1.2.0 [1]pawel2012-12-311-1/+1 * - Update xcb-util to 0.3.9garga2012-12-111-0/+1 * Change headers of all ports maintained by me to new formatgarga2012-10-051-5/+1 * Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my portsgarga2012-08-031-2/+2 * Update to 3.4.13garga2012-07-163-16/+16 * - Move to OPTIONSnggarga2012-07-031-14/+15 * Update to 3.4.12garga2012-06-193-4/+5 * - update png to 1.5.10dinoex2012-06-01