> 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="[EMAIL PROTECTED]";
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; }}}
--- 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"

Reply via email to