Montel Laurent
9f8ed4b48a
Fix enable/disable actions
15 years ago
Montel Laurent
63cee9952f
Fix action which works with uniq item
15 years ago
Montel Laurent
72e4d60067
Fix duplicate code
15 years ago
Montel Laurent
f4f9bb7abc
Minor
15 years ago
Montel Laurent
40e0316cd2
Fix create mailing filter move to messageactions to avoid to fetch new message
15 years ago
Montel Laurent
98bb619ed3
Fix Bug 278060 - Mailing list detection does not work
...
FIXED-IN: 4.7.4
BUG: 278060
15 years ago
Montel Laurent
ddeb8c0f24
Remove dead code
15 years ago
Montel Laurent
7652f84844
Remove duplicate code
15 years ago
Montel Laurent
fef81b45ab
Move mCustomTemplateMenus in messageaction
15 years ago
Montel Laurent
c91dddcd8b
Start to remove duplicate code
15 years ago
Montel Laurent
0994dd9437
I don't like duplicate code. Merge KMCustomReplyCommand to KMReplyCommand
15 years ago
Montel Laurent
f4cf5587bd
revert, it's not possible to implement print multi mail
15 years ago
Montel Laurent
ea4cd5536d
Fix Bug 143059 - printing of mails ignores if part of the mail is blinded out
...
not necessary to recreate readerwin/reload email. Print was you see.
BUG: 143059
FIXED-IN: 4.7.4
15 years ago
Montel Laurent
cdf2b2de13
Work fine now
15 years ago
Montel Laurent
0f23dc4a03
Start to fix print multi mail
15 years ago
Montel Laurent
86fd45a960
Factorize code
15 years ago
Montel Laurent
c7ce901d1b
Minor optimization when nepomuk is down
15 years ago
Montel Laurent
44d9a6de4b
Don't allow to add annotate when nepomuk is disable
15 years ago
Montel Laurent
6f72f86685
Fix code
15 years ago
Montel Laurent
5041bda16e
Fix actions when message is encapsuled (when action doesn't need to access to server => trash/annotate is disable for encapsuled message)
...
CCMAIL: faure@kde.org
15 years ago
Montel Laurent
818fd4ec21
Fix forward declaration/includes
15 years ago
Montel Laurent
084236fe64
Remove debug
15 years ago
Montel Laurent
8fe089d4da
Reduce duplicate code
15 years ago
Montel Laurent
9258447017
MAke it compile
15 years ago
Montel Laurent
30c776a52e
Minor optimisation
15 years ago
Montel Laurent
65abc189da
Update actions when we delete an item (=> update action in kmreadermainwin)
15 years ago
Volker Krause
e71f596e69
Move more Nepomuk queries into a separate thread.
...
Significantly improves initial message list scrolling performance and
fixes a crash due to retrieving partial Nepomuk resource data from
different threads.
15 years ago
Montel Laurent
0ec050bf64
Minor optimization
15 years ago
Montel Laurent
b63cc2bbb5
Minor
15 years ago
Volker Krause
6b6f86d6f4
Add asynchronous Nepomuk resource retriever.
...
It seems that our poor performance under high I/O load is mainly caused by
using the synchronous Nepomuk API and Nepomuk using ionice due to FS
indexing. We use the synchronous API in quite a few places unfortunately,
but I've found only three on hot paths so far. This contains the fix for
the first one (action status updates in KMail), the other two are in the
message list (also observable by poor initial scrolling performance).
15 years ago
Montel Laurent
bd9ad387f5
Normalize signal/slots
15 years ago
Montel Laurent
f9eeb460ab
Not necessary now => remove it
...
(cherry picked from commit d0ae734ae7a5524e2116ebfa5618247abf9ba388)
15 years ago
Montel Laurent
c2fdd72fa2
Not necessary now => remove it
15 years ago
Volker Krause
3a0cc2226e
Compare items correctly, minor code cleanups.
15 years ago
Volker Krause
45c9802a12
We only need the header part here, not the full payload.
15 years ago
Volker Krause
21778feb38
Only fetch the message if it lacks the header part.
15 years ago
Volker Krause
51f71f061d
Fix mailing list menu update.
...
Actually connect to the fetch job result signal, preserve the results and
check if we still have that mail selected at all. The actual fetch still
happens three times though.
15 years ago
Chusslove Illich (Часлав Илић)
793c81a998
i18n: disambiguation, was interpreted as 'owner of the contact' by some.
15 years ago
Andras Mantia
dd09d99f4b
One action for change the read status is enough (MarkMailAsRead adapts itself to show Unread/Read).
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1197000
16 years ago
Andras Mantia
4b01c140a7
Don't use the blocking API to avoid stucking into the sub-event loop.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1196728
16 years ago
Tobias Koenig
6a87c9202b
Bring back the 'Mailing List' menu entry
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1196388
16 years ago
Tobias Koenig
3b06862b30
- Renamed mailinglist-magic.(h|cpp) to mailinglist.(h|cpp)
...
- Hide private API of MailingList
- API & coding style cleanup
svn path=/trunk/KDE/kdepim/messagecore/; revision=1191235
16 years ago
Tobias Koenig
d1b6d8c160
API cleanup of some classes from messagecore/
...
- hide private API
- added API dox
- moved to from KPIM to MessageCore namespace
svn path=/trunk/KDE/kdepim/messagecore/; revision=1191156
16 years ago
Laurent Montel
07b195a9e5
Not necessary now
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1180929
16 years ago
Laurent Montel
fa96fffe95
Use more "Akonadi::StandardMailActionManager"
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1180928
16 years ago
Andras Mantia
9cb8626e20
Use MailCommon for create todo.
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1180900
16 years ago
Laurent Montel
49fe1a4bda
Use some "Akonadi::StandardMailActionManager"
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1180871
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
Laurent Montel
976a8e5a15
const'ify
...
svn path=/trunk/KDE/kdepim/kmail/; revision=1165093
16 years ago
Laurent Montel
84284b48a9
Fix #247485
...
BUG: 247485
svn path=/trunk/KDE/kdepim/kmail/; revision=1164287
16 years ago