[kontact] [Bug 334314] New: summary shows wrong day if you use another time zone

2014-05-03 Thread h6zb8-kdebugs20120801
https://bugs.kde.org/show_bug.cgi?id=334314 Bug ID: 334314 Summary: summary shows wrong day if you use another time zone Classification: Unclassified Product: kontact Version: 4.11.5 Platform: Kubuntu Packages OS: Linux

[kde-windows] [Bug 334172] kleopatra crashes on Startup Missing DLL

2014-05-03 Thread Jekyll Wu
https://bugs.kde.org/show_bug.cgi?id=334172 Jekyll Wu changed: What|Removed |Added Component|general |general Version|unspecified

[akregator] [Bug 233734] Back and Forward buttons don't work if WebKit is the browser engine

2014-05-03 Thread Colin J Thomson
https://bugs.kde.org/show_bug.cgi?id=233734 Colin J Thomson changed: What|Removed |Added CC||co...@g6avk.demon.co.uk -- You are receiving

[akregator] [Bug 334277] Flags (read, important) don't save on exit.

2014-05-03 Thread dufk57x+aym6yg
https://bugs.kde.org/show_bug.cgi?id=334277 --- Comment #1 from dufk57x+aym...@sharklasers.com --- Also deleted messages reappear after reboot. -- You are receiving this mail because: You are the assignee for the bug. ___ Kdepim-bugs mailing list Kdepi

[Akonadi] [Bug 334280] IMAP Synchronisation with GMAIL takes 13 minutes to complete !!

2014-05-03 Thread Raymond Wooninck
https://bugs.kde.org/show_bug.cgi?id=334280 --- Comment #2 from Raymond Wooninck --- I reverted the Christian's commits from Friday afternoon and tried to see where that would bring the situation. After the revert, Gmail synchronization is done in about 1 minute, which is acceptable. Comparing

[kmail2] [Bug 331156] Display of HTML-Message extremely slow

2014-05-03 Thread Axel Braun
https://bugs.kde.org/show_bug.cgi?id=331156 --- Comment #20 from Axel Braun --- (In reply to comment #19) > Simply try with disabling AdBlock in Kmail : Configure (or Settings ? my > system is in French) > Configure Kmail > Security > AdBlock. It was always disabled in my case -- You are rece

[kmail2] [Bug 331156] Display of HTML-Message extremely slow

2014-05-03 Thread Beguam
https://bugs.kde.org/show_bug.cgi?id=331156 Beguam changed: What|Removed |Added CC||terudej-...@yahoo.fr --- Comment #19 from Beguam ---

[Akonadi] [Bug 334280] IMAP Synchronisation with GMAIL takes 13 minutes to complete !!

2014-05-03 Thread Hrvoje Senjan
https://bugs.kde.org/show_bug.cgi?id=334280 Hrvoje Senjan changed: What|Removed |Added CC||hrvoje.sen...@gmail.com -- You are receiving t

[Akonadi] [Bug 334218] synchronizations of large folders with filesystem contents hogs a Sandybridge core for minutes

2014-05-03 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=334218 --- Comment #13 from Martin Steigerwald --- Review Request: Change libmaildir listNew and listCurrent functions to explicetely not sort QDir.entryList https://git.reviewboard.kde.org/r/117975/ -- You are receiving this mail because: You are the assig

[Akonadi] [Bug 334280] IMAP Synchronisation with GMAIL takes 13 minutes to complete !!

2014-05-03 Thread Raymond Wooninck
https://bugs.kde.org/show_bug.cgi?id=334280 --- Comment #1 from Raymond Wooninck --- Created attachment 86429 --> https://bugs.kde.org/attachment.cgi?id=86429&action=edit Debug output of the imap resource -- You are receiving this mail because: You are on the CC list for the bug.

[Akonadi] [Bug 334280] New: IMAP Synchronisation with GMAIL takes 13 minutes to complete !!

2014-05-03 Thread Raymond Wooninck
https://bugs.kde.org/show_bug.cgi?id=334280 Bug ID: 334280 Summary: IMAP Synchronisation with GMAIL takes 13 minutes to complete !! Classification: Unclassified Product: Akonadi Version: GIT (master) Platform: unspecifi

[Akonadi] [Bug 334218] synchronizations of large folders with filesystem contents hogs a Sandybridge core for minutes

2014-05-03 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=334218 Martin Steigerwald changed: What|Removed |Added Summary|synchronizations of large |synchronizations of large

[Akonadi] [Bug 334218] synchronizations of large folders with filesystem contents hogs a Sandybridge core for minutes stat()ing every file in it

2014-05-03 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=334218 --- Comment #12 from Martin Steigerwald --- Created attachment 86428 --> https://bugs.kde.org/attachment.cgi?id=86428&action=edit callgrind with nodirsorting also in libmaildir/keycache.cpp Well this is it. KMail is usable even with make -j4 on kdepi

