[Akonadi] [Bug 337665] The new GMAIL resources does not change the email from unread to read

Daniel Vrátil dvratil at redhat.com
Thu Jul 24 10:42:42 BST 2014


https://bugs.kde.org/show_bug.cgi?id=337665

Daniel Vrátil <dvratil at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |http://commits.kde.org/kdep
                   |                            |imlibs/8fb4b39d6cdebfea8032
                   |                            |6e931198126c0421fc3d
         Resolution|---                         |FIXED
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from Daniel Vrátil <dvratil at redhat.com> ---
Git commit 8fb4b39d6cdebfea80326e931198126c0421fc3d by Dan Vrátil.
Committed on 24/07/2014 at 09:30.
Pushed by dvratil into branch 'KDE/4.14'.

ETM: Don't ignore itemChanged of items in virtual collections

It can happen that storage collection of an item is not in the ETM, but
only virtual collections containing items from that collection (see Gmail
resource for example). In that case ETM will only receive itemChanged
notifications for the virtual collections, but not for the storage one,
so the item won't be updated, because ETM does not update the original
item when the notification is detined for a virtual collection.

This change makes ETM not to ignore itemChange notifications when the
collection is virtual, but perserves the orignal parent collection.
Approved-By: Christian Mollekopf

M  +9    -2    akonadi/entitytreemodel_p.cpp

http://commits.kde.org/kdepimlibs/8fb4b39d6cdebfea80326e931198126c0421fc3d

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Kdepim-bugs mailing list