diff options
Diffstat (limited to 'kmail/kmfolderimap.cpp')
-rw-r--r-- | kmail/kmfolderimap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/kmfolderimap.cpp b/kmail/kmfolderimap.cpp index ead0a9437..b0686dbba 100644 --- a/kmail/kmfolderimap.cpp +++ b/kmail/kmfolderimap.cpp @@ -1903,7 +1903,7 @@ void KMFolderImap::setStatus(TQValueList<int>& _ids, KMMsgStatus status, bool to /* The status has been already set in the local index. Update the flags on * the server. To avoid doing that for each message individually, group them * by the status string they will be assigned and make sets for each of those - * groups of mails. This is necessary because the imap kio_slave status job + * groups of mails. This is necessary because the imap tdeio_slave status job * does not append flags but overwrites them. Example: * * 2 important mails and 3 unimportant mail, all unread. Mark all as read calls |