diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-30 13:51:03 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-30 13:51:03 -0600 |
commit | 09bd73fbd2ff59f5e6eb420a5c1f22d61ceeaf66 (patch) | |
tree | c77ad40eb1b04ef22a48da51b73ff8f65745894e /kmail/kmfolderimap.cpp | |
parent | bc423466604bce42cfce1e227a8f6a8892dba2d8 (diff) | |
download | tdepim-09bd73fbd2ff59f5e6eb420a5c1f22d61ceeaf66.tar.gz tdepim-09bd73fbd2ff59f5e6eb420a5c1f22d61ceeaf66.zip |
Fix a few remaining references to kio_
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 ead0a943..b0686dbb 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 |