> > "Redirect" as
> > It's also a more accurate label, imho.
>
> FWIW, I agree.
>
> What I'd really like to advocate is you consider moving it to a more
> exposed position - even so far as to be parallel to Reply and Forward in
> the Actions menu and right-click context menu.
I'm not sure if this would be a good idea with the average user in mind.
Most users will never need it.
If you happen to use it regularly, a custom shortcut would be the best
solution IMHO. The attached patch will use Ctrl-Shift-B a shortcut.
Apply the patch in your /usr/share/evolution/1.4/ui/ directory (YMMV).
...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-02-10 15:39:54.000000000 +0100
+++ evolution-mail-message.xml 2004-02-10 15:41:04.000000000 +0100
@@ -96,7 +96,7 @@
<cmd name="MessageRedirect"
_tip="Redirect (bounce) the selected message to someone"
- accel=""/>
+ accel="*Control**Shift*B"/>
<cmd name="MessageReplyAll"
_tip="Compose a reply to all of the recipients of the selected message"