[Bug 182208] messages passed through a pipe does not get updated in the main window

2009-03-18 Thread Jaime Torres
https://bugs.kde.org/show_bug.cgi?id=182208 Jaime Torres changed: What|Removed |Added Status|UNCONFIRMED |NEW CC|

[Bug 182208] messages passed through a pipe does not get updated in the main window

2009-03-18 Thread Matthias Gehre
https://bugs.kde.org/show_bug.cgi?id=182208 --- Comment #5 from Matthias Gehre 2009-03-18 14:57:37 --- If someone could point me into the right direction, I would try to look into the code, debug it and write a patch against it. And: Not being able to filter spam these days deserves a highe

[Bug 182208] messages passed through a pipe does not get updated in the main window

2009-03-18 Thread Thomas McGuire
https://bugs.kde.org/show_bug.cgi?id=182208 --- Comment #6 from Thomas McGuire 2009-03-18 22:01:31 --- > If someone could point me into the right direction, I would try to look into > the code, debug it and write a patch against it. Ah, the endless quest with broken IMAP filters returns...

[Bug 182208] messages passed through a pipe does not get updated in the main window

2009-03-19 Thread Matthias Gehre
https://bugs.kde.org/show_bug.cgi?id=182208 --- Comment #7 from Matthias Gehre 2009-03-20 01:52:17 --- Created an attachment (id=32276) --> (http://bugs.kde.org/attachment.cgi?id=32276) Patch to preserve X-UID header when "Pipe Through" with ActionScheduler -- Configure bugmail: https://b

[Bug 182208] messages passed through a pipe does not get updated in the main window

2009-03-19 Thread Matthias Gehre
https://bugs.kde.org/show_bug.cgi?id=182208 --- Comment #8 from Matthias Gehre 2009-03-20 01:55:37 --- I finally got it working with my local changes to kmail trunk. But I do not want to introduce any further hacks to the code, so I need some assistance concerning the creation of the patches

[Bug 182208] messages passed through a pipe does not get updated in the main window

2009-03-20 Thread Thomas McGuire
https://bugs.kde.org/show_bug.cgi?id=182208 --- Comment #9 from Thomas McGuire 2009-03-20 15:21:52 --- Hi Matthias, great work figuring those things out! The filter stuff certainly belongs to the more complicated parts of KMail. I'll attach a patch which contains all your points (your patch

[Bug 182208] messages passed through a pipe does not get updated in the main window

2009-03-20 Thread Thomas McGuire
https://bugs.kde.org/show_bug.cgi?id=182208 --- Comment #10 from Thomas McGuire 2009-03-20 15:23:14 --- Created an attachment (id=32287) --> (http://bugs.kde.org/attachment.cgi?id=32287) Patch proposal You'll need to revert your local changes, then apply this patch with patch -p0 < filter.

[Bug 182208] messages passed through a pipe does not get updated in the main window

2009-03-24 Thread Thomas McGuire
https://bugs.kde.org/show_bug.cgi?id=182208 --- Comment #11 from Thomas McGuire 2009-03-25 00:32:54 --- Matthias: ping -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug. _

[Bug 182208] messages passed through a pipe does not get updated in the main window

2009-03-24 Thread Matthias Gehre
https://bugs.kde.org/show_bug.cgi?id=182208 --- Comment #12 from Matthias Gehre 2009-03-25 01:03:14 --- Thomas: Pong I'm still there and working on this issue. My patch seems not to fix the whole problem (but I'm sure that it did at some time...?). Current status is that piping through Bog

[Bug 182208] messages passed through a pipe does not get updated in the main window

2009-03-25 Thread Thomas McGuire
https://bugs.kde.org/show_bug.cgi?id=182208 --- Comment #13 from Thomas McGuire 2009-03-25 17:39:02 --- Thanks Matthias for the update. I mainly wanted to know what you think about the changes I proposed in the patch I attached. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=

[Bug 182208] messages passed through a pipe does not get updated in the main window

2009-03-26 Thread Matthias Gehre
https://bugs.kde.org/show_bug.cgi?id=182208 --- Comment #14 from Matthias Gehre 2009-03-26 12:05:59 --- Your patch is doing nicely what it should, but I'm still looking into the remaining issues. -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email --- You are receiving t

[Bug 182208] messages passed through a pipe does not get updated in the main window

2009-04-02 Thread Ilya Hegai
https://bugs.kde.org/show_bug.cgi?id=182208 Ilya Hegai changed: What|Removed |Added CC||vyacheslavov...@gmail.com -- Configure bugmai

[Bug 182208] messages passed through a pipe does not get updated in the main window

2009-04-02 Thread CW West
https://bugs.kde.org/show_bug.cgi?id=182208 CW West changed: What|Removed |Added CC||sacab...@gmail.com --- Comment #15 from CW West

[Bug 182208] messages passed through a pipe does not get updated in the main window

2009-04-02 Thread Matthias Gehre
https://bugs.kde.org/show_bug.cgi?id=182208 --- Comment #16 from Matthias Gehre 2009-04-03 01:14:44 --- I finally fixed all issues and the patch is now reviewable under http://reviewboard.kde.org/r/369/ -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email --- You are rece

[Bug 182208] messages passed through a pipe does not get updated in the main window

2009-04-08 Thread Thomas McGuire
https://bugs.kde.org/show_bug.cgi?id=182208 Thomas McGuire changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 182208] messages passed through a pipe does not get updated in the main window

2009-04-28 Thread Thomas McGuire
https://bugs.kde.org/show_bug.cgi?id=182208 --- Comment #18 from Thomas McGuire 2009-04-28 20:15:08 --- SVN commit 960606 by tmcguire: Backport r951033 by tmcguire from trunk to the 4.2 branch: Fix online IMAP filters not working in various situations. Patch by Matthias Gehre , thanks ver