Friedrich W. H. Kossebau
672657fdbd
Use action texts for buttons of confirmation dialog
4 years ago
Laurent Montel
269e8f33b0
Allow to show header in qtc6
4 years ago
Laurent Montel
bfa017214f
GIT_SILENT: remove duplicate includes
4 years ago
Laurent Montel
4e9d8c5b15
GIT_SILENT: add missing overide
4 years ago
Marco Rebhan
0b234a97e6
Replace removed insertEmail with addEmail
...
(see KContacts commit 779da83bcfa42ddc55a17a039e2d9ae9370266d0)
4 years ago
Laurent Montel
ceb9339576
Remove it
4 years ago
Laurent Montel
6da9ca225b
GIT_SILENT: remove nullptr here (not necessary as it's const)
4 years ago
Laurent Montel
c70134b905
Use "using namespace Mailcommon"
4 years ago
Laurent Montel
330ddfe262
Use directly "using namespace"
4 years ago
Laurent Montel
7c8b0ef210
Add missing const + Q_REQUIRED_RESULT
4 years ago
Ingo Klöcker
dc60839a85
Add hierarchical filtering of folders
...
This allows filtering a hierarchy of folders with path patterns like
"parent/sub" which matches all folders matching "sub" with parent folders
matching "parent".
Funded by: Intevation GmbH
BUG: 443791
FIXED-IN: 5.19.0
4 years ago
Laurent Montel
a37cf79cc0
Allow to not expand treewidget
4 years ago
Laurent Montel
08b00d2a6e
GIT_SILENT: Use non-nested p-impl classes
4 years ago
Laurent Montel
0297580b4d
Use unique_ptr
4 years ago
Laurent Montel
059ed5d1e2
Use std::unique_ptr
4 years ago
Laurent Montel
94a636f551
const'ify pointer
4 years ago
Laurent Montel
cd065dc69f
Not necessary to use qoverload here
5 years ago
Laurent Montel
d00361821b
Not necessary to use qOverload here
5 years ago
Laurent Montel
3780d63d90
Remove some qOverload as we remove deprecated qt5.15 signal
5 years ago
Laurent Montel
2a20c753cd
GIT_SILENT: use more camel case include
5 years ago
Laurent Montel
e92f626280
GIT_SILENT: Use more CamelCase includes (scripted)
5 years ago
Laurent Montel
a645b9d238
Use camel case include
5 years ago
Friedrich W. H. Kossebau
bc29098169
More Akonadi/ prefixed include
...
GIT_SILENT
5 years ago
Friedrich W. H. Kossebau
e1a61cf3dc
Remove unused boost includes
...
GIT_SILENT
5 years ago
Laurent Montel
92934a8bd2
GIT_SILENT: Fix warning
5 years ago
Laurent Montel
aada67ef56
Use Akonadi/ prefix here too
5 years ago
Laurent Montel
f489d52b0a
GIT_SILENT: migrate more include to new akonadi api
5 years ago
Laurent Montel
202b0693e2
GIT_SILENT: use new akonadi include
5 years ago
Laurent Montel
6e20a6ae0b
Make sure that quota value was defined
5 years ago
Laurent Montel
6572d149bf
Use qOverload directly (scripted)
5 years ago
Volker Krause
9267dcc93a
Use the Akonadi test controls provided by its CMake macros
...
That's what the CI uses as well now, so we don't need the additional
local options anymore.
5 years ago
Friedrich W. H. Kossebau
17197c848c
Fix CryptoUtils::assembleMessage() to not add bogus text/plain content-type
...
Found by failing unit tests mailcommon-filter-filteractiondecrypttest &
mailcommon-filter-filteractionencrypttest
5 years ago
Laurent Montel
b3f959595d
GIT_SILENT: use more cmake centric code
5 years ago
Laurent Montel
70f9e5692c
Use QStringView
5 years ago
Friedrich W. H. Kossebau
181068766c
Fix FilterActionEncryptTest, workaround now expired key in test data
5 years ago
Laurent Montel
45d8e6c0b8
GIT_SILENT: add qch support
5 years ago
Friedrich W. H. Kossebau
fb0184d655
filter tests: adapt to kmime enforcing explicit Content-Type
...
KMime since 5.15.2 turns a not-set content type to explicitly set
MIME type text/plain with charset us-ascii.
So tests passing data through KMime have to adapt the expected output
to the header having that data set. To make input & output more comparable
for the human code reader the respective input gets the explicit type
also set.
5 years ago
Laurent Montel
1330101339
GIT_SILENT: future kf5 will depend against qt5.15.2, we will depend against it too.
5 years ago
Laurent Montel
634b4994bc
GIT_SILENT: clang-tidy: one declaration per line; braces around statements
5 years ago
Friedrich W. H. Kossebau
1f13bfc478
FolderTreeView: fix an index check off-by-one
...
Not critical, safe-guard currently is not really needed, but still
better to be correct.
GIT_SILENT
5 years ago
Laurent Montel
b9e92bd3c9
Const'ify pointer
5 years ago
Laurent Montel
1eac913dd7
GIT_SILENT: coding style
5 years ago
Laurent Montel
6ed6903a8b
Fix Bug 440524 - Expiry settings not displayed properly from Akonadi config
...
FIXED-IN: 5.18.0
BUG: 440524
(loading was incorrect:
- settings.mUnreadExpireUnits = attr->readExpireUnits();
- settings.mReadExpireUnits = attr->unreadExpireUnits();
+ settings.mUnreadExpireUnits = attr->unreadExpireUnits();
+ settings.mReadExpireUnits = attr->readExpireUnits();
)
5 years ago
Laurent Montel
48e6db7fe7
Remove unused includes
5 years ago
Laurent Montel
bf618b1443
GIT_SILENT: Clean forward declaration
5 years ago
Laurent Montel
2374d3fc38
Use setContentsMargins({}) + const'ify pointer + use Q_REQUIRED_RESULT
5 years ago
Laurent Montel
1c5cc9542b
GIT_SILENT: use #pragma once
5 years ago
Laurent Montel
c04a6968c5
Make sure that url is not empty
5 years ago
Laurent Montel
6e4e51cb35
Already initialized in header
5 years ago
Laurent Montel
5a25245ab2
Remove unused variable
5 years ago