| Summary: | feature request: be able to show message account/folder in message list | ||
|---|---|---|---|
| Product: | [Applications] kmail2 | Reporter: | Christoph Vogtländer <kde> |
| Component: | message list | Assignee: | kdepim bugs <pim-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | 5.14.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/pim/messagelib/commit/672a22a9e326310f84d39be7e0a67ba2f4db01fe | Version Fixed/Implemented In: | 5.15.0 |
| Sentry Crash Report: | |||
|
Description
Christoph Vogtländer
2020-04-27 01:07:00 UTC
Git commit 672a22a9e326310f84d39be7e0a67ba2f4db01fe by Sandro Knauß, on behalf of Christoph Vogtländer.
Committed on 24/05/2020 at 00:47.
Pushed by knauss into branch 'master'.
Add field "Folder" to theme content items and to message tool tip
Summary:
Add possibility to add the messages account/folder as a theme content
item. Additionally, show the path in the messages tool tip.
FIXED-IN: 5.15.0
Test Plan:
New tool tip:
{F8321268}
New "Folder" item in content items
{F8307551}
Message list:
{F8321283}
Reviewers: #vdg, dvratil
Reviewed By: dvratil
Subscribers: dvratil, kde-pim
Tags: #kde_pim, #kde_pim_kmail
Differential Revision: https://phabricator.kde.org/D29602
M +10 -0 messagelist/src/core/item.cpp
M +10 -0 messagelist/src/core/item.h
M +1 -0 messagelist/src/core/item_p.h
M +3 -0 messagelist/src/core/theme.cpp
M +5 -1 messagelist/src/core/theme.h
M +12 -0 messagelist/src/core/themedelegate.cpp
M +2 -0 messagelist/src/core/view.cpp
M +31 -0 messagelist/src/storagemodel.cpp
M +2 -0 messagelist/src/storagemodel.h
M +6 -0 messagelist/src/utils/themeeditor.cpp
https://invent.kde.org/pim/messagelib/commit/672a22a9e326310f84d39be7e0a67ba2f4db01fe
Git commit 672a22a9e326310f84d39be7e0a67ba2f4db01fe by Sandro Knauß, on behalf of Christoph Vogtländer.
Committed on 24/05/2020 at 00:47.
Pushed by knauss into branch 'master'.
Add field "Folder" to theme content items and to message tool tip
Summary:
Add possibility to add the messages account/folder as a theme content
item. Additionally, show the path in the messages tool tip.
FIXED-IN: 5.15.0
Test Plan:
New tool tip:
{F8321268}
New "Folder" item in content items
{F8307551}
Message list:
{F8321283}
Reviewers: #vdg, dvratil
Reviewed By: dvratil
Subscribers: dvratil, kde-pim
Tags: #kde_pim, #kde_pim_kmail
Differential Revision: https://phabricator.kde.org/D29602
M +10 -0 messagelist/src/core/item.cpp
M +10 -0 messagelist/src/core/item.h
M +1 -0 messagelist/src/core/item_p.h
M +3 -0 messagelist/src/core/theme.cpp
M +5 -1 messagelist/src/core/theme.h
M +12 -0 messagelist/src/core/themedelegate.cpp
M +2 -0 messagelist/src/core/view.cpp
M +31 -0 messagelist/src/storagemodel.cpp
M +2 -0 messagelist/src/storagemodel.h
M +6 -0 messagelist/src/utils/themeeditor.cpp
https://invent.kde.org/pim/messagelib/commit/672a22a9e326310f84d39be7e0a67ba2f4db01fe
|