After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 714655 - Indicate in Geary folder list new messages in all labels
Indicate in Geary folder list new messages in all labels
Status: RESOLVED FIXED
Product: geary
Classification: Other
Component: client+engine
master
Other All
: High normal
: 0.13.0
Assigned To: Geary Maintainers
Geary Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-05 09:51 UTC by Jim Nelson
Modified: 2018-07-06 02:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Charles Lindsay 2013-11-21 20:28:29 UTC


---- Reported by jim@yorba.org 2013-02-05 13:51:00 -0800 ----

Original Redmine bug id: 6333
Original URL: http://redmine.yorba.org/issues/6333
Searchable id: yorba-bug-6333
Original author: Jim Nelson
Original description:

Geary should detect new messages for all folders and indicate them in the
sidebar. A simple indicator would be to boldface the folder name. Selecting
the folder would clear the flag.

Indicating new messages in the Inbox is a separate ticket (#6332) because we
can implement that today, whereas this ticket requires Engine work.

Related issues:
related to geary - 6332: Indicate new Inbox messages in sidebar (Fixed)
related to geary - Feature #3694: Indicate unread message count in folder list (Fixed)
related to geary - Feature #6982: Show total message counts in folders (Fixed)
related to geary - 7182: unread message count includes messages which
haven't been... (Invalid)
duplicated by geary - Feature #6801: Notification counter (Duplicate)
blocked by geary - Feature #6365: Prefetch mail in background (Fixed)



---- Additional Comments From geary-maint@gnome.bugs 2013-08-12 18:08:00 -0700 ----

### History

####

#1

Updated by Jim Nelson 9 months ago

  * **Tracker** changed from _Bug_ to _Feature_
  * **Subject** changed from _Indicate new messages in all folders_ to _Indicate in Geary folder list new messages in all labels_
  * **Target version** changed from _0.3.0_ to _0.4.0_

This needs more discussion. The idea here is to indicate within Geary when new
messages have arrived in a user label that didn't go through the Inbox.

####

#2

Updated by Jim Nelson 3 months ago

  * **Target version** changed from _0.4.0_ to _0.5.0_



--- Bug imported by chaz@yorba.org 2013-11-21 20:28 UTC  ---

This bug was previously known as _bug_ 6333 at http://redmine.yorba.org/show_bug.cgi?id=6333

Unknown milestone "unknown in product geary. 
   Setting to default milestone for this product, "---".
Setting qa contact to the default for this product.
   This bug either had no qa contact or an invalid one.
Resolution set on an open status.
   Dropping resolution 

Comment 1 Hilary Wright 2015-03-26 07:52:53 UTC
Hello,

I was wondering whether there was any progress on this feature? I use geary 0.6.5 on Fedora 20

I use labels a lot to sort incoming emails, bypassing the gmail inbox and placing the email immediately in the label.

Labels can be nested. Geary gives no indication in the hierarchy that there are unread emails lower down, so to find new emails in labels, I have to open each label one by one.
Comment 2 Jim Nelson 2015-03-26 19:08:37 UTC
You're using a pretty old version of Geary and should consider upgrading.

There's no motion on this ticket at the present.  At this moment, if this is important to you, I would strongly recommend looking into coding yourself or trying to organize contributor(s).
Comment 3 Hilary Wright 2015-03-26 21:16:42 UTC
Hello Jim,

Thanks for your reply; I'm using the version that's delivered with Fedora 20 and is available in theor repos. I tried installing the lastest version but no luck, it didn't work.

I'm afraid my coding skills are not up to much, but I'll take a look...
Comment 4 Michael Gratton 2018-07-06 02:44:08 UTC
I'm going to resolve this as fixed, since Geary master is currently doing the right thing - the Inbox, Junk and all user-created, non-special folders will show an unready count if there are any unread messages, and these counts are updated at startup, when going online, if a user operation involves that folder and periodically when going online.

The periodic refresh interval is not currently terribly high (every 15 minutes), since it's expensive for both the client and server. Once Geary implements quick resync (Bug 713117) we'll be able to reduce that, and once we implement IMAP NOTIFY (Bug 730795) and server support for it becomes more widespread, the counts should be updated in real-time.