[kmail2] [Bug 440524] Expiry settings not displayed properly from Akonadi config

Laurent Montel bugzilla_noreply at kde.org
Tue Aug 3 06:21:20 BST 2021


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

Laurent Montel <montel at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/pim/
                   |                            |mailcommon/commit/6ed6903a8
                   |                            |b6b78869e60a2aab91ed997e6c9
                   |                            |bf31
             Status|REPORTED                    |RESOLVED
   Version Fixed In|                            |5.18.0
         Resolution|---                         |FIXED

--- Comment #9 from Laurent Montel <montel at kde.org> ---
Git commit 6ed6903a8b6b78869e60a2aab91ed997e6c9bf31 by Laurent Montel.
Committed on 03/08/2021 at 05:20.
Pushed by mlaurent into branch 'release/21.08'.

Fix Bug 440524 - Expiry settings not displayed properly from Akonadi config

FIXED-IN: 5.18.0

(loading was incorrect:
-        settings.mUnreadExpireUnits = attr->readExpireUnits();
-        settings.mReadExpireUnits = attr->unreadExpireUnits();
+        settings.mUnreadExpireUnits = attr->unreadExpireUnits();
+        settings.mReadExpireUnits = attr->readExpireUnits();
)

M  +2    -2    src/collectionpage/collectionexpirypage.cpp
M  +20   -0    src/collectionpage/collectionexpirywidget.cpp
M  +2    -6    src/collectionpage/collectionexpirywidget.h

https://invent.kde.org/pim/mailcommon/commit/6ed6903a8b6b78869e60a2aab91ed997e6c9bf31

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list