> I'm wondering how to add a Reply To List button in the toolbar, next to > the Reply and Reply To All buttons.
I had this customization myself some months ago. Since there is a shortcut CTRL-L since 1.4.5 IIRC, this isn't necessary any more. If the patch didn't made in 1.4.5 see bugzilla for the patch: http://bugzilla.ximian.com/show_bug.cgi?id=16925 Editing the toolbar is only possible for the entire machine using the files in /usr/share/evolution/1.4/ui/ (YMMV, the patch mentioned by Frederik is SuSE specific AFAIK). I found some advice on this in my Sent mail, HTH. -- snip -- That's not as easy. The heavy thing is to find an icon. At least, you can set Gnome stock icons -- if you know the actual name. Search evolution-mail-message.xml for <placeholder name="MailMessageToolbar"> and add another entry between ReplySender and ReplyAll: <toolitem name="MessageReplyList" verb="" _label="Reply to List" priority="1" pixtype="stock" pixname="Mail"/> -- snip -- Be careful with any customizations to these files. Breaking them will prevent Evo from starting. > I'm having some trouble in general, editing toolbars in Gnome (Ximian > Desktop 2), does anyone feel to help me out? Depends on the applications. > Watch the cross-post... Please, do not cross post. ...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
