On Thu, 2002-02-14 at 03:44, Oliver Kurlvink wrote:
> -----Forwarded Message-----
>
> > From: Oliver Kurlvink <[EMAIL PROTECTED]>
> > To: Alessio Bragadini <[EMAIL PROTECTED]>
> > Subject: Re: [Evolution] Re: Reply-to-List and toolbar
> > Date: 14 Feb 2002 12:42:58 +0100
> >
> > On Thu, 2002-02-14 at 11:43, Alessio Bragadini wrote:
> > > > You can use "Reply to list" the list is correct labeled, so it will
> > > > work.
> >
> > Reply to List doesn't have a button or shortcut...
True enough. I've made some patches that replace the "Reply to All"
button on the toolbar with the much much much more useful "reply to
list" button. I use "reply to all" about once a week, and I expect that
many evolution users only use "reply to all" because it's on the
toolbar.
> > > Is it possible to have 'Reply to List' a button in the toolbar?
> > > On a more general basis, is it possible to customize the Mail toolbar?
The problem with customizing it is that some things are coded into some
.c file, meaning that you have to recompile for the changes to take
effect. Supposedly the bug that necessitated this has been fixed, but
things are still in the .c file, instead of XML.
Anyway, here are the patches, they're taken against HEAD, but I've been
using them since 0.8 or so, IIRC.
Greg
--
Portland, Oregon, USA.
Index: mail/folder-browser-ui.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/folder-browser-ui.c,v
retrieving revision 1.42
diff -u -r1.42 folder-browser-ui.c
--- mail/folder-browser-ui.c 2002/02/13 22:28:39 1.42
+++ mail/folder-browser-ui.c 2002/02/19 17:12:19
@@ -127,6 +127,7 @@
E_PIXMAP ("/commands/MessageCopy", "copy_16_message.xpm"),
E_PIXMAP ("/commands/MessageMove", "move_message.xpm"),
E_PIXMAP ("/commands/MessageReplyAll", "reply_to_all.xpm"),
+ E_PIXMAP ("/commands/MessageReplyList", "reply_to_all.xpm"),
E_PIXMAP ("/commands/MessageReplySender", "reply.xpm"),
E_PIXMAP ("/commands/MessageForward", "forward.xpm"),
E_PIXMAP ("/commands/MessageApplyFilters", "apply-filters-16.xpm"),
@@ -139,6 +140,7 @@
E_PIXMAP ("/Toolbar/MailMessageToolbar/MessageReplySender",
"buttons/reply.png"),
E_PIXMAP ("/Toolbar/MailMessageToolbar/MessageReplyAll",
"buttons/reply-to-all.png"),
+ E_PIXMAP ("/Toolbar/MailMessageToolbar/MessageReplyList",
+"buttons/reply-to-all.png"),
E_PIXMAP ("/Toolbar/MailMessageToolbar/MessageForward", "buttons/forward.png"),
E_PIXMAP ("/Toolbar/MailMessageToolbar/PrintMessage", "buttons/print.png"),
E_PIXMAP ("/Toolbar/MailMessageToolbar/MessageMove",
"buttons/move-message.png"),
Index: ui/evolution-mail-message.xml
===================================================================
RCS file: /cvs/gnome/evolution/ui/evolution-mail-message.xml,v
retrieving revision 1.30
diff -u -r1.30 evolution-mail-message.xml
--- ui/evolution-mail-message.xml 2002/02/13 00:30:51 1.30
+++ ui/evolution-mail-message.xml 2002/02/19 17:12:19
@@ -335,8 +335,8 @@
_label="Reply" priority="1"
pixtype="pixbuf"/>
- <toolitem name="MessageReplyAll" verb=""
- _label="Reply to All" priority="1"
+ <toolitem name="MessageReplyList" verb=""
+ _label="Reply to List" priority="1"
pixtype="pixbuf"/>
<toolitem name="MessageForward" verb=""