diff options
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail.xml | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 9b45c90327..3d925e4535 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2001-03-08 Jeffrey Stedfast <fejj@ximian.com> + + * evolution-mail.xml: Took out the "IMPLEMENT ME"'s from the + forward menu items since I've coded them now. + 2001-03-08 Ettore Perazzoli <ettore@ximian.com> * evolution-mail.xml: Renamed the "Get Mail" button to "Send and diff --git a/ui/evolution-mail.xml b/ui/evolution-mail.xml index 626de0933e..e5e89826b8 100644 --- a/ui/evolution-mail.xml +++ b/ui/evolution-mail.xml @@ -152,11 +152,12 @@ <menuitem name="MessageForwardInlined" verb="" _label="Inline" accel="*Control**Shift*j"/> - + <menuitem name="MessageForwardQuoted" verb="" - _label="Quoted (FIXME: implement me)"/> + _label="Quoted"/> + <menuitem name="MessageForwardAttachment" verb="" - _label="Attachment (FIXME: implement me)"/> + _label="Attachment"/> <separator/> |