FS#34843 - Make bugs/AUR messages more visible
Attached to Project:
AUR web interface
Opened by Anatol Pomozov (anatolik) - Thursday, 18 April 2013, 14:04 GMT
Last edited by Lukas Fleischer (lfleischer) - Thursday, 18 February 2016, 20:58 GMT
Opened by Anatol Pomozov (anatolik) - Thursday, 18 April 2013, 14:04 GMT
Last edited by Lukas Fleischer (lfleischer) - Thursday, 18 February 2016, 20:58 GMT
|
Details
Followup for this thread
http://archlinux.2023198.n4.nabble.com/Make-AUR-notifier-messages-more-visible-td4686616.html
I found that AUR comment emails are too invisible in my mailbox. The reason is that notifier sends messages to [hidden email] and hides my email in "bcc". Thus email clients (e.g. gmail) do not mark those emails with ">" symbol and they lost in miriads of similar emails from maillists. It would be better if these emails were sent "to" user email as it makes such emails more visible in email clients. Yes, it is possible to create a filter specific for AUR message and messages from bugs. But forcing everyone to create one sounds wrong to me. Most people just will not do this. And I think "invisible" message by default + people's laziness to create filters is the reason why it is more difficult to get an AUR package maintainer response via comments rather than via personal email. Most web sites (such as forums) known to me send notifications "to:" user exactly for this reason - make these messages visible by default. |
This task depends upon
Closed by Lukas Fleischer (lfleischer)
Thursday, 18 February 2016, 20:58 GMT
Reason for closing: Implemented
Additional comments about closing: Implemented in 4.2.0.
Thursday, 18 February 2016, 20:58 GMT
Reason for closing: Implemented
Additional comments about closing: Implemented in 4.2.0.
Why should AUR be altered to satisfy the defaults of YOUR specific mail client?
The fact that this particular client comes pre-configured with a filter to make certain emails stand out isn't reason enough for AUR to change how it sends mails.
Also, if there is no way to achieve mark an email as "highest priority" on your email client, that's an issue you should report to gmail's devs, not expect everyone else to accomodate their email to your client which, from what you say, sounds rather broken.
In other words: if I used Jmail, and Jmail maked as important emails where I'm in the "CC:" field, I wouldn't expect AUR to alter how it sends mails just to accomodate to my client.
The issue is not Gmail specific. Sending a message "to: " by convention is a form of marking the message as important independently of mail client. And I do not have any more arguments except "it is just obvious that it should work this way". I am telling you as a former Gmail UI engineer who spent a lot of time on resolving usability issues.
Did you test your code? `foreach` works the other way around.
Also I think that for mass mailing AUR/bugs should use some kind of background sender. Something like http://pear.php.net/package/Mail_Queue
It avoids growing the AUR codebase, and it'll handle the queue itself. If it runs locally, there's almost no delay in message submission on AUR's behalf.
opensmtpd would be extra easy and quick to set up, and pretty light resource-wise.
Yeah, it is even better.