diff options
Diffstat (limited to 'kmail')
-rw-r--r-- | kmail/cachedimapjob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmail/cachedimapjob.cpp b/kmail/cachedimapjob.cpp index da3623461..e4a29d6e9 100644 --- a/kmail/cachedimapjob.cpp +++ b/kmail/cachedimapjob.cpp @@ -500,7 +500,7 @@ void CachedImapJob::slotPutMessageResult(TDEIO::Job *job) int i; if( ( i = mFolder->find(mMsg) ) != -1 ) { /* - * If we have aquired a uid during upload the server supports the uidnext + * If we have acquired a uid during upload the server supports the uidnext * extension and there is no need to redownload this mail, we already have * it. Otherwise remove it, it will be redownloaded. */ |