GNOME Bugzilla – Bug 271089
add keybinding for "view all headers" of message
Last modified: 2013-09-13 00:46:41 UTC
Description of Problem: No keybindings for the 'view message as' 'source/headers/normal' menu items that are often used. Patch is included below... which I have used unchanged since the 1.4 series Multiple people here use it and would like to see it included by default Patch: --- ./evolution-mail-message.xml 2004-02-07 21:23:09.000000000 +0100 +++ /tmp/evolution-mail-message.xml 2004-02-10 10:46:14.000000000 +0100 @@ -169,6 +169,7 @@ <cmd name="ViewFullHeaders" _tip="Show message with all email headers" + accel="*Control*2" type="radio" group="message_display"/> <cmd name="ViewLoadImages" @@ -176,10 +177,12 @@ <cmd name="ViewNormal" _tip="Show message in the normal style" + accel="*Control*1" type="radio" group="message_display"/> <cmd name="ViewSource" _tip="Show the raw email source of the message" + accel="*Control*3" type="radio" group="message_display"/> <cmd name="TextZoomIn"
Created attachment 44540 [details] [review] udiff patch to add the keybindings (ctrl-1, 2 and 3)
Created attachment 44541 [details] [review] udiff patch to add the keybindings (ctrl-1, 2 and 3)
please send yourpatch to evolution-patches mailing list. You may need to subscribe. See http://lists.ximian.com
*** bug 266335 has been marked as a duplicate of this bug. ***
setting first patch to obsolete, because it's a copy of the second one.
Hmm, currently Ctrl+D will toggle normal / source. I dont think Ctrl+1 is a good idea. Look for some unique/meaningful key than just these numbers. setting the patch to Obsolete
Ctrl+D currently (2.3.8) deletes the message. :-) Ctrl+U shows the source, like in every browser (at least every browser *i* use :-) so this request would be "add shortcut/keybinding for "view all headers"" now, changing summary. this is mailer and not shell component.
control+1 is very bad. anyway, this is a duplicate ov bug 226610 *** This bug has been marked as a duplicate of 226610 ***