diff options
author | Not Zed <NotZed@Ximian.com> | 2005-08-03 15:52:37 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-08-03 15:52:37 +0800 |
commit | ea16178be7d85d9a16df1505f16ce8cb300107ca (patch) | |
tree | a6db7046444a1ecc70f676ccba263e6130b18c92 /ui | |
parent | ed20cc7435ae91bfd41f068365cbac5cd52b97ac (diff) | |
download | gsoc2013-evolution-ea16178be7d85d9a16df1505f16ce8cb300107ca.tar.gz gsoc2013-evolution-ea16178be7d85d9a16df1505f16ce8cb300107ca.tar.zst gsoc2013-evolution-ea16178be7d85d9a16df1505f16ce8cb300107ca.zip |
re-added the post-reply function. There's no way to use news otherwise,
2005-08-02 Not Zed <NotZed@Ximian.com>
* evolution-mail-message.xml: re-added the post-reply function.
There's no way to use news otherwise, duh. See #302843.
svn path=/trunk/; revision=29963
Diffstat (limited to 'ui')
-rw-r--r-- | ui/ChangeLog | 5 | ||||
-rw-r--r-- | ui/evolution-mail-message.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 71057bbef8..697da62e04 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2005-08-02 Not Zed <NotZed@Ximian.com> + + * evolution-mail-message.xml: re-added the post-reply function. + There's no way to use news otherwise, duh. See #302843. + 2005-07-28 Rodney Dawes <dobey@novell.com> * evolution-mail-list.xml: The command name for hiding selected diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 16b1341a3a..2948d81929 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -329,7 +329,7 @@ <placeholder name="MailMessageActions"> <menuitem name="MessageReplyAll" verb="" _label="Reply"/> -<!-- <menuitem name="MessagePostReply" verb="" _label="Post a Repl_y"/> --> + <menuitem name="MessagePostReply" verb="" _label="Post a Repl_y"/> <menuitem name="MessageReplySender" verb="" _label="_Reply to Sender"/> <menuitem name="MessageReplyList" verb="" _label="Reply to _List"/> <menuitem name="MessageForward" verb="" _label="_Forward"/> |