diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2008-08-08 03:30:06 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-08 03:30:06 +0800 |
commit | 9238a8a25904e282ea1115fc903d3490cba28b60 (patch) | |
tree | 6e9327541cfa6c83a530767980cb57df7d7824b9 /ui/evolution-mail-message.xml | |
parent | 92c958d9bf5f875848650c7e137e5d7ca14a96aa (diff) | |
download | gsoc2013-evolution-9238a8a25904e282ea1115fc903d3490cba28b60.tar.gz gsoc2013-evolution-9238a8a25904e282ea1115fc903d3490cba28b60.tar.zst gsoc2013-evolution-9238a8a25904e282ea1115fc903d3490cba28b60.zip |
** Fix for bug #546788
2008-08-07 Paul Bolle <pebolle@tiscali.nl>
** Fix for bug #546788
* mail/em-folder-view.c: "/commands/ViewNormal" isn't actually used.
It is probably a leftover from a previous way of setting the formatting
style. It can be removed. Related cleanups.
* ui/evolution-mail-message.xml: Drop unused "ViewNormal" cmd entry.
svn path=/trunk/; revision=35929
Diffstat (limited to 'ui/evolution-mail-message.xml')
-rw-r--r-- | ui/evolution-mail-message.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ui/evolution-mail-message.xml b/ui/evolution-mail-message.xml index 5b0a29c57d..0acbc44647 100644 --- a/ui/evolution-mail-message.xml +++ b/ui/evolution-mail-message.xml @@ -214,10 +214,6 @@ _tip="Force images in HTML mail to be loaded" accel="*Control*i" pixtype="pixbuf"/> - <cmd name="ViewNormal" - _tip="Show messages in the normal style" - type="radio" group="message_display"/> - <cmd name="ViewSource" _tip="Show the raw email source of the message" accel="*Control*u"/> |