> > > Even more unfortunately, in my opinion, there is no hot key for "Reply
> > > to List."  If anyone knows how to map, say, CONTROL-L to "Reply to List"
> > > I'd be extremely grateful.
> > 
> > For Evolution *1.4* that is: edit (as root) the file
> >  /usr/share/evolution/1.4/ui/evolution-mail-message.xml
> > 
> > and set the empty accel value for MessageReplyList:
> >  <cmd name="MessageReplyList"
> >   _tip="Compose a reply to the mailing list of the selected message"
> >   accel="*Control*l"/>
> > 
> > 
> > I don't remember the path for your 1.2.x version, but IIRC it is in
> > /usr/share/gnome/ui and the syntax should be the same. Make sure, there
> > is no other action bound to Ctrl-L.
> 
> It's /opt/gnome/share/gnome/ui/evolution-mail-message.xml on my box.
> 
> Where are the key names (such as "period") documented?

I think you will have to guess, check which are already set or have a
look at the source code...


> How do I define the "n" key for MailNextUnread?

Well, what about the obvious? Add a line in evolution-mail-message.xml
where all the other MailNextUnread keybindings are stored:

 <accel name="N" verb="MailNextUnread"/>

...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 maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution

Reply via email to