[Evolution] Keyboard shortcut to change "Message Display"
guenther
guenther@rudersport.de
Tue, 06 Jan 2004 14:55:35 +0100
--=-p6F4WjOtTZRN/K8ZsfVX
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
> If you wanna have this, but don't dare to mess with this files, I
> probably can send you a patch. Unfortunately I'm in a hurry right now.
Changed plans. Here we go.
Attached is a patch against evolution-mail-message.xml to create
shortcuts for Message View Header and Message View Normal. They aren't
the best, but it was hard to find anything at all... ;)
At least this probably can be a starter for your own hacking...
...guenther
--
char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}
--=-p6F4WjOtTZRN/K8ZsfVX
Content-Disposition: attachment; filename=view-message.diff
Content-Type: text/x-diff; name=view-message.diff; charset=iso-8859-15
Content-Transfer-Encoding: 7bit
--- evolution-mail-message.xml.src 2004-01-06 14:36:39.000000000 +0100
+++ evolution-mail-message.xml 2004-01-06 14:48:50.000000000 +0100
@@ -169,6 +169,7 @@
<cmd name="ViewFullHeaders"
_tip="Show message with all email headers"
+ accel="*Control**Shift*M"
type="radio" group="message_display"/>
<cmd name="ViewLoadImages"
@@ -176,6 +177,7 @@
<cmd name="ViewNormal"
_tip="Show message in the normal style"
+ accel="*Control*M"
type="radio" group="message_display"/>
<cmd name="ViewSource"
--=-p6F4WjOtTZRN/K8ZsfVX--