I'd like to implement this feature into core, but I don't like to add more buttons in messagetoolbar. Also I think message options menu popup is not a perfect place for this. So, I've got another possibility. See attached image. Any comments?
Hey Alec,
On 21/09/2010 A.L.E.C wrote:
I'd like to implement this feature into core, but I don't like to add more buttons in messagetoolbar. Also I think message options menu popup is not a perfect place for this. So, I've got another possibility. See attached image. Any comments?
looks good to me. but it would be great if default could be configured. something like 'reply to list if mailinglist detected, otherwise reply to sender' would be my personal preference.
greetings, jonas
--- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/3y/Ptnm2bOj/signature.asc Only click these links if you trust the sender, as well as this message. --- 8< --- detachments --- 8< ---
List info: http://lists.roundcube.net/dev/ BT/aba52c80
21.09.2010 14:37, A.L.E.C wrote:
I'd like to implement this feature into core, but I don't like to add more buttons in messagetoolbar. Also I think message options menu popup is not a perfect place for this. So, I've got another possibility. See attached image. Any comments?
That's what newer thunderbird has.
+1
And that way we could also implement "Forward inline" and "Forward as attachment". _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
And that way we could also implement "Forward inline" and "Forward as attachment".
And a 'bounce'? :)
Cor
List info: http://lists.roundcube.net/dev/ BT/aba52c80
2010.09.21 15:28, Jonas Meurer rašė:
Hey Alec,
On 21/09/2010 A.L.E.C wrote:
I'd like to implement this feature into core, but I don't like to add more buttons in messagetoolbar. Also I think message options menu popup is not a perfect place for this. So, I've got another possibility. See attached image. Any comments?
looks good to me. but it would be great if default could be configured. something like 'reply to list if mailinglist detected, otherwise reply to sender' would be my personal preference.
greetings, jonas
Agreed.
And this may sound like bikeshedding, but I think it would be nice if for messages containing both List-headers and a reply-to pointing to the list, the Reply to Sender option would actually reply to sender instead of the list.
BTW the design itself is pretty nice!
Rimas
List info: http://lists.roundcube.net/dev/ BT/aba52c80
On Tue, 21 Sep 2010 13:37:13 +0200, "A.L.E.C" alec@alec.pl wrote:
I'd like to implement this feature into core, but I don't like to add more buttons in messagetoolbar. Also I think message options menu popup is not a perfect place for this. So, I've got another possibility. See attached image. Any comments?
I run a modified version of the Listcommands plugin which does this already. Also it changes my sender identity to match the one that received the email from the list. This is useful because I use a different address for mailinglists than I do for personal email and RC cannot detect it and switch identities automatically because its part of the mailing list headers rather written like a normal email address. I'm happy to share the code if anyone one is interested.
Phil _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
On 21.09.2010 15:11, Phil Weir wrote:
it changes my sender identity to match the one that received the email from the list.
How you do this? Delivered-To header?
I run a modified version of the Listcommands plugin which does this already. Also it changes my sender identity to match the one that received the email from the list. This is useful because I use a different address for mailinglists than I do for personal email and RC cannot detect it and switch identities automatically because its part of the mailing list headers rather written like a normal email address. I'm happy to share the code if anyone one is interested.
Im also happy to add your changes to the plugin if you think it's useful for others.
Cor
List info: http://lists.roundcube.net/dev/ BT/aba52c80
On 09/21/2010 02:28 PM, Jonas Meurer wrote:
Hey Alec,
On 21/09/2010 A.L.E.C wrote:
I'd like to implement this feature into core, but I don't like to add more buttons in messagetoolbar. Also I think message options menu popup is not a perfect place for this. So, I've got another possibility. See attached image. Any comments?
looks good to me. but it would be great if default could be configured. something like 'reply to list if mailinglist detected, otherwise reply to sender' would be my personal preference.
http://marc.merlins.org/netrants/listreplyto.html
cheers, raoul
it changes my sender identity to match the one that received the email from the list.
How you do this? Delivered-To header?
The code is attached. I do some comparisons with the return-path header
Phil
--- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/Jb/5snkxT7y/listcommands.php Only click these links if you trust the sender, as well as this message. --- 8< --- detachments --- 8< ---
List info: http://lists.roundcube.net/dev/ BT/aba52c80
On Tue, 21 Sep 2010 18:02:50 +0100, "Phil Weir" roundcube@tehinterweb.co.uk wrote:
How you do this? Delivered-To header?
The code is attached. I do some comparisons with the return-path header
This will work with 3 of 5 mailing lists I'm currently subscibing.
Phil Weir wrote:
On Tue, 21 Sep 2010 13:37:13 +0200, "A.L.E.C" alec@alec.pl wrote:
I'd like to implement this feature into core, but I don't like to add more buttons in messagetoolbar. Also I think message options menu popup is not a perfect place for this. So, I've got another possibility. See attached image. Any comments?
I run a modified version of the Listcommands plugin which does this already.
I like the approach of the listcommands plugin because it only adds UI elements if there are mailing list headers detected. Maybe it could be extended with the reply-to-list function.
Having a separate reply-to-all button is quite comfortable. If we change to have this is a options menu, we should also consider a setting where I can select to reply-to-all by default.
~Thomas _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
22.09.2010 10:15, Thomas Bruederli wrote:
Phil Weir wrote:
On Tue, 21 Sep 2010 13:37:13 +0200, "A.L.E.C" alec@alec.pl wrote:
I'd like to implement this feature into core, but I don't like to add more buttons in messagetoolbar. Also I think message options menu popup is not a perfect place for this. So, I've got another possibility. See attached image. Any comments?
I run a modified version of the Listcommands plugin which does this already.
I like the approach of the listcommands plugin because it only adds UI elements if there are mailing list headers detected. Maybe it could be extended with the reply-to-list function.
Having a separate reply-to-all button is quite comfortable. If we change to have this is a options menu, we should also consider a setting where I can select to reply-to-all by default.
Shouldn't we just use the "last explicitly used" reply method for default one? _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
2010.09.22 10:18, Vladislav Bogdanov rašė:
22.09.2010 10:15, Thomas Bruederli wrote:
Phil Weir wrote:
On Tue, 21 Sep 2010 13:37:13 +0200, "A.L.E.C" alec@alec.pl wrote:
I'd like to implement this feature into core, but I don't like to add more buttons in messagetoolbar. Also I think message options menu popup is not a perfect place for this. So, I've got another possibility. See attached image. Any comments?
I run a modified version of the Listcommands plugin which does this already.
I like the approach of the listcommands plugin because it only adds UI elements if there are mailing list headers detected. Maybe it could be extended with the reply-to-list function.
Having a separate reply-to-all button is quite comfortable. If we change to have this is a options menu, we should also consider a setting where I can select to reply-to-all by default.
Shouldn't we just use the "last explicitly used" reply method for default one?
No, this makes the UI rather unpredictable...
Rimas _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
On 22.09.2010 09:15, Thomas Bruederli wrote:
I like the approach of the listcommands plugin because it only adds UI elements if there are mailing list headers detected. Maybe it could be extended with the reply-to-list function.
Adding reply menu has two pros:
Having a separate reply-to-all button is quite comfortable. If we change to have this is a options menu, we should also consider a setting where I can select to reply-to-all by default.
I'll add an option for default reply setting with following possibilities:
On 09/22/2010 09:18 AM, Vladislav Bogdanov wrote:
Having a separate reply-to-all button is quite comfortable. If we change to have this is a options menu, we should also consider a setting where I can select to reply-to-all by default.
Shouldn't we just use the "last explicitly used" reply method for default one?
imho, that would be confusing.
i'd also like to see the reply all button seperate.
what about looking at thunderbird? (see attached image)
thanks, raoul
On 22.09.2010 09:29, Raoul Bhatia [IPAX] wrote:
i'd also like to see the reply all button seperate.
what about looking at thunderbird? (see attached image)
This is also a solution, but I'd like to have this in messagetoolbar.
So, we don't change Reply button, but Reply-all. We add a popup (with "reply all" and "reply list" options) to it. Then we add an option for default reply-all button action "reply to list if mailing list detected, otherwise reply to all".
On 09/22/2010 09:52 AM, A.L.E.C wrote:
On 22.09.2010 09:29, Raoul Bhatia [IPAX] wrote:
i'd also like to see the reply all button seperate.
what about looking at thunderbird? (see attached image)
This is also a solution, but I'd like to have this in messagetoolbar.
So, we don't change Reply button, but Reply-all. We add a popup (with "reply all" and "reply list" options) to it. Then we add an option for default reply-all button action "reply to list if mailing list detected, otherwise reply to all".
+1 for that :)
and then, it could be extended to (dis)honor the reply-to header ;)
thanks, raoul
On 2010-09-22 07:52 UTC A.L.E.C wrote:
On 22.09.2010 09:29, Raoul Bhatia [IPAX] wrote:
i'd also like to see the reply all button seperate.
what about looking at thunderbird? (see attached image)
This is also a solution, but I'd like to have this in messagetoolbar.
So, we don't change Reply button, but Reply-all. We add a popup (with "reply all" and "reply list" options) to it. Then we add an option for default reply-all button action "reply to list if mailing list detected, otherwise reply to all".
+1