[Bug 159296] kmail unuseable with cyrusIMAP - on reading mail KMail tries to set more flags than just SEEN

Khaymi Pavel dreamer at vniiftri.ru
Wed Mar 30 09:42:38 BST 2011


https://bugs.kde.org/show_bug.cgi?id=159296


Khaymi Pavel <dreamer at vniiftri.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dreamer at vniiftri.ru




--- Comment #12 from Khaymi Pavel <dreamer vniiftri ru>  2011-03-30 10:42:34 ---
kioslave/imap4/imap4.cpp  IMAP4Protocol::special function on change status case
----
01355     // make sure we only touch flags we know
01356     QByteArray knownFlags = "\\SEEN \\ANSWERED \\FLAGGED \\DRAFT";
01357     const imapInfo info = getSelected();
01358     if ( info.permanentFlagsAvailable() && (info.permanentFlags() &
imapInfo::User) ) {
01359       knownFlags += " KMAILFORWARDED KMAILTODO KMAILWATCHED KMAILIGNORED
$FORWARDED $TODO $WATCHED $IGNORED";
01360     }
01361 
01362     CommandPtr cmd = doCommand (imapCommand::
01363                                 clientStore (aSequence, "-FLAGS.SILENT",
knownFlags));
---

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list