https://bugs.kde.org/show_bug.cgi?id=159296
Khaymi Pavel <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- 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. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
