[korganizer] [Bug 384023] IncidenceEditor sometimes clings to last remaining category
https://bugs.kde.org/show_bug.cgi?id=384023 Denis Kurz changed: What|Removed |Added Version|5.6.0 |5.9.2 --- Comment #2 from Denis Kurz --- Still valid in 18.08.2. -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 393059] KOrganizer crashes when using caldav calendar
https://bugs.kde.org/show_bug.cgi?id=393059 Denis Kurz changed: What|Removed |Added Resolution|--- |FIXED CC||kde...@posteo.de Version Fixed In||5.8.0 Latest Commit||https://cgit.kde.org/eventv ||iews.git/commit/?h=Applicat ||ions/17.12&id=a3a66bb10020e ||6fbdd354b4ecc6c0fee6741c467 Version|unspecified |5.7.3 Status|REPORTED|RESOLVED --- Comment #12 from Denis Kurz --- I think Wolfgang is right about this. According to https://phabricator.kde.org/source/eventviews/tags/master/;a3a66bb10020e6fbdd354b4ecc6c0fee6741c467 it is fixed in 18.04.0, which should be... 5.8.0, I guess? I still hate this superfluous pim extra versioning scheme... -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 397314] korganizer segfaults on exit
https://bugs.kde.org/show_bug.cgi?id=397314 Denis Kurz changed: What|Removed |Added Status|REPORTED|RESOLVED CC||kde...@posteo.de Resolution|--- |DUPLICATE --- Comment #1 from Denis Kurz --- *** This bug has been marked as a duplicate of bug 393059 *** -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 393059] KOrganizer crashes when using caldav calendar
https://bugs.kde.org/show_bug.cgi?id=393059 Denis Kurz changed: What|Removed |Added CC||onkekabo...@hotmail.com --- Comment #11 from Denis Kurz --- *** Bug 397314 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 391769] KOrganizer 5.9.0: Incident times of tasks are not updated when edited by keyboard only
https://bugs.kde.org/show_bug.cgi?id=391769 Denis Kurz changed: What|Removed |Added Resolution|--- |FIXED Version Fixed In||5.9.3 Status|CONFIRMED |RESOLVED Latest Commit||https://commits.kde.org/inc ||idenceeditor/10056772fd32c8 ||9dd5e881b495f597393b92f2ee --- Comment #3 from Denis Kurz --- Git commit 10056772fd32c89dd5e881b495f597393b92f2ee by Denis Kurz. Committed on 11/10/2018 at 21:26. Pushed by dkurz into branch 'Applications/18.08'. Fix keyboard editting of start/end times of VTODOs Summary: Editting start/end times of VTODOs using only the keyboard did not trigger a check whether the VTODO is dirty. If other fields were updated along with start/end times, everything was fine, but only editting those times was simply ignored. The patch causes a dirty check for keyboard edits of the corresponding KTimeComboBoxes. FIXED-IN: 5.9.3 Test Plan: I changed start and end times of a test VTODO. Without the patch, the change was not saved when hitting OK, nor did I hit my dirty-check breakpoint. With the patch, everything works as expected: Keyboard editting results in an updated VTODO, as verified via the Month View tooltip and by opening the IncidenceEditor again for that VTODO. VEVENTs do not have this problem even without the patch. Reviewers: #kde_pim, winterz Reviewed By: #kde_pim, winterz Subscribers: kde-pim Tags: #kde_pim Differential Revision: https://phabricator.kde.org/D16114 M +4-0src/incidencedatetime.cpp https://commits.kde.org/incidenceeditor/10056772fd32c89dd5e881b495f597393b92f2ee -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 398459] Crash caused by color custimization
https://bugs.kde.org/show_bug.cgi?id=398459 Denis Kurz changed: What|Removed |Added Latest Commit||https://commits.kde.org/ako ||nadi/9d83f0752828942789535b ||1d0dc0ddc3c8b479bd Resolution|--- |FIXED Version Fixed In||5.9.3 Status|CONFIRMED |RESOLVED --- Comment #3 from Denis Kurz --- Git commit 9d83f0752828942789535b1d0dc0ddc3c8b479bd by Denis Kurz. Committed on 11/10/2018 at 21:23. Pushed by dkurz into branch 'Applications/18.08'. Fix KOrg category color customization crash Summary: Use default value for NULL columns. Without this patch, possibly different default values are used for entity construction (default from akonadidb.xml) and when reading a row from the database (default-constructed), resulting in inconsistencies. For example, when modifying a Tag, the resulting Tag modify notification indicates that the new parentId of the modified Tag is 0 (default-constructed qint64), whereas Tags without parents are initialized with parentId -1. This patch fixes these inconsistencies by considering the "default" value from akonadidb.xml for row-to-entity conversion, too. Set default Tag::parentId to -1. A parentless Tag is initialized with parentId -1, so we should also report that when reading a Tag from the database where the parentId field is NULL. FIXED-IN: 5.9.3 Test Plan: KOrganizer stops crashing on category color customization with this patch. More detailed test plan suggestions welcome. Reviewers: #kde_pim, dvratil Reviewed By: #kde_pim, dvratil Subscribers: dvratil, kde-pim Tags: #kde_pim Differential Revision: https://phabricator.kde.org/D16051 M +2-2src/server/storage/akonadidb.xml M +1-1src/server/storage/entities.xsl https://commits.kde.org/akonadi/9d83f0752828942789535b1d0dc0ddc3c8b479bd -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 382185] resources color is only used for border
https://bugs.kde.org/show_bug.cgi?id=382185 Denis Kurz changed: What|Removed |Added Version Fixed In||5.9.3 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit||https://commits.kde.org/eve ||ntviews/0b12580c8e848089a37 ||3dadae1c3e12b3ea0a531 --- Comment #10 from Denis Kurz --- Git commit 0b12580c8e848089a373dadae1c3e12b3ea0a531 by Denis Kurz. Committed on 11/10/2018 at 21:22. Pushed by dkurz into branch 'Applications/18.08'. Fix color inconsistency for unset categories. Summary: KOrganizer's preference dialog states that the color for unset categories is only used on the categories-color-only setting. However, this is currently not true for Month View, where in each of the mixed settings (category-border, resource-fill, or vice versa) the unset-category color is also used. With this patch, Month View considers the unset-category color only in the category-only setting, just like Agenda View. FIXED-IN: 5.9.3 Test Plan: By testing all four combinations for coloring frame and fill a month item, I confirmed Bug 382185: the color for items with no categories is used in CategoryOnly as well as in mixed settings (i.e., all settings but ResourceOnly). After applying this patch, I tested them again and confirmed that the unset-category color is only used in CategoryOnly, while in mixed settings, the resource color is used instead, making it consistent to Agenda View and the settings dialog. Reviewers: #kde_pim, dvratil Reviewed By: #kde_pim, dvratil Subscribers: dvratil, kde-pim Tags: #kde_pim Differential Revision: https://phabricator.kde.org/D16088 M +31 -45 src/month/monthitem.cpp M +2-2src/month/monthitem.h https://commits.kde.org/eventviews/0b12580c8e848089a373dadae1c3e12b3ea0a531 -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 398459] Crash caused by color custimization
https://bugs.kde.org/show_bug.cgi?id=398459 Denis Kurz changed: What|Removed |Added Version|5.9.0 |5.9.1 Status|REPORTED|CONFIRMED Ever confirmed|0 |1 --- Comment #2 from Denis Kurz --- This will hopefully be fixed in version 5.9.3 due to this: https://phabricator.kde.org/D16051 -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 332048] Opening an existing To-do item for editing results in both the "Start" and "Due" times (yyyy MM dd hh mm ss) changing
https://bugs.kde.org/show_bug.cgi?id=332048 Denis Kurz changed: What|Removed |Added Status|REPORTED|CONFIRMED CC||kde...@posteo.de Version|5.7.3 |5.9.1 Ever confirmed|0 |1 Component|todoview|incidence editors Keywords|triaged | --- Comment #6 from Denis Kurz --- Still present in 5.9.1. Spoiler: will still be present in 5.9.2. It also happens for events, so I move this from component todoview to incidenceeditor. I just learned about incidence templates in KOrganizer, which kind of puzzles me after having used KOrganizer for quite some time now... Templates do not appear anywhere other than the incidence editor: not in any menu and neither in the preferences. Discoverability could probably be improved. Still not sure if I use templates correctly. -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 391769] KOrganizer 5.9.0: Incident times of tasks are not updated when edited by keyboard only
https://bugs.kde.org/show_bug.cgi?id=391769 Denis Kurz changed: What|Removed |Added Version|5.9.0 |5.9.1 Ever confirmed|0 |1 CC||kde...@posteo.de Status|REPORTED|CONFIRMED --- Comment #2 from Denis Kurz --- https://phabricator.kde.org/D16114 -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 382185] resources color is only used for border
https://bugs.kde.org/show_bug.cgi?id=382185 Denis Kurz changed: What|Removed |Added Status|REPORTED|CONFIRMED Ever confirmed|0 |1 Version|unspecified |5.9.1 --- Comment #9 from Denis Kurz --- I submitted a patch that makes it more consistent: https://phabricator.kde.org/D16088 In particular, the color for items with no category is only used in Category-Only color settings with this patch. This is exactly what the Settings dialog of KOrganizer states (in "Preferences -> Colors and Fonts -> Colors -> Categories"). Agenda View already had it right; the patch fixes Month View. You might argue that this is not what the user probably wants: I would expect to identify items with no category in any setting that usually displays the category in any way. However, I think it is most sensible to first fix the current, inconsistent behavior, and ask for other behavior in a separate feature request. Feel free to disagree. -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 382185] resources color is only used for border
https://bugs.kde.org/show_bug.cgi?id=382185 Denis Kurz changed: What|Removed |Added CC||kde...@posteo.de --- Comment #7 from Denis Kurz --- This is still a settings problem: KOrg preferences -> Views -> Month Views. There's a radio group at the bottom of that tab where you can select to use category colors only. I assume you use the category color for the border and the resource color for the fill. If I'm right, we can close here, but I'm a little confused by the new variety of resolutions. I guess it's "NOT A BUG"? -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 398459] New: Crash caused by color custimization
https://bugs.kde.org/show_bug.cgi?id=398459 Bug ID: 398459 Summary: Crash caused by color custimization Product: korganizer Version: 5.9.0 Platform: Gentoo Packages OS: Linux Status: UNCONFIRMED Keywords: drkonqi Severity: crash Priority: NOR Component: general Assignee: kdepim-bugs@kde.org Reporter: kde...@posteo.de Target Milestone: --- Application: korganizer (5.9.0) Qt Version: 5.11.1 Frameworks Version: 5.50.0 Operating System: Linux 4.17.15-gentoo-r1 x86_64 Distribution (Platform): Gentoo Packages -- Information about the crash: - What I was doing when the application crashed: In KOrganizer (standalone), I changed the color of TODO incidents that are due today, via [translated from German:] Settings -> Configure Korganizer -> Colors and Fonts. A click on Apply crashed the application. I reproduced it like this two more times, without doing anything else between starting KOrganizer and setting the color. After each crash, the color that I last chose before the crash for due TODOs, so at least the new setting was saved. The crash can be reproduced every time. -- Backtrace: Application: KOrganizer (korganizer), signal: Segmentation fault Using host libthread_db library "/lib64/libthread_db.so.1". [Current thread is 1 (Thread 0x7fa6d73197c0 (LWP 5418))] Thread 7 (Thread 0x7fa69d675700 (LWP 5922)): #0 0x7fa6caac87bd in futex_wait_cancelable (private=, expected=0, futex_word=0x7fa6c3e2cfb8 ) at ../sysdeps/unix/sysv/linux/futex-internal.h:88 #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x7fa6c3e2cf68 , cond=0x7fa6c3e2cf90 ) at pthread_cond_wait.c:502 #2 __pthread_cond_wait (cond=0x7fa6c3e2cf90 , mutex=0x7fa6c3e2cf68 ) at pthread_cond_wait.c:655 #3 0x7fa6c3b38434 in QTWTF::TCMalloc_PageHeap::scavengerThread (this=0x7fa6c3e1eec0 ) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2359 #4 0x7fa6c3b38479 in QTWTF::TCMalloc_PageHeap::runScavengerThread (context=) at ../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1464 #5 0x7fa6caac18ea in start_thread (arg=0x7fa69d675700) at pthread_create.c:465 #6 0x7fa6d2bcc61f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 6 (Thread 0x7fa69ff50700 (LWP 5439)): #0 0x7fa6caac87bd in futex_wait_cancelable (private=, expected=0, futex_word=0x55abbd4ee3c0) at ../sysdeps/unix/sysv/linux/futex-internal.h:88 #1 __pthread_cond_wait_common (abstime=0x0, mutex=0x55abbd4ee370, cond=0x55abbd4ee398) at pthread_cond_wait.c:502 #2 __pthread_cond_wait (cond=0x55abbd4ee398, mutex=0x55abbd4ee370) at pthread_cond_wait.c:655 #3 0x7fa6a05e69cb in cnd_wait (mtx=0x55abbd4ee370, cond=0x55abbd4ee398) at /var/tmp/portage/media-libs/mesa-18.1.6/work/mesa-18.1.6/include/c11/threads_posix.h:155 #4 util_queue_thread_func (input=input@entry=0x55abbd97d060) at /var/tmp/portage/media-libs/mesa-18.1.6/work/mesa-18.1.6/src/util/u_queue.c:255 #5 0x7fa6a05e66f7 in impl_thrd_routine (p=) at /var/tmp/portage/media-libs/mesa-18.1.6/work/mesa-18.1.6/include/c11/threads_posix.h:87 #6 0x7fa6caac18ea in start_thread (arg=0x7fa69ff50700) at pthread_create.c:465 #7 0x7fa6d2bcc61f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 5 (Thread 0x7fa6b0ad1700 (LWP 5429)): #0 0x7fa6c8ca9909 in g_mutex_lock (mutex=mutex@entry=0x7fa6a8000bf0) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gthread-posix.c:1336 #1 0x7fa6c8c64bb8 in g_main_context_iteration (context=0x7fa6a8000bf0, may_block=may_block@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:4032 #2 0x7fa6d373752b in QEventDispatcherGlib::processEvents (this=0x7fa6a8000b20, flags=...) at kernel/qeventdispatcher_glib.cpp:425 #3 0x7fa6d36e353a in QEventLoop::exec (this=this@entry=0x7fa6b0ad0de0, flags=..., flags@entry=...) at kernel/qeventloop.cpp:214 #4 0x7fa6d3546c4a in QThread::exec (this=) at thread/qthread.cpp:525 #5 0x7fa6d355069f in QThreadPrivate::start (arg=0x55abbd460be0) at thread/qthread_unix.cpp:367 #6 0x7fa6caac18ea in start_thread (arg=0x7fa6b0ad1700) at pthread_create.c:465 #7 0x7fa6d2bcc61f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 Thread 4 (Thread 0x7fa6b12d2700 (LWP 5424)): #0 0x7fa6d2bbc34a in __GI___libc_read (fd=, buf=buf@entry=0x7fa6b12d1bc0, nbytes=nbytes@entry=16) at ../sysdeps/unix/sysv/linux/read.c:26 #1 0x7fa6c8ca85c0 in read (__nbytes=16, __buf=0x7fa6b12d1bc0, __fd=) at /usr/include/bits/unistd.h:44 #2 g_wakeup_acknowledge (wakeup=0x7fa6ac0039a0) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gwakeup.c:210 #3 0x7fa6c8c6459b in g_main_context_check (context=context@entry=0x7fa6a4000bf0, max_priority=2147483647, fds=fds@entry=0x7fa6a406f880, n_fds=n_fds@entry=1) at /var/tmp/portage/dev-libs/glib-2.52.3/work/glib-2.52.3/glib/gmain.c:3750 #4 0
[kmail2] [Bug 321669] multipart mails incompletely displayed
https://bugs.kde.org/show_bug.cgi?id=321669 Denis Kurz changed: What|Removed |Added Version|4.14.10 |5.8.3 Ever confirmed|0 |1 Resolution|WAITINGFORINFO |--- Status|NEEDSINFO |CONFIRMED --- Comment #8 from Denis Kurz --- Oh man, now I wonder how I could miss that. I'm sorry. -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 384075] korganizer crashes when selecting a calendar to be shown in agenda/day/week/month view (regression 17.08.*)
https://bugs.kde.org/show_bug.cgi?id=384075 Denis Kurz changed: What|Removed |Added Version Fixed In||5.7.3 Latest Commit||a3a66bb10020e6fbdd354b4ecc6 ||c0fee6741c467 Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #13 from Denis Kurz --- Sorry, I haven't seen this in some time now. I'm pretty sure it was a release build, though, if it still matters. Apparently, this was fixed in https://phabricator.kde.org/D11517 as David describes the same problem, which was some bug in incidencetreemodel.cpp's greaterThan function. -- You are receiving this mail because: You are the assignee for the bug.
[kmail2] [Bug 321669] multipart mails incompletely displayed
https://bugs.kde.org/show_bug.cgi?id=321669 Denis Kurz changed: What|Removed |Added Status|UNCONFIRMED |NEEDSINFO Resolution|--- |WAITINGFORINFO --- Comment #6 from Denis Kurz --- Rawk, which version did you experience this with? Iirc, we closed all bugs only reported against version 4.14 or older a while ago. Bugs in those versions will definitely not be fixed. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 327282] Google calendar/ical event gets doubled, i.e. added twice - event visible with no calendar displayed
https://bugs.kde.org/show_bug.cgi?id=327282 Denis Kurz changed: What|Removed |Added Version|5.3.0 |5.7.3 -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 384075] korganizer crashes when selecting a calendar to be shown in agenda/day/week/month view (regression 17.08.*)
https://bugs.kde.org/show_bug.cgi?id=384075 Denis Kurz changed: What|Removed |Added Component|general |todoview Version|5.7.1 |5.7.2 --- Comment #11 from Denis Kurz --- Here we are again. KOrganizer crashes every time upon startup. I had some duplicated items in the offending calendar, but this time, they were VEVENTS, which are not involved in the code that crashes (IncidenceTreeModel). I deleted the duplicated events, but KOrganizer still crashed. What helped, though, was clearing the Akonadi cache for that collection. This is PIM 5.7.2 a.k.a PIM as of KDE Applications 17.12.2. -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 356053] Crash if I close the korganizer window while adding a new attachment
https://bugs.kde.org/show_bug.cgi?id=356053 --- Comment #4 from Denis Kurz --- Nice catch, thanks Christoph! -- You are receiving this mail because: You are the assignee for the bug.
[korganizer] [Bug 356053] Crash if I close the korganizer window while adding a new attachment
https://bugs.kde.org/show_bug.cgi?id=356053 Denis Kurz changed: What|Removed |Added Version Fixed In||5.6.1 Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit||https://commits.kde.org/inc ||idenceeditor/c1f5f69291226f ||b08d1d744059243f71b91fbacb --- Comment #3 from Denis Kurz --- Git commit c1f5f69291226fb08d1d744059243f71b91fbacb by Denis Kurz. Committed on 04/02/2018 at 20:12. Pushed by dkurz into branch 'Applications/17.12'. Fix use-after-free Summary: We now detect if IncidenceAttachment is deleted while the AttachmentEditDialog is shown. There were three potential crashes (deletion of item; access to mAttachmentView; call checkDirtyStatus); the first of them actually was met in the wild in Bug 356053. Fixing only the deletion of item led to the other two. FIXED-IN: 5.6.1 Test Plan: Compiled; repeated the steps described in Bug 356053. The crash happens without the patch; doesn't happen with the patch. Reviewers: #kde_pim, dvratil Reviewed By: #kde_pim, dvratil Subscribers: winterz Tags: #kde_pim Differential Revision: https://phabricator.kde.org/D7591 M +10 -8src/incidenceattachment.cpp https://commits.kde.org/incidenceeditor/c1f5f69291226fb08d1d744059243f71b91fbacb -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 378216] Kmail / Kontact crash when moving & copying mail folders
https://bugs.kde.org/show_bug.cgi?id=378216 --- Comment #5 from Denis Kurz --- Michel, my comment was just meant as a suggestion to anyone who investigates this bug, not to someone affected by it. The problem described by this report might be caused by a bug in Qt, not a bug in KDE. I found a Qt bug that might be the culprit, and this bug was fixed in 5.8. Jugding from Comment 3, you are not affected any more. It would be interesting to know if anyone with Qt 5.8 or later is affected. Sorry for the confusion. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 333725] Kontact crashed out of the blue
https://bugs.kde.org/show_bug.cgi?id=333725 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #5 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 348383] Kmail / Kontact segfault after folder layout change
https://bugs.kde.org/show_bug.cgi?id=348383 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 360959] French special character/letter not recognize in kmail
https://bugs.kde.org/show_bug.cgi?id=360959 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 341061] When unable to open a message, print preview caused Kontact to crash
https://bugs.kde.org/show_bug.cgi?id=341061 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 351313] Akonadi processes prevent removable drive from being safely removed.
https://bugs.kde.org/show_bug.cgi?id=351313 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #3 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 359013] Konctact fallou cando se configuraba manualmente unha conta de correo
https://bugs.kde.org/show_bug.cgi?id=359013 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 354599] Crashed on exit
https://bugs.kde.org/show_bug.cgi?id=354599 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 348046] Kubuntu 15.04, Plasma 5.3, akonadi/kmail show removed mail in Inbox and refuses to update view
https://bugs.kde.org/show_bug.cgi?id=348046 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #4 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 355796] Kontact - Kmail crashes when trying to search for a word within a message
https://bugs.kde.org/show_bug.cgi?id=355796 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #4 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 339739] kmail/kontact 4.14.1 crashes when compacting a folder with ghost items
https://bugs.kde.org/show_bug.cgi?id=339739 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 353619] Crashes while loading IMAP email
https://bugs.kde.org/show_bug.cgi?id=353619 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 340808] Akondi crashing when using Kontakt
https://bugs.kde.org/show_bug.cgi?id=340808 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 353672] kmail2 crashes closing the filter configuration and fails saving it
https://bugs.kde.org/show_bug.cgi?id=353672 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 354832] akkregator crash when Kontact is closed
https://bugs.kde.org/show_bug.cgi?id=354832 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #4 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 355690] Standard actions missing in main menu bar
https://bugs.kde.org/show_bug.cgi?id=355690 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #3 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 328222] Kmail crashes when clicking on email in the email list
https://bugs.kde.org/show_bug.cgi?id=328222 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #7 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 354068] Kmail Gmail Error IMAP
https://bugs.kde.org/show_bug.cgi?id=354068 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are on the CC list for the bug.
[kontact] [Bug 345523] Kontact crashes upon startup because of ManageSieve password and kdewallet
https://bugs.kde.org/show_bug.cgi?id=345523 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 347427] Kontact crash when pressing A to answer a mail
https://bugs.kde.org/show_bug.cgi?id=347427 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #4 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 348040] 4.14.6 Kontact / Kmail regression - ghost message breaks index and blocks function
https://bugs.kde.org/show_bug.cgi?id=348040 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 342866] Unable to set seen flag on huge IMAP folders with many unread messages
https://bugs.kde.org/show_bug.cgi?id=342866 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #5 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are on the CC list for the bug.
[kontact] [Bug 352692] Kontact crashed when message about failed authenticity check pops up
https://bugs.kde.org/show_bug.cgi?id=352692 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 342437] Akonadi_agent_launcher (imap resource for gmail) crashes when receiving emails in the send-folder
https://bugs.kde.org/show_bug.cgi?id=342437 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #3 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are on the CC list for the bug.
[kontact] [Bug 341093] kontact crashes during session restore after restart due to power outage
https://bugs.kde.org/show_bug.cgi?id=341093 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 356758] IMAP Resource crash
https://bugs.kde.org/show_bug.cgi?id=356758 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are on the CC list for the bug.
[akregator] [Bug 352482] Akregator does not exit cleanly
https://bugs.kde.org/show_bug.cgi?id=352482 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 357924] kontakt crashes when opening from startmenu (while it should have been visibile from taskbar as icon...but wasn't
https://bugs.kde.org/show_bug.cgi?id=357924 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #3 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 369120] Kontact crashed by starting the application
https://bugs.kde.org/show_bug.cgi?id=369120 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 355358] Sending mail (gmail), outgoing server not supported, notification new mail in sent; CRASH
https://bugs.kde.org/show_bug.cgi?id=355358 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 361381] Kmail crashes when replying to specific email
https://bugs.kde.org/show_bug.cgi?id=361381 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #3 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 356271] Kontact closes when I click on New Message
https://bugs.kde.org/show_bug.cgi?id=356271 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #4 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 343951] Akonadi Crashes creating resource
https://bugs.kde.org/show_bug.cgi?id=343951 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #3 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are on the CC list for the bug.
[kontact] [Bug 354519] Kmail crashes when opening attachment
https://bugs.kde.org/show_bug.cgi?id=354519 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #3 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 355131] Akonadi crashing after startup, reading IMAP mail folders
https://bugs.kde.org/show_bug.cgi?id=355131 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are on the CC list for the bug.
[Akonadi] [Bug 350445] crash if using imap
https://bugs.kde.org/show_bug.cgi?id=350445 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 317860] Kontact Crashed after attempting to add a large file as an attachment
https://bugs.kde.org/show_bug.cgi?id=317860 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #3 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 340671] Kontact Crash on Email Opening
https://bugs.kde.org/show_bug.cgi?id=340671 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 363113] Kontact Crashes When Exiting
https://bugs.kde.org/show_bug.cgi?id=363113 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 370646] Crash because of stale (dangling) pointers in the attribute registry
https://bugs.kde.org/show_bug.cgi?id=370646 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #10 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[akregator] [Bug 346882] Images not displayed in RSS feeds
https://bugs.kde.org/show_bug.cgi?id=346882 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #10 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 347318] Unable to load email
https://bugs.kde.org/show_bug.cgi?id=347318 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[akregator] [Bug 344982] ark crashed when closing the viewer for a file in an archive.
https://bugs.kde.org/show_bug.cgi?id=344982 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #4 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 350215] Akonadi IMAP Resource: Updating renamed folder fails: Invalid identifier
https://bugs.kde.org/show_bug.cgi?id=350215 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #3 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are on the CC list for the bug.
[kontact] [Bug 360227] Crash on Exit
https://bugs.kde.org/show_bug.cgi?id=360227 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 347805] Kontact crashed on log out
https://bugs.kde.org/show_bug.cgi?id=347805 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 353439] IMAP does not sync, gets stuck at 0% and hangs there
https://bugs.kde.org/show_bug.cgi?id=353439 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #3 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are on the CC list for the bug.
[Akonadi] [Bug 346064] imap mail agent assertion failure/crash at wake
https://bugs.kde.org/show_bug.cgi?id=346064 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are on the CC list for the bug.
[kontact] [Bug 355382] Mail dispatcher crash
https://bugs.kde.org/show_bug.cgi?id=355382 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #4 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 354279] Akonadi crashed while idle at desktop after booting and freshly logging in
https://bugs.kde.org/show_bug.cgi?id=354279 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #8 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are on the CC list for the bug.
[kontact] [Bug 355952] KAddressBook crash when editing group
https://bugs.kde.org/show_bug.cgi?id=355952 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kaddressbook] [Bug 356453] only valid (signed) openpgp certificates (keys) can be assigned
https://bugs.kde.org/show_bug.cgi?id=356453 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 348008] SSLv2 traffic seen during IMAP exchange
https://bugs.kde.org/show_bug.cgi?id=348008 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are on the CC list for the bug.
[kontact] [Bug 354431] Cannot enter new event AM times
https://bugs.kde.org/show_bug.cgi?id=354431 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #3 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 355184] IMAP agent syncs too often
https://bugs.kde.org/show_bug.cgi?id=355184 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #3 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are on the CC list for the bug.
[kaddressbook] [Bug 350026] Improper handling of the Title Field
https://bugs.kde.org/show_bug.cgi?id=350026 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #6 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 333449] Creating/editing/deleting a todo list item results in an "Invalid item payload" and "Bad request"
https://bugs.kde.org/show_bug.cgi?id=333449 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #11 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are on the CC list for the bug.
[kontact] [Bug 357707] Kontact crashed while reading news in akregator
https://bugs.kde.org/show_bug.cgi?id=357707 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 344085] kontact crashed when changing printer settings
https://bugs.kde.org/show_bug.cgi?id=344085 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 339949] Kontact crashes consistently with one particular mail
https://bugs.kde.org/show_bug.cgi?id=339949 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #3 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 341759] kontact crash when updating Kolab calendar
https://bugs.kde.org/show_bug.cgi?id=341759 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #3 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 363411] Kmail crashed when printing a mail
https://bugs.kde.org/show_bug.cgi?id=363411 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 347785] Kontact (contacts) crash when editing contact group
https://bugs.kde.org/show_bug.cgi?id=347785 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 345337] akonadi chokes on empty mails
https://bugs.kde.org/show_bug.cgi?id=345337 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 344140] Crash of matl-agent
https://bugs.kde.org/show_bug.cgi?id=344140 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #3 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 345558] INBOX is empty, all other subfolders of same account have all mails present
https://bugs.kde.org/show_bug.cgi?id=345558 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #10 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are on the CC list for the bug.
[kontact] [Bug 365638] Kmail closed unexpectedly when replying to email
https://bugs.kde.org/show_bug.cgi?id=365638 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[akregator] [Bug 233734] Back and Forward buttons don't work if WebKit is the browser engine
https://bugs.kde.org/show_bug.cgi?id=233734 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #10 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 358742] Kontact (Akregator) crashed after clicking "more" on a feed
https://bugs.kde.org/show_bug.cgi?id=358742 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 348058] Kontactl crashed when trying to send email with a custom from field
https://bugs.kde.org/show_bug.cgi?id=348058 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 366602] Kmail crash when replying to an email
https://bugs.kde.org/show_bug.cgi?id=366602 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 335871] Kontact crashes when pressing 'todo list
https://bugs.kde.org/show_bug.cgi?id=335871 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #6 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 358538] kmail crash when clicking Tools|Find Messages
https://bugs.kde.org/show_bug.cgi?id=358538 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[kontact] [Bug 354776] Kontact crash when browsing gmail imap folders
https://bugs.kde.org/show_bug.cgi?id=354776 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[akregator] [Bug 351486] Crashes after displaying Server Authenticity check failed
https://bugs.kde.org/show_bug.cgi?id=351486 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #5 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 354951] Akonadi crashed while fetching mails
https://bugs.kde.org/show_bug.cgi?id=354951 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are on the CC list for the bug.
[kontact] [Bug 353612] Slow IMAP retrieval and crash
https://bugs.kde.org/show_bug.cgi?id=353612 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[Akonadi] [Bug 338648] New kdepim-runtime 4.14 resource kolab doesn't show mail or contact/task/calender/... informatio
https://bugs.kde.org/show_bug.cgi?id=338648 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #4 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
[kontact] [Bug 354885] default cursor stays at pointing_hand
https://bugs.kde.org/show_bug.cgi?id=354885 Denis Kurz changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |UNMAINTAINED --- Comment #2 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.
[akregator] [Bug 341872] crash at viewing a flash video inside website
https://bugs.kde.org/show_bug.cgi?id=341872 Denis Kurz changed: What|Removed |Added Resolution|WAITINGFORINFO |UNMAINTAINED Status|NEEDSINFO |RESOLVED --- Comment #4 from Denis Kurz --- Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.1 aka 15.12; preferably much more recent), please open a new one unless it already exists. Thank you for all your input. -- You are receiving this mail because: You are the assignee for the bug.