[Akonadi] [Bug 334269] Email retrieval comes to a full HALT after BatchFetcher::fetchNextBatch: fetchNextBatch called while fetch is in process error

2014-05-03 Thread Raymond Wooninck
https://bugs.kde.org/show_bug.cgi?id=334269 --- Comment #1 from Raymond Wooninck --- For now I have resolved the situation with reverting commit a5cd38deac8f6bbdd46bdcf88a4dfaf581b27e5c . I know that this is not optimal and I might loose locally some email, but at least I am able to synchronize.

[Akonadi] [Bug 334218] synchronizations of large folders with filesystem contents hogs a Sandybridge core for minutes stat()ing every file in it

2014-05-03 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=334218 --- Comment #11 from Martin Steigerwald --- I donĀ“t know whether this is called and what that does, but setting nosort here as well for testing: diff --git a/resources/maildir/libmaildir/keycache.cpp b/resources/maildir/libmaildir/keycache.cpp index f0

[Akonadi] [Bug 334218] synchronizations of large folders with filesystem contents hogs a Sandybridge core for minutes stat()ing every file in it

2014-05-03 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=334218 --- Comment #10 from Martin Steigerwald --- Sergio, I tried: 107 QStringList listNew() const 108 { 109 static int count = 0; count++; 110 static int elapsed = 0; 111 112 QDir d( path + QString::fromLatin1( "/new" ) ); 1

[Akonadi] [Bug 334218] synchronizations of large folders with filesystem contents hogs a Sandybridge core for minutes stat()ing every file in it

2014-05-03 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=334218 --- Comment #9 from Martin Steigerwald --- Sergio, I tried: 107 QStringList listNew() const 108 { 109 static int count = 0; count++; 110 static int elapsed = 0; 111 112 QDir d( path + QString::fromLatin1( "/new" ) ); 11

[akregator] [Bug 334277] New: Flags (read, important) don't save on exit.

2014-05-03 Thread dufk57x+aym6yg
https://bugs.kde.org/show_bug.cgi?id=334277 Bug ID: 334277 Summary: Flags (read, important) don't save on exit. Classification: Unclassified Product: akregator Version: 4.13 Platform: Ubuntu Packages OS: Linux S

[Akonadi] [Bug 333647] after upgrade to 4.13: one of two IMAP resources is reported "not functional"

2014-05-03 Thread m . eik michalke
https://bugs.kde.org/show_bug.cgi?id=333647 --- Comment #6 from m.eik michalke --- here's some news: KDE SC 4.13 on kubuntu 14.04: connection to mail.rz.uni-duesseldorf.de fails KDE SC 4.13 on kubuntu 13.10: *no* problem fetching mails from mail.rz.uni- duesseldorf.de on 13.10, KDE SC 4.13 was

[Akonadi] [Bug 328734] Events removed in the CalDAV server are not removed in Akonadi

2014-05-03 Thread Sebastian Niemeyer
https://bugs.kde.org/show_bug.cgi?id=328734 Sebastian Niemeyer changed: What|Removed |Added CC||sebastian.nieme...@gmail.co

[kmail2] [Bug 334270] Marking thread does not apply colors to new received messages

2014-05-03 Thread kdeuser56
https://bugs.kde.org/show_bug.cgi?id=334270 kdeuse...@gmail.com changed: What|Removed |Added CC||kdeuse...@gmail.com, |

[kmail2] [Bug 334270] Marking thread does not apply colors to new received messages

2014-05-03 Thread kdeuser56
https://bugs.kde.org/show_bug.cgi?id=334270 kdeuse...@gmail.com changed: What|Removed |Added Version|4.11.5 |Git (master) --- Comment #1 from kdeuse...

[kmail2] [Bug 334270] New: Marking thread does not apply colors to new received messages

2014-05-03 Thread kdeuser56
https://bugs.kde.org/show_bug.cgi?id=334270 Bug ID: 334270 Summary: Marking thread does not apply colors to new received messages Classification: Unclassified Product: kmail2 Version: 4.11.5 Platform: unspecified

[Akonadi] [Bug 334269] Email retrieval comes to a full HALT after BatchFetcher::fetchNextBatch: fetchNextBatch called while fetch is in process error

2014-05-03 Thread Luca Beltrame
https://bugs.kde.org/show_bug.cgi?id=334269 Luca Beltrame changed: What|Removed |Added CC||lbeltr...@kde.org -- You are receiving this ma

[Akonadi] [Bug 334269] New: Email retrieval comes to a full HALT after BatchFetcher::fetchNextBatch: fetchNextBatch called while fetch is in process error

2014-05-03 Thread Raymond Wooninck
https://bugs.kde.org/show_bug.cgi?id=334269 Bug ID: 334269 Summary: Email retrieval comes to a full HALT after BatchFetcher::fetchNextBatch: fetchNextBatch called while fetch is in process error Classification: Unclassified