Montel Laurent
1a268022bc
Use scheme()
11 years ago
Montel Laurent
23db4bd642
not necessary now
12 years ago
Montel Laurent
a1818a87a8
Remove unused function
12 years ago
Montel Laurent
513e5916bd
Port to QUrl
12 years ago
Montel Laurent
f64c151bc1
Astyle kdelibs
12 years ago
Montel Laurent
56df8cb6f4
Clean up header
12 years ago
Montel Laurent
2be3533faf
Port to QStandardPaths::findExecutable
12 years ago
Montel Laurent
7638eb9108
Finish to port to qaction
12 years ago
Montel Laurent
f6f01d084e
Convert to QStandardPaths
12 years ago
Montel Laurent
641736b297
Fix includes
12 years ago
Montel Laurent
12518f5cc5
kdebug->qdebug
12 years ago
Montel Laurent
2729ea554c
Fix includes
12 years ago
Montel Laurent
e215c9b8d9
MAke it compile
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