I'm using sieve filters and incoming mail is stored in many folders, not only INBOX. So, in Roundcube we're displaying number of unread messages page title, but this number includes only INBOX messages. From my point of view it's useless and for some peaople maybe confusing.
We cannot display number of all unread messages in all folders (because of performance reasons and hard implementation), so I see two solutions:
I think the second is better.
- Display unread for currently selected folder only.
- Don't display the number at all.
I agree. dont display at all. and leave it for a plugin to put something there if someone really wants it.
Cor
List info: http://lists.roundcube.net/dev/ BT/aba52c80
I disagree.
Im using Opera as my main browser, and always use the page title to check if there are new e-mails available. If you remove that function you
ll have to check the page every time
you want to see if new mail has arrived.
Most of the people I know use the title to check for new mail.
Timo
On Sat, 4 Sep 2010 11:09:07 +0200, Cor Bosman cor@xs4all.nl wrote:
- Display unread for currently selected folder only.
- Don't display the number at all.
I agree. dont display at all. and leave it for a plugin to put something there if someone really wants it.
Cor
List info: http://lists.roundcube.net/dev/ BT/d83f44ef
List info: http://lists.roundcube.net/dev/ BT/aba52c80
On Sat, 04 Sep 2010 18:59:59 +0200, Timo Hutjens timo@iq-design.nl wrote:
I disagree. I
m using Opera as my main browser, and always use the page title to check if there are new e-mails available. If you remove that function you
ll have to check the page every time you want to see if new mail has arrived.
I second this. I wouldn't mind a plugin though.
Most of the people I know use the title to check for new mail.
Timo
On Sat, 4 Sep 2010 11:09:07 +0200, Cor Bosman cor@xs4all.nl wrote:
- Display unread for currently selected folder only.
- Don't display the number at all.
I agree. dont display at all. and leave it for a plugin to put something there if someone really wants it.
Cor
List info: http://lists.roundcube.net/dev/ BT/d83f44ef
List info: http://lists.roundcube.net/dev/ BT/a9aa918c
On Sat, Sep 4, 2010 at 11:01, A.L.E.C alec@alec.pl wrote:
I'm using sieve filters and incoming mail is stored in many folders, not only INBOX. So, in Roundcube we're displaying number of unread messages page title, but this number includes only INBOX messages. From my point of view it's useless and for some peaople maybe confusing.
I know many people who use this as a feature.
We cannot display number of all unread messages in all folders (because of performance reasons and hard implementation), so I see two solutions:
- Display unread for currently selected folder only.
This seems reasonable to me. In this case one can even have multiple tabs open on different folders and each of them is showing the number of new messages. But changing the current behavior will confuse some users because they're not used to switch to Inbox in order to display the number of newly arrived messages.
- Don't display the number at all.
This is not really an option for me. Why removing an existing (and well used) feature?
~Thomas _______________________________________________ List info: http://lists.roundcube.net/dev/ BT/aba52c80
On 18.09.2010 18:53, Thomas Bruederli wrote:
- Display unread for currently selected folder only.
This seems reasonable to me. In this case one can even have multiple tabs open on different folders and each of them is showing the number of new messages. But changing the current behavior will confuse some users because they're not used to switch to Inbox in order to display the number of newly arrived messages.
- Don't display the number at all.
This is not really an option for me. Why removing an existing (and well used) feature?
I have many recent/unread messages in many folders, so displaying counter for INBOX only is confusing (and useless) for me. That's the only reason, to remove confusion.
On Mon, 20 Sep 2010 08:31:50 +0200, "A.L.E.C" alec@alec.pl wrote:
On 18.09.2010 18:53, Thomas Bruederli wrote:
- Display unread for currently selected folder only.
This seems reasonable to me. In this case one can even have multiple tabs open on different folders and each of them is showing the number of new messages. But changing the current behavior will confuse some users because they're not used to switch to Inbox in order to display the number of newly arrived messages.
- Don't display the number at all.
This is not really an option for me. Why removing an existing (and well used) feature?
I have many recent/unread messages in many folders, so displaying counter for INBOX only is confusing (and useless) for me. That's the only reason, to remove confusion.
I would prefer to have configurable. Can't you display the count of all unread messages if option check all folders for recent messages is enabled?
--- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/kJ/FmBJ8HmC/vcard.vcf 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 20.09.2010 08:39, Roland Liebl wrote:
I have many recent/unread messages in many folders, so displaying counter for INBOX only is confusing (and useless) for me. That's the only reason, to remove confusion.
I would prefer to have configurable. Can't you display the count of all unread messages if option check all folders for recent messages is enabled?
This would be a solution for check-recent action, but we need to update pagetitle when messages are marked as read or deleted and in this cases getting current number of unread in all folders will be expensive and/or could be problematic.
Also we have in current implementation at least one bug. Consider two folders, INBOX with 1 unread and TEST with 0 unread. Steps:
So, I see some inconsistency here (in 2 or 3).