Montel Laurent
2833b913ef
not necessary to put in a static method
11 years ago
Montel Laurent
a1818a87a8
Remove unused function
12 years ago
Montel Laurent
946b9e0905
Use KLocalizedString
12 years ago
Montel Laurent
473bd40e38
Fix includes
12 years ago
Montel Laurent
9f6967e20e
not necessary to sync at each start
13 years ago
Montel Laurent
ca5aaa3e4b
Move to migrate code to util class
13 years ago
Montel Laurent
5e5516480e
Add code to reduce search query (will use in the future if I fix another bug)
13 years ago
Montel Laurent
29b1547b9a
Fix include/forward declaration/indent
13 years ago
Montel Laurent
0ecfba3912
Use qlatin1String
13 years ago
Montel Laurent
2c0b52306b
Fix coding style
13 years ago
Montel Laurent
b09ffc8505
Move to own directory
13 years ago
Montel Laurent
c8de033527
Move to own directory
13 years ago
Montel Laurent
8e670c27b5
Make it compile
13 years ago
Montel Laurent
37dff9cdba
Fix Bug 314126 - Wrong shortcut shown in menu for New Message to Mailing
...
List
FIXED-IN: 4.10
BUG: 314126
13 years ago
Jonathan Marten
c044b9b720
Missed an inverted condition in ef47d5e0b64ffb1ac7f6ed15e036ebe84066c817
13 years ago
Jonathan Marten
0020145a1e
Replace the two overloads of KMail::Util::handleClickedURL()
...
with a single function with a default parameter.
REVIEW:108645
13 years ago
Montel Laurent
12d7166020
If we activate "folder Mailing List" without address and click on
...
"new message to ML" call slotCompose otherwise guy will not understand
why it doesn't work.
Will add a MessageBox in 4.11
13 years ago
Montel Laurent
b257164396
Fix Bug 308227 - Changing identities (that have different custom
...
template) in composer window doesn't take effect for the message body
FIXED-IN: 4.10
BUG: 308227
14 years ago
Montel Laurent
9b3371d548
Move default color in util.cpp
14 years ago
Montel Laurent
0c190cc816
Fix Bug 304940 - kmail should warn when replying to an encrypted mail
...
unencrypted
FIXED-IN: 4.9.2
BUG: 304940
14 years ago
Montel Laurent
019076e3a9
Fix bug when we reply and it doesn't take good identity when we use
...
default identity from account.
David reported me it and it was reported to Bug 297912 - 'Reply to' uses
wrong identity if not explicitly set in 'folder properties'
FIXED-IN: 4.8.3
BUG: 297912
14 years ago
Montel Laurent
025c5e24d2
Fix enable/disable send menu action. We tested with an unupdated collection so statictic.count() was all the time not updated
14 years ago
Montel Laurent
0b11757379
Fix Bug 154087 - "New mail to mailist" should active folder "New mail" template
...
it fixed bug too when we click on a mailto and it doesn't use "new message" template.
FIXED-IN: 4.8.1
BUG: 154087
14 years ago
Montel Laurent
8c6bdfff7b
Minor optimization
15 years ago
Montel Laurent
8cb668d549
Fix includes/forward declaration
15 years ago
Montel Laurent
c2c958f42b
Fix forward declaration/includes
15 years ago
Montel Laurent
52689313a4
Clean up
15 years ago
Montel Laurent
a5517418c1
Reduce number of write config in foldercollection
15 years ago
Tobias Koenig
7f785e1d26
Use KMime::Types::Mailbox to pass around mail addresses
...
The former code used XYZHeader->from/toUnicodeString(), which does
not guarantee to keep the address is a parsable format.
Now, replying to a message with a sender address that contains ',' in
its name, should work again.
svn path=/trunk/KDE/kdepim/messagecomposer/; revision=1206146
15 years ago
Tobias Koenig
63db5975ac
Move SieveJob, Vacation and VacationDialog from KMail to
...
the new library libksieveui
svn path=/trunk/KDE/kdepim/kmail/; revision=1197311
16 years ago
Andras Mantia
ab4830d172
Use the filtering code from mailcommon
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1188249
16 years ago
Andras Mantia
6c7c6eece6
Adapt to the latest messagecomposer changes
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1187791
16 years ago
Andras Mantia
c9cd063bbe
Remove methods that were copied to MailCommon, use them from there.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1180664
16 years ago
Andras Mantia
712b683084
Update to use the MailCommon::Kernel singleton. Saves passing around the Kernel pointer in lots of places.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1180495
16 years ago
Andras Mantia
f97da4aacd
Use the MailCommon namespace.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1180393
16 years ago
Andras Mantia
8f0b5a42bc
Make it use the mailcommon lib.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1180243
16 years ago
Andras Mantia
6da3a9548f
More refactoring to reduce KMKernel dependency, introduce MailCommon as a smaller version of KMKernel, usable in both desktop and mobile.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1178976
16 years ago
Andras Mantia
3b9eeea724
Reorganization: reduce dependency on the km* classes, so they could be shared later with mobile: get rid of KMKernel::collectionFromId() step, move it to KMail::Util.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1178346
16 years ago
Andras Mantia
e73f02ad7f
Reorganization: reduce dependency of folder* classes on the km* classes, so they could be shared later with mobile: get rid of KMKernel::config() step.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1178331
16 years ago
Laurent Montel
1f6fd19364
Fix bug #149236
...
We can't extract i18n from kcfg.cmake, so move code to util.cpp
BUG: 149236
svn path=/trunk/KDE/kdepim/kmail/; revision=1171392
16 years ago
Laurent Montel
71a2961917
Fix duplicate code
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1167767
16 years ago
Laurent Montel
1c467a4aa4
Not necessary
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1158609
16 years ago
Thomas McGuire
7220561cff
Backport r1148564: Update the sieve script util function to use the MailTransport enum.
...
CCBUG: 243832
svn path=/branches/KDE/4.5/kdepim/; revision=1149610
16 years ago
Casey Link
33697e200a
Update the sieve script util function to use the MailTransport enum.
...
Did not test, as I have no sieve scripts. David, please verify.
CCBUG: 243832
svn path=/trunk/KDE/kdepim/kmail/; revision=1148564
16 years ago
Thomas McGuire
b6a01fb951
SVN_MERGE:
...
Merged revisions 1147440 via svnmerge from
svn+ssh://tmcguire@svn.kde.org/home/kde/branches/KDE/4.5/kdepim
........
r1147440 | tmcguire | 2010-07-08 10:54:40 +0200 (Thu, 08 Jul 2010) | 1 line
Don't include the tag resource in the mail check menu.
........
svn path=/trunk/KDE/kdepim/kmail/; revision=1147931
16 years ago
Thomas McGuire
8d51a2b8ee
Don't include the tag resource in the mail check menu.
...
svn path=/branches/KDE/4.5/kdepim/; revision=1147440
16 years ago
Laurent Montel
389d4e372d
Use directly idx.data() thanks Stephen for info.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1139195
16 years ago
Laurent Montel
7e8545e006
Show full collection path
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1139190
16 years ago
Laurent Montel
01d43937b8
Remove duplicate code
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1139053
16 years ago
Laurent Montel
48cb416faf
not necessary to redefine mimetype in kmail
...
better to use KMime::Message::mimeType()
svn path=/trunk/KDE/kdepim/kmail/; revision=1137787
16 years ago