diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 13 | ||||
-rw-r--r-- | ui/evolution-message-composer.xml | 53 |
2 files changed, 52 insertions, 14 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index d1216c94ff..2851194612 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,5 +1,18 @@ 2001-03-06 Miguel de Icaza <miguel@ximian.com> + * evolution-message-composer.xml: Reorder menus to be File, Edit, + View, Insert, Format (instead of File, Edit, Format, View, Insert). + + Add View/From Field and View/From BCC + + Add Insert/File. + + Add File/Send menu item. + + Change the look to follow the "mailer" look (thiner display). + + + * evolution-tasks.xml: Added "File/New/Task" as well. * evolution-mail.xml: Added "File/New/Mail Message" at the top diff --git a/ui/evolution-message-composer.xml b/ui/evolution-message-composer.xml index 06152658fc..1d2707780a 100644 --- a/ui/evolution-message-composer.xml +++ b/ui/evolution-message-composer.xml @@ -30,11 +30,22 @@ pixtype="stock" pixname="Send Mail"/> <cmd name="FileAttach" _label="Attach" _tip="Attach a file" - pixtype="stock" pixname="Attach" accel="*Ctrl**Alt*A"/> + pixtype="stock" pixname="Attach"/> <cmd name="FormatHtml" _label="HTML" _tip="Send the mail in HTML format" type="toggle" state="0"/> + <cmd name="ViewFrom" _label="_From Field" + _tip="Toggles whether the From chooser is displayed" type="toggle" state="0"/> + + <cmd name="ViewCC" _label="_Cc Field" + _tip="Toggles whether the CC field is displayed" + type="toggle" state="0"/> + + <cmd name="ViewBCC" _label="_Bcc Field" + _tip="Toggles whether the BCC field is displayed" + type="toggle" state="0"/> + <cmd name="ViewAttach" _label="Show attachments" _tip="Show / hide attachments" type="toggle" state="0"/> @@ -59,6 +70,12 @@ <placeholder name="FileOps"/> + <menuitem name="FileSend" verb="" _label="Send"/> + + <menuitem name="FileSendLater" verb="" _label="Send _Later"/> + + <separator/> + <menuitem name="FileSave" verb="" _label="_Save"/> <menuitem name="FileSaveAs" verb="" _label="Save _As..."/> @@ -74,11 +91,6 @@ <separator/> - <menuitem name="FileSend" verb="" _label="Send"/> - - <menuitem name="FileSendLater" verb="" _label="Send _Later"/> - - <separator/> <menuitem name="FileClose" verb="" _label="_Close"/> @@ -87,16 +99,29 @@ <submenu name="Edit" _label="_Edit"/> + <submenu name="View" _label="_View"> - <submenu name="Format" _label="F_ormat"> - - <menuitem name="FormatHtml" verb=""/> - + <menuitem name="ViewAttach" verb="" + _label="Show _attachments"/> + + <separator/> + + <menuitem name="ViewFrom" verb=""/> + <menuitem name="ViewCC" verb=""/> + <menuitem name="ViewBCC" verb=""/> </submenu> - <submenu name="View" _label="_View"> + <submenu name="Insert" _label="_Insert"> + <menuitem name="FileAttach" verb="" + _label="_File"/> + + <placeholder name="Component"> + </placeholder> + </submenu> + + <submenu name="Format" _label="F_ormat"> - <menuitem name="ViewAttach" verb="" _label="Show _attachments"/> + <menuitem name="FormatHtml" verb=""/> </submenu> @@ -126,9 +151,9 @@ </menu> - <dockitem name="Toolbar" behavior="exclusive"> + <dockitem name="Toolbar" behavior="exclusive" hlook="text" vlook="icon"> - <toolitem name="FileSend" verb="" _tip="Send this message now"/> + <toolitem name="FileSend" verb="" _tip="Send this message now" priority="1"/> <toolitem name="FileAttach" verb=""/> |