After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 271089 - add keybinding for "view all headers" of message
add keybinding for "view all headers" of message
Status: RESOLVED DUPLICATE of bug 226610
Product: evolution
Classification: Applications
Component: Mailer
2.4.x (obsolete)
Other All
: Normal enhancement
: Future
Assigned To: evolution-mail-maintainers
Evolution QA team
: 266335 (view as bug list)
Depends on:
Blocks: 310552
 
 
Reported: 2005-01-07 15:48 UTC by Mark Janssen
Modified: 2013-09-13 00:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
udiff patch to add the keybindings (ctrl-1, 2 and 3) (698 bytes, patch)
2005-01-07 15:49 UTC, Mark Janssen
none Details | Review
udiff patch to add the keybindings (ctrl-1, 2 and 3) (698 bytes, patch)
2005-01-07 15:53 UTC, Mark Janssen
none Details | Review

Description Mark Janssen 2005-01-07 15:48:20 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"
Comment 1 Mark Janssen 2005-01-07 15:49:16 UTC
Created attachment 44540 [details] [review]
udiff patch to add the keybindings (ctrl-1, 2 and 3)
Comment 2 Mark Janssen 2005-01-07 15:53:12 UTC
Created attachment 44541 [details] [review]
udiff patch to add the keybindings (ctrl-1, 2 and 3)
Comment 3 Gerardo Marin 2005-01-07 21:58:44 UTC
please send yourpatch to evolution-patches mailing list. You may need
to subscribe. See http://lists.ximian.com
Comment 4 André Klapper 2005-03-09 17:52:18 UTC
*** bug 266335 has been marked as a duplicate of this bug. ***
Comment 5 André Klapper 2005-07-20 10:34:27 UTC
setting first patch to obsolete, because it's a copy of the second one.
Comment 6 Srinivasa Ragavan 2005-07-21 09:56:54 UTC
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
Comment 7 André Klapper 2005-08-29 12:18:06 UTC
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.
Comment 8 André Klapper 2005-12-31 20:58:37 UTC
control+1 is very bad.
anyway, this is a duplicate ov bug 226610

*** This bug has been marked as a duplicate of 226610 ***