Laurent Montel
c573e3e8de
Replace typedef by using / std::unique_ptr => std::make_unique
5 years ago
Daniel Vrátil
9f996b0a46
[unifiedmailboxagent] Add missing standard library include
5 years ago
Laurent Montel
f3dea024bf
GIT_SILENT: coding style
5 years ago
Laurent Montel
a4e17aedb3
Use default destructor
5 years ago
Laurent Montel
f98c471120
Initialize value in header
5 years ago
Laurent Montel
68c9eb0c52
Use correct boolean
5 years ago
Laurent Montel
3055a93326
Use auto when it's possible
5 years ago
Laurent Montel
7e3961853d
Initialize in header
5 years ago
Christoph Feck
eed2f127ad
GIT_SILENT Update Appstream for new release
...
(cherry picked from commit fdc0c242af22483d8171956c9b1ffc8e9b62deab)
5 years ago
Yuri Chornoivan
19e11af3ab
Fix minor typos
5 years ago
Luigi Toscano
7a0663e395
doc: fix the version for a chapter
...
This is the KMail version (KDE is not a product).
CCMAIL: davidbryant@gvtc.com
5 years ago
David Bryant
b602ff5bb1
Update using-kmail.docbook -- fix release info as per Luigi.
5 years ago
David Bryant
f6b21bdd0f
Revising documentation. This is Chapter 3, "Using KMail". Added 10 new images, altered 4.
5 years ago
Laurent Montel
a9a5548cfb
Fix Bug 426943 - Composer settings dialog: Word wrap at column is limited to 78
...
BUG: 426943
FIXED-IN: 5.16.0
5 years ago
Laurent Montel
3b7f8139f9
Add debug info
5 years ago
Laurent Montel
5bdb994a03
We use last version
5 years ago
Luigi Toscano
e5e4820484
doc (and comments): use dialog instead of dialogue
...
In the computing context (and in the default locale)
the American spelling should be used.
5 years ago
Luigi Toscano
8672fb7bdc
doc: fix the format of the releaseinfo tag
...
According the example documentation template, it should be one of:
Applications xx.yy or xx.yy (Applications xx.yy) or $applicationname xx.yy
but the form 'xx.yy (Applications xx.yy)' is the most appropriate
in this case.
5 years ago
Laurent Montel
7a3cfeb2ab
If include is define in .h remove it if it's defined in .cpp too (scripted)
5 years ago
Laurent Montel
30b3ef95a8
GIT_SILENT: time to increase version
5 years ago
Laurent Montel
517cf1336e
GIT_SILENT: coding style
5 years ago
Laurent Montel
d896d82603
Comment unused variable + const'ify
5 years ago
Laurent Montel
948cf0e221
Fix comment
5 years ago
l10n daemon script
8cbf3bdd0c
GIT_SILENT made messages (after extraction)
5 years ago
Laurent Montel
77cba9fed7
Fix Bug 427916 - User Feedback string about "Account configured in KMail" is misleading
...
BUG: 427916
FIXED-IN: 5.16.0
5 years ago
Laurent Montel
b21a803f83
Merge remote-tracking branch 'origin/release/20.08' into master
5 years ago
Laurent Montel
80d8a0c213
Add missing remove text
5 years ago
Laurent Montel
82312223f6
Merge remote-tracking branch 'origin/release/20.08' into master
5 years ago
Laurent Montel
13ab2578b3
Fix Bug 427889 - Missing text when removing charset encodings
...
BUG: 427889
FIXED-IN: 5.15.3
5 years ago
Laurent Montel
81106c3b73
Remove not implemented method
5 years ago
Laurent Montel
2deba1bb78
Remove not implemented method
5 years ago
Laurent Montel
77ca7a7145
Already initialized
5 years ago
Laurent Montel
2fc86ab9f7
Merge remote-tracking branch 'origin/release/20.08' into master
5 years ago
Laurent Montel
a4715e7efc
Fix Bug 427697 - KMail did not apply data from mailto information.
...
Add missing in-reply-to support
BUG: 427697
FIXED-IN: 5.15.3
5 years ago
Laurent Montel
1ee518dd67
Rename variable + consr'ify
5 years ago
Laurent Montel
6755aa5cef
const'ify + add parent here
5 years ago
Laurent Montel
93ae6fe39b
Modernize code
5 years ago
l10n daemon script
15a5bed7d0
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
5 years ago
l10n daemon script
51ffea0cc9
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
5 years ago
Laurent Montel
8cd7f4cf91
Const'ify variables
5 years ago
Laurent Montel
87ee7ff1a5
Remove unused includes
5 years ago
Laurent Montel
6bbdd40f8a
Remove includes
5 years ago
Laurent Montel
c5b5d45d17
GIT_SILENT: Time to increase version
5 years ago
Laurent Montel
0994bf09bf
GIT_SILENT: prepare 5.15.3
5 years ago
Laurent Montel
2612d1b5f6
Variable is already initialize in header
5 years ago
Laurent Montel
3915a240b4
GIT_SILENT: prepare 5.15.3
6 years ago
Laurent Montel
0180165ed0
Const'ify variable/pointer
6 years ago
Laurent Montel
3241e03c02
Clean more settings
6 years ago
Laurent Montel
c16a41850f
Merge remote-tracking branch 'origin/release/20.08' into master
6 years ago
David Faure
ec37fe6770
Fix encoding problem with `kmail --msg $PWD/file.txt`
...
If the file contains UTF-8, on a Linux sytem with UTF-8 locale,
the message composer was showing bad encoding due to the toLatin1()
call (how could this be correct for non-latin1 users anyway...).
The weird thing is that it basically reverts the last commit in
bug 403313, but I guess things changed in kmime or OTP or something
meanwhile.
6 years ago