[Akonadi] [Bug 371112] Handle akonadi_control and akonadiserver crash gracefully

2016-10-19 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=371112

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

--- Comment #1 from Daniel Vrátil  ---
To clarify: the akonadiserver process is managed by akonadi_control too (and
will be restarted by akonadi_control if it crashes) so the only case when
agents should self-terminate is when akonadi_control crashes ( ==
org.freedesktop.Akonadi.Control service disappears from DBus)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 363741] akonadi server 16.08.1: crashing every few seconds

2016-10-13 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363741

--- Comment #33 from Daniel Vrátil  ---
Git commit 5aefe02b83a6d73dbd048337d2ba54fee4bbd67c by Daniel Vrátil.
Committed on 13/10/2016 at 07:49.
Pushed by dvratil into branch 'Applications/16.08'.

Fix a memory leak introduced in 1e70d63a943

M  +1-1search/email/emailsearchstore.cpp

http://commits.kde.org/akonadi-search/5aefe02b83a6d73dbd048337d2ba54fee4bbd67c

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 363741] akonadi server 16.08.1: crashing every few seconds

2016-10-09 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363741

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/akon
   ||adi-search/1e70d63a9439f48b
   ||5f1a70accac531a10f4e4239
   Version Fixed In||5.3.2

--- Comment #31 from Daniel Vrátil  ---
Git commit 1e70d63a9439f48b5f1a70accac531a10f4e4239 by Daniel Vrátil.
Committed on 09/10/2016 at 22:52.
Pushed by dvratil into branch 'Applications/16.08'.

Create AgePostingSource on heap

There was an undocumented behaviour change in Xapian 1.4 where
Xapian::Query() no longer internally creates a clone of the
PostingResource that we pass to it and instead takes a (shared)
ownership of the pointer that is then re-used later while
the actual query is being executed, which means that the
PostingResource must live at least until the query execution
is finished.

We were creating the AgePostingSource on stack, which lead to
use-after-free in Xapian 1.4.
FIXED-IN: 5.3.2

M  +1-2search/email/emailsearchstore.cpp

http://commits.kde.org/akonadi-search/1e70d63a9439f48b5f1a70accac531a10f4e4239

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 369311] akonadi adds 2 times google calendar and task"

2016-10-09 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=369311

Daniel Vrátil  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |CONFIRMED

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Akonadi] [Bug 308509] Akonadi spams my desktop with useless notifcations

2016-10-09 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=308509

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |UNMAINTAINED
 Status|NEEDSINFO   |RESOLVED
 CC||dvra...@kde.org

--- Comment #8 from Daniel Vrátil  ---
The Akonadi Tray app that was showing those notification has been removed in
KDE Applications 15.08, so there won't be any more spam :)

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 367846] KMail2 and akonadiconsole continuously lose connection to akonadi server - happens every 30 secs to 2 minutes.

2016-10-05 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367846

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |BACKTRACE
 Status|UNCONFIRMED |NEEDSINFO
 CC||dvra...@kde.org

--- Comment #9 from Daniel Vrátil  ---
Could someone please try to get a backtrace of the crash? You can attach GDB to
the running akonadiserver process:

create a file called "akonadi.dbg" with following content:

c
set pagination off
t a a bt
q

Then attach GDB to the running Akonadi server process:

gdb -p $(pidof akonadiserver) -x akonadi.dbg

Once the server crashes, GDB will print out the backtrace of the crash and
quit. Copy the backtrace and paste it here, then we can figure out what's
crashing and how to fix it :-) Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 340813] sometimes two copies of mysqld are running with Akonadi

2016-09-19 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340813

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #12 from Daniel Vrátil  ---
I am not 100% sure that this works flawlessly, so I don't feel like putting it
into to stable branch now without enough real-life testing. I don't want to
risk breaking starting of database on Akonadi startup.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 368417] adding IMAP account causing akonadi_imap_resource segmentation faults

2016-09-15 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368417

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|UNCONFIRMED |NEEDSINFO
 Resolution|--- |BACKTRACE

--- Comment #1 from Daniel Vrátil  ---
Thanks for the bug report. Could you please install debug info packages for
libakonadi-kde and provide a more complete backtrace? Also if you could test
with latest release (KDE Applications 16.08), it would be great. There's
actually quite a big chance we've fixed the crash.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

[Akonadi] [Bug 309216] (lib)akonadi crash

2016-09-15 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=309216

Daniel Vrátil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org
 Resolution|--- |UNMAINTAINED

--- Comment #1 from Daniel Vrátil  ---
Closing as unmaintained. The KResources integration has been removed in the
Qt5/KF5 version, and KDE4 version is no longer maintained.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 356747] Akonadiconsole crashes on a specific folder

2016-09-15 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356747

Daniel Vrátil  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kdep |http://commits.kde.org/akon
   |im/00db9bd7154d7b4785a6f4ac |adiconsole/218e0cb71265851e
   |3da8ee6a81830754|42838c646f79f64b0838f70f

--- Comment #2 from Daniel Vrátil  ---
Git commit 218e0cb71265851e42838c646f79f64b0838f70f by Daniel Vrátil.
Committed on 15/09/2016 at 09:37.
Pushed by dvratil into branch 'master'.

Fix Browser model crash when email is missing a header
FIXED-IN: 16.08.1

M  +15   -3src/akonadibrowsermodel.cpp

http://commits.kde.org/akonadiconsole/218e0cb71265851e42838c646f79f64b0838f70f

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 356747] Akonadiconsole crashes on a specific folder

2016-09-15 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356747

Daniel Vrátil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/kdep
   ||im/00db9bd7154d7b4785a6f4ac
   ||3da8ee6a81830754
   Version Fixed In||16.08.1
 Resolution|--- |FIXED

--- Comment #1 from Daniel Vrátil  ---
Git commit 00db9bd7154d7b4785a6f4ac3da8ee6a81830754 by Daniel Vrátil.
Committed on 15/09/2016 at 09:39.
Pushed by dvratil into branch 'Applications/16.08'.

Fix Browser model crash when email is missing a header
FIXED-IN: 16.08.1

M  +15   -3akonadiconsole/src/akonadibrowsermodel.cpp

http://commits.kde.org/kdepim/00db9bd7154d7b4785a6f4ac3da8ee6a81830754

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 349439] Kmail crashes

2016-09-15 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349439

Daniel Vrátil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #1 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 291474 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 291474] kmail crashed

2016-09-15 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=291474

Daniel Vrátil  changed:

   What|Removed |Added

 CC||tony.alp...@yahoo.ca

--- Comment #5 from Daniel Vrátil  ---
*** Bug 349439 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 291474] kmail crashed

2016-09-15 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=291474

Daniel Vrátil  changed:

   What|Removed |Added

  Latest Commit|http://commits.kde.org/kdep |http://commits.kde.org/kmai
   |im/1e38a73a143552c4438543ce |l-account-wizard/d0941393fc
   |6d11b22d50a8927f|1502463fca6d02abe4c6a83da70
   ||0de

--- Comment #4 from Daniel Vrátil  ---
Git commit d0941393fc1502463fca6d02abe4c6a83da700de by Daniel Vrátil.
Committed on 15/09/2016 at 09:21.
Pushed by dvratil into branch 'master'.

Fix potential crash if ProviderPage::fillModel() is called twice

QStandardItemModel::removeRows() actually deletes the child item,
so we should not keep a dangling pointer to it around.
FIXED-IN: 16.08.1

M  +4-1src/providerpage.cpp

http://commits.kde.org/kmail-account-wizard/d0941393fc1502463fca6d02abe4c6a83da700de

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 291474] kmail crashed

2016-09-15 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=291474

Daniel Vrátil  changed:

   What|Removed |Added

   Version Fixed In||16.08.1
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||im/1e38a73a143552c4438543ce
   ||6d11b22d50a8927f
 Status|UNCONFIRMED |RESOLVED

--- Comment #3 from Daniel Vrátil  ---
Git commit 1e38a73a143552c4438543ce6d11b22d50a8927f by Daniel Vrátil.
Committed on 15/09/2016 at 09:20.
Pushed by dvratil into branch 'Applications/16.08'.

Fix potential crash if ProviderPage::fillModel() is called twice

QStandardItemModel::removeRows() actually deletes the child item,
so we should not keep a dangling pointer to it around.
FIXED-IN: 16.08.1

M  +4-1accountwizard/src/providerpage.cpp

http://commits.kde.org/kdepim/1e38a73a143552c4438543ce6d11b22d50a8927f

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 288393] Segfault when creating account in Kmail

2016-09-15 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=288393

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #6 from Daniel Vrátil  ---
Closing this issue, as current version does no longer use KJSEmbed, which seems
to be what crashed here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[kdepim] [Bug 364994] Kmail crash when deleting message in thread view

2016-09-15 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364994

Daniel Vrátil  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/mess
   ||agelib/c335c60684fb6de58fae
   ||567234c72277a3b1bf58
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||16.08.1

--- Comment #14 from Daniel Vrátil  ---
Git commit c335c60684fb6de58fae567234c72277a3b1bf58 by Daniel Vrátil.
Committed on 15/09/2016 at 08:42.
Pushed by dvratil into branch 'Applications/16.08'.

Expire dying parent from threading cache before processing children

Fixes a crash in the Model when a thread leader is removed and
ViewJob for its children is started to re-attach the subtree
to a new parent node. The second pass would then get a pointer
to the now-deleted parent from the threading cache leading to
a crash eventually.

This patch makes sure the parent is expired from the cache
before the ViewJobs are started. The cache miss triggers actual
threading calculation in Pass2 and Pass3 and updates our cache.
FIXED-IN: 16.08.1

M  +5-1messagelist/src/core/model.cpp
M  +1-0messagelist/src/core/threadingcache.h

http://commits.kde.org/messagelib/c335c60684fb6de58fae567234c72277a3b1bf58

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 367075] Initial database creation fails.

2016-09-14 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367075

Daniel Vrátil  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/akon
   ||adi/37c639a158f78b810e84c84
   ||a9c42b6b63571c447
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||16.12.0
 Resolution|--- |FIXED

--- Comment #1 from Daniel Vrátil  ---
Git commit 37c639a158f78b810e84c84a9c42b6b63571c447 by Daniel Vrátil.
Committed on 14/09/2016 at 13:31.
Pushed by dvratil into branch 'master'.

Pass --basedir to mysql_install_db

Based on patch from https://bugs.kde.org/367075
FIXED-IN: 16.12.0

M  +12   -0src/server/storage/dbconfigmysql.cpp

http://commits.kde.org/akonadi/37c639a158f78b810e84c84a9c42b6b63571c447

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 340813] sometimes two copies of mysqld are running with Akonadi

2016-09-14 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=340813

Daniel Vrátil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||16.12.0
  Latest Commit||http://commits.kde.org/akon
   ||adi/2ef0fe95bd83643d0a1e69b
   ||0b59124fa76be5b2f

--- Comment #10 from Daniel Vrátil  ---
Git commit 2ef0fe95bd83643d0a1e69b0b59124fa76be5b2f by Daniel Vrátil.
Committed on 14/09/2016 at 13:19.
Pushed by dvratil into branch 'master'.

If the mysql server is already running, try to connect

Instead of starting another mysqld process on top of the same data,
try to reconnect to the running server.

Generally this situation should not really happen, but there are
some cases when the database cannot be properly shut down, like
when the server crashes.
FIXED-IN: 16.12.0

M  +57   -50   src/server/storage/dbconfigmysql.cpp

http://commits.kde.org/akonadi/2ef0fe95bd83643d0a1e69b0b59124fa76be5b2f

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 367892] During folder synchronisation Akonadi blocks out other operations like deleting or viewing mails

2016-09-10 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367892

--- Comment #3 from Daniel Vrátil  ---
* propagated back to the IMAP server.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 367892] During folder synchronisation Akonadi blocks out other operations like deleting or viewing mails

2016-09-10 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367892

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #2 from Daniel Vrátil  ---
Hi Martin,

I'm not sure I understand the issue here correctly. Are you saying that when
you hit "Delete" while a folder is being synced, the email does not disappear
from KMail until the sync is done? Or is this about how changes are propagated
back to the server?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 364342] KRunner crash by Akonadi's PIMContactsRunner

2016-09-06 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364342

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/kdep
   ||im-runtime/c25dcbd8852879a2
   ||f7ee102ef0f683b3dad7
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||16.08.1

--- Comment #15 from Daniel Vrátil  ---
Git commit c25dcbd8852879a2f7ee102ef0f683b3dad7 by Daniel Vrátil.
Committed on 06/09/2016 at 13:33.
Pushed by dvratil into branch 'Applications/16.08'.

Don't link AkonadiContact from serializer plugins

This leads to crashes when the serializer plugin gets loaded from
non-GUI thread (like from KRunner), because AkonadiContact depends
on Qt5WebEngine, and even just linking Qt5WebEngine triggers static
globals initialization that crashes in non-GUI thread.
FIXED-IN: 16.08.1

M  +2-2plugins/CMakeLists.txt
M  +13   -6plugins/akonadi_serializer_addressee.cpp
M  +0-1plugins/akonadi_serializer_contactgroup.cpp

http://commits.kde.org/kdepim-runtime/c25dcbd8852879a2f7ee102ef0f683b3dad7

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 364721] KMail Crash every time I press "Enter" for completing a mail recipient.

2016-08-09 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364721

Daniel Vrátil  changed:

   What|Removed |Added

   Version Fixed In||16.08.0
 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/akon
   ||adi/3d9ebd56a6f6ca20c8ff7ac
   ||19bc5abbf819db182

--- Comment #5 from Daniel Vrátil  ---
Git commit 3d9ebd56a6f6ca20c8ff7ac19bc5abbf819db182 by Daniel Vrátil.
Committed on 09/08/2016 at 19:07.
Pushed by dvratil into branch 'Applications/16.08'.

Ignore any response that arrives after job has finished
FIXED-IN: 16.08.0

M  +16   -7src/core/jobs/job.cpp

http://commits.kde.org/akonadi/3d9ebd56a6f6ca20c8ff7ac19bc5abbf819db182

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Akonadi] [Bug 354056] Deleted emails stay, but greyed out

2016-07-20 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=354056

Daniel Vrátil  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED
 CC||dvra...@kde.org

--- Comment #46 from Daniel Vrátil  ---
Closing again as those "problems persist" reports are against a version that
does not contain the bugfix.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-07-20 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

Daniel Vrátil  changed:

   What|Removed |Added

 CC||steve...@gmail.com

--- Comment #27 from Daniel Vrátil  ---
*** Bug 363390 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 363390] Akonadi randomly crashes

2016-07-20 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363390

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 351850 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 353957] Akonadi IMAP resource crashed when checked maildir

2016-07-20 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353957

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 363928] After suspend akonadiserver use about 2 cpus

2016-07-20 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363928

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #5 from Daniel Vrátil  ---
I see only one active thread in middle of an SQL query execution, could easily
be a full sync after reconnecting to network after resume from suspend.

How long does it get stuck in such state? It is possible that during the
suspend large portions of the database pages get swapped out of memory and then
the query takes a very long time as the database needs to load everything from
the disk again...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 363741] akonadi server 16.04.2: crashing every few seconds

2016-07-20 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363741

Daniel Vrátil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||dvra...@kde.org
 Ever confirmed|0   |1

--- Comment #15 from Daniel Vrátil  ---
Please try removing content of ~/.local/share/akonadi/search_db and
~/.local/share/baloo/{calendars,collections,contacts,email,emailContacts,notes}
(if if exists)

This unfortunately is Xapian crashing on its own (probably corrupted) database,
something that is currently out of our control.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 355229] akonadiconsole browser does not show any resource entries

2016-07-04 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355229

Daniel Vrátil  changed:

   What|Removed |Added

 CC||a...@mpe.mpg.de

--- Comment #4 from Daniel Vrátil  ---
*** Bug 355743 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 355743] akonadiconsole shows no enties in the 'Browser' tab

2016-07-04 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355743

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|CONFIRMED   |RESOLVED

--- Comment #6 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 355229 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 364005] ASSERT: "!mReadingFinished" when composing a message

2016-06-18 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364005

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |FIXED
  Latest Commit||http://commits.kde.org/akon
   ||adi/d5c6a12a10dbe58384676a8
   ||777c871c1bebc1744
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Daniel Vrátil  ---
Git commit d5c6a12a10dbe58384676a8777c871c1bebc1744 by Daniel Vrátil.
Committed on 18/06/2016 at 10:33.
Pushed by dvratil into branch 'master'.

Session: connect to KJob::finished() rather than result()

KJob::result() is not emitted when job is killed quietly which prevents
Session from scheduling the next job until the killed job is destroyed.
This leads to responses being delivered to a wrong job when the job is
killed.
CCMAIL: fa...@kde.org

M  +2-0src/core/jobs/job.cpp
M  +1-1src/core/session.cpp

http://commits.kde.org/akonadi/d5c6a12a10dbe58384676a8777c871c1bebc1744

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 364243] Moving several mails from IMAP inbox to local maildir creates entries with RemoteID NULL

2016-06-18 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364243

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil  ---
Looks like a duplicate of bug 339181 which should be fixed in KDE Applications
16.04.1. Could you please check your version and test against latest 16.04
release?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 361638] Google imap inbox crash.

2016-06-18 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361638

Daniel Vrátil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org
 Resolution|--- |DUPLICATE

--- Comment #1 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 351850 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-06-18 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

Daniel Vrátil  changed:

   What|Removed |Added

 CC||bba...@gmail.com

--- Comment #26 from Daniel Vrátil  ---
*** Bug 361638 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 364005] ASSERT: "!mReadingFinished" when composing a message

2016-06-15 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364005

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil  ---
Yeah, this were a bugs we were trying to debug with dfaure - sometimes a job
was getting response that belonged to previous job which has ended, or has
signaled that it has ended and then another response arrived and the job
emitted another signal.

The assert helped us catch all the broken jobs and bugs in Job handling. The
last issue that triggers the assert is when a job is manually killed and the
session is restarted - which is exactly what happens in the completion code in
composer when you type fast enough so the composer kills the running
ContactSearchJob and starts a new one. I'm still trying to figure out how to
properly handle that, for now please just comment-out the Q_ASSERT.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 364045] akonadi_imap_resource crashes synchronizing with imap.kabelmail.de

2016-06-12 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=364045

Daniel Vrátil  changed:

   What|Removed |Added

   Version Fixed In||16.04.3
 Status|UNCONFIRMED |RESOLVED
  Latest Commit||http://commits.kde.org/kima
   ||p/8933e1dcfe7686683c5d804b9
   ||68dfc4a3af40f34
 Resolution|--- |FIXED

--- Comment #1 from Daniel Vrátil  ---
Git commit 8933e1dcfe7686683c5d804b968dfc4a3af40f34 by Daniel Vrátil.
Committed on 11/06/2016 at 09:17.
Pushed by dvratil into branch 'Applications/16.04'.

Fix crash when server returns non-standard EXPUNGE response

Apparently some servers don't mention "EXPUNGE" in untagged EXPUNGE
response. This wasn't handled correctly due to a typo in response
length check. The code no longer crashes in such case, but will now
print "Unhandled response" warning, which is OK, since we don't
handle results of the EXPUNGE command anyway.
FIXED-IN: 16.04.3

M  +1-0autotests/CMakeLists.txt
A  +89   -0autotests/expungejobtest.cpp [License: GPL (v2+)]
M  +1-1src/expungejob.cpp

http://commits.kde.org/kimap/8933e1dcfe7686683c5d804b968dfc4a3af40f34

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kontact] [Bug 363764] Kontact crash down on tasks page

2016-06-04 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=363764

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Resolution|--- |UNMAINTAINED
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Daniel Vrátil  ---
(příště prosím anglicky, klidně stačí přes Google Translate. Ne všichni
vývojáři kteří čtou bugy umí česky :-)

Díky za report, bohužel v tomhle nevidím nic, co by nějak přímo souviselo s
kódem v KMailu. Může to být chyba v Qt4 nebo KDE4, kterou už neopravíme,
protože to jsou nepodporované verze. Ta chyba vypadá, že je kvůli ikonce KMailu
v systray, ale v Plasmě 5 už je systray implementovaný jinak, takže tenhle pád
tam nastat nemůže. 

//

Unfortunately nothing seemingly related to KMail code, could be something in
Qt4/KDE4 code that's not gonna be fixed as both are no longer maintained.

QETWidget was used for XEmbed widgets, which is how systray was implemented in
KDE4 - I suspect that something went wrong there and caused us to crash due to
our systray icon. We don't use that mechanism at all in Plasma 5, so I guess
there's no point investigating further.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 362710] Message list view does not show any text (invisible sender, subject, date etc)

2016-06-04 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362710

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org,
   ||jrez...@redhat.com

--- Comment #6 from Daniel Vrátil  ---
Hi,

can you check if you go to KMail -> Settings -> Configure KMail -> Appearance
-> Colors and toggle the "Use Custom Colors" checkbox (and Apply), if the text
becomes readable again?

This looks like the painting code is not picking up the right colors...

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[kmail2] [Bug 362710] Message list view does not show any text (invisible sender, subject, date etc)

2016-06-04 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362710

Daniel Vrátil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 362938] Implement tomboy REST API as Akonadi resource

2016-06-01 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362938

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #2 from Daniel Vrátil  ---
Hi,

o2 (https://github.com/pipacs/o2) looks good as well, supports OAuth1 and seems
to be still maintained.

From my own experience with writing Akonadi resources, you should consider
using KIO's KJob instead of directly using QNetworkAccessManager: KIO gives you
integration with KDE proxy settings, certificate chain and other goodies, and
the design pattern of KJobs is well-suited for the ResourceBase API, as it
enforces statelessness (is that a word?), which is a good way to prevent
unexpected and hard-to-debug issues in the resources.

Feel free to talk to us on kde-pim mailinglist or #kontact IRC channel if you
need any help or have some questions regarding Akonadi (our tutorials and
manuals are slightly outdated, so you might get in trouble even if you follow
them...)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 344970] Crash because uids.size()==1" in file ../../../resources/imap/retrieveitemtask.cpp, line 101

2016-05-27 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344970

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #3 from Daniel Vrátil  ---
I fail to see how the "Called item() while state holds multiple items!" warning
could possible be produced through RetrieveItemTask. I am not aware of any
explicit patch for this issue, I can of course only recommend to try a more
recent (supported) version.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 361157] Akonadi does not work properly after Update to KDE FW 5.20, Plasma 5.6 and Qt5.6 on Opensuse Leap 42.1

2016-05-22 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361157

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #19 from Daniel Vrátil  ---
Ok, so I gather that the Akonadi service is not starting for you. I recommend
you run Akonadi from terminal (akonadictl start) and look at the output, that
usually tells where the problem is.

You can increase the debugging level by running

QT_LOGGING_RULES="* = true
qt.* = false" akonadictl start

(note the newline after true, that's not a typo)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 361485] crash on initial start with mysql 5.7 on ubuntu 16.04

2016-05-22 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361485

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
  Latest Commit||http://commits.kde.org/akon
   ||adi/213e7f9d97e4f072615
   ||63abfebfe932e39a1
   Version Fixed In||16.04.2

--- Comment #8 from Daniel Vrátil  ---
Git commit 213e7f9d97e4f07261563abfebfe932e39a1 by Daniel Vrátil.
Committed on 22/05/2016 at 13:21.
Pushed by dvratil into branch 'Applications/16.04'.

Fix MySQL 5.7 support

This implements support for various versions of Oracle MySQL and MariaDB,
adding a special case for MySQL >= 5.7.4 (which removed --force command
line option) and MySQL >= 5.7.6 (which deprecated mysql_db_install and
recommends mysqld --initialize instead)

Also improves debug output during initialization.
FIXED-IN: 16.04.2

M  +7-0src/server/storage/dbconfig.cpp
M  +4-0src/server/storage/dbconfig.h
M  +91   -22   src/server/storage/dbconfigmysql.cpp
M  +7-1src/server/storage/dbconfigmysql.h

http://commits.kde.org/akonadi/213e7f9d97e4f07261563abfebfe932e39a1

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 362138] Akonadi server crashes when opening Kmail

2016-05-22 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362138

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil  ---
There seems to be something wrong with your environment and setup:

1) Environment variable XDG_DATA_DIRS is set to
'/usr/share//usr/share/xsessions/plasma:/usr/local/share/:/usr/share/' 

The first should say /usr/share/xsessions/plasma IMO

2) Error on realpath() on '/var/lib/mysql-files' (Error 2 - No such file or
directory)

No idea what that's about, but that looks like a MySQL issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 362699] Back end MySQL table PimItemTable shows entries with remoteID = NULL

2016-05-22 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362699

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil  ---
Entries with a null RemoteID are a perfectly valid case. It means that the item
has been created in Akonadi and is waiting for the owning resource to store it
in the remote storage (e.g. IMAP server, maildir, Google Contacts addressbook,
.etc.).

The issue you are most likely referring to is that you have data stored in
Akonadi that were not synchronized to the remote storage. This is indeed a
known issue, we currently lack any mechanism that would be try to "upload"
those entities again if the initial upload failed for any reason (this is not
affected by network connectivity or shutting down computer before the item is
uploaded). A solution is being worked on though.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 362652] unnecessary getenv call

2016-05-15 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362652

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
   Version Fixed In|16.08.2 |16.04.2

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 362652] unnecessary getenv call

2016-05-15 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362652

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||16.08.2
  Latest Commit||http://commits.kde.org/akon
   ||adi/c61d36c109c3749c66d1a3f
   ||e1486066c2d6b1875

--- Comment #1 from Daniel Vrátil  ---
Git commit c61d36c109c3749c66d1a3fe1486066c2d6b1875 by Daniel Vrátil, on behalf
of Markus Raab.
Committed on 15/05/2016 at 22:21.
Pushed by dvratil into branch 'Applications/16.04'.

Don't call qgetenv(USER) when not needed
FIXED-IN: 16.08.2

M  +5-3src/server/utils.cpp

http://commits.kde.org/akonadi/c61d36c109c3749c66d1a3fe1486066c2d6b1875

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 362580] akonadi server crashes when recreating the MySQL akonadi database

2016-05-15 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362580

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
   Version Fixed In||16.04.2
  Latest Commit||http://commits.kde.org/akon
   ||adi/02555d1695a5b77d2ebead2
   ||a982481e1706016ef

--- Comment #2 from Daniel Vrátil  ---
Git commit 02555d1695a5b77d2ebead2a982481e1706016ef by Daniel Vrátil.
Committed on 15/05/2016 at 22:53.
Pushed by dvratil into branch 'Applications/16.04'.

Fix MySQL initialization with NO_ZERO_DATE mode

We don't enable NO_ZERO_DATE by default, but external servers may be
configured to use it and will fail to create the PimItemTable in such
case.

Having a default time on atime makes no difference since we already
explicitly set atime to QDateTime::currentDateTime() in the code
when appending a new PimItem.
FIXED-IN: 16.04.2

M  +2-2src/server/storage/akonadidb.xml

http://commits.kde.org/akonadi/02555d1695a5b77d2ebead2a982481e1706016ef

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 362839] Nice option for disabling akonadi on non-PIM computers

2016-05-15 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=362839

Daniel Vrátil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org
 Resolution|--- |WONTFIX

--- Comment #3 from Daniel Vrátil  ---
Indeed the KCM to configure Akonadi is gone in KF5. However Akonadi is started
on demand, which means you must be using some application that requires
Akonadi. One of the candidates might be KOrgac or KAlarm, which runs in the
background, but you can open them via systray and turn them off completely
(disable autostart on login).

I'll close this as WONTFIX, since we have the on-demand start behavior, so
there's no need for an UI.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 361263] Assert when deleting messages (ASSERT: "its.count() == 1")

2016-04-22 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361263

Daniel Vrátil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||16.04.1
  Latest Commit||http://commits.kde.org/akon
   ||adi/0a90244dd6d399c55e2546d
   ||73f093692eb2520df

--- Comment #3 from Daniel Vrátil  ---
Git commit 0a90244dd6d399c55e2546d73f093692eb2520df by Daniel Vrátil.
Committed on 22/04/2016 at 22:28.
Pushed by dvratil into branch 'Applications/16.04'.

Fix assert for translated inter-resource remove of multiple items

The special handling to ensure translation of inter-resource move
did not consider moving of multiple items and the fact that when
it gets translated into Remove on source resource (or client) the
resource might not support batch removal.

Make sure that if split is needed we first perform split, then
translate to Remove/Add.
FIXED-IN: 16.04.1

M  +8-1src/core/monitor_p.cpp

http://commits.kde.org/akonadi/0a90244dd6d399c55e2546d73f093692eb2520df

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 361263] Assert when deleting messages (ASSERT: "its.count() == 1")

2016-04-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=361263

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil  ---
Do you actually delete, or do you just move to trash? If the latter, is your
Trash folder owned by a different resource than the folder you are "deleting"
from?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 353957] Akonadi IMAP resource crashed when checked maildir

2016-03-30 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353957

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #15 from Daniel Vrátil  ---
Hi,

this should be fixed since KDE Applications 15.12. Can you please confirm
whether you can still reproduce in 15.12 or newer?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-03-30 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #25 from Daniel Vrátil  ---
The bug has been fixed in KDE Applications 15.08 release, the fixed has been
cherry-picked to KDE/4.14 branch after its last release. Please ask your
distribution to include the patch in their packaging, or upgrade to latest KDE
PIM from KDE Applications 16.04.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 357541] akonadi_baloo_indexer crashes on akonadi start

2016-03-30 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357541

--- Comment #2 from Daniel Vrátil  ---
Looks like there's either some problem with your DBus, or that somehow
something is already occupying the
org.freedesktop.Akonadi.Agent.akonadi_baloo_indexer service on the bus -
possibly another instance running (which should NOT be possible).

Can you check if this is still happening in KDE PIM 15.12 or 16.04? The agent
there is called akonadi_indexing_agent (we removed "Baloo" from the name).

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 357541] akonadi_baloo_indexer crashes on akonadi start

2016-03-30 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=357541

Daniel Vrátil  changed:

   What|Removed |Added

 CC||v...@pelcak.org

--- Comment #1 from Daniel Vrátil  ---
*** Bug 358314 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 358314] akonadi_baloo_indexer crashes

2016-03-30 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=358314

Daniel Vrátil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 357541 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 352014] Regression: Akonadi 15.08.0 iCal Resource does not accept https-URLs as calendar source any more

2016-03-30 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=352014

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org

--- Comment #11 from Daniel Vrátil  ---
Thanks for testing, marking as FIXED. Please reopen if necessary.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 338658] GMail, Novell Groupwise, other IMAP: "Multiple merge candidates, aborting"

2016-03-30 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338658

--- Comment #50 from Daniel Vrátil  ---
The only fix for the "Multiple merge candidates" error is to run Akonadi
Console, go to "Browser" tab, right-click the broken folder and select "Clear
Akonadi cache". Then restart Akonadi and it will re-fetch content of the broken
folder from the IMAP server.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 355743] akonadiconsole shows no enties in the 'Browser' tab

2016-03-30 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=355743

Daniel Vrátil  changed:

   What|Removed |Added

Summary|akonadiconsole shows now|akonadiconsole shows no
   |enties in the 'Browser' tab |enties in the 'Browser' tab

--- Comment #5 from Daniel Vrátil  ---
This is a known regression in KDEPIM5, looks like something is going wrong in
one of the many layers of proxy models, you can try investigating with
GammaRay.

Akonadi Console is a developer tool, so this has a very low priority, probably
until I need it working again :)

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 341192] Moving messages does not synchronize to disk

2016-03-22 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341192

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org

--- Comment #9 from Daniel Vrátil  ---
This could've been related to bug 339181. Can you test with Applications 16.04
once it's out?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 338186] Since updating to the latest Kubuntu packages Kmail is not picking up imap mail.

2016-03-22 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=338186

Daniel Vrátil  changed:

   What|Removed |Added

   Version Fixed In|4.14.1  |16.04
  Latest Commit|http://commits.kde.org/kdep |http://commits.kde.org/kdep
   |im-runtime/ff02785839e9b41b |im-runtime/21ba8042d8f73992
   |587fac5ca9bc2768a2729eec|d18f9282743312d9ce84c22d

--- Comment #102 from Daniel Vrátil  ---
Git commit 21ba8042d8f73992d18f9282743312d9ce84c22d by Daniel Vrátil.
Committed on 22/03/2016 at 13:18.
Pushed by dvratil into branch 'Applications/16.04'.

IMAP: Better handling of missing UIDNEXT response in RetrieveItemsTask

This improves experience with Courier IMAP servers which does not return
UIDNEXT in
SELECT response. That forced us to always refetch the entire mailbox. Courier
however
does return UIDNEXT in response to STATUS, so we now issue a STATUS command in
case
SELECT gives us empty UIDNEXT.

REVIEW: 127457
FIXED-IN: 16.04

M  +7-4resources/imap/autotests/testretrieveitemstask.cpp
M  +115  -75   resources/imap/retrieveitemstask.cpp
M  +11   -1resources/imap/retrieveitemstask.h

http://commits.kde.org/kdepim-runtime/21ba8042d8f73992d18f9282743312d9ce84c22d

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 348039] kmail imap crash

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348039

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 332830 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 332830] imap crash caceling bad certificate dialog

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332830

Daniel Vrátil  changed:

   What|Removed |Added

 CC||john.pagourt...@gmail.com

--- Comment #9 from Daniel Vrátil  ---
*** Bug 348039 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 341906] imap crash accepting bad certificate dialog after a some period of time

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=341906

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org

--- Comment #4 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 332830 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 332830] imap crash caceling bad certificate dialog

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332830

Daniel Vrátil  changed:

   What|Removed |Added

 CC||frol...@froller.net

--- Comment #10 from Daniel Vrátil  ---
*** Bug 341906 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 332830] imap crash caceling bad certificate dialog

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332830

Daniel Vrátil  changed:

   What|Removed |Added

 CC||sebastian.end...@online.de

--- Comment #8 from Daniel Vrátil  ---
*** Bug 349549 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 349549] KMail crashes after asking multiple times at once for certificate

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349549

Daniel Vrátil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 332830 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 332830] imap crash caceling bad certificate dialog

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332830

Daniel Vrátil  changed:

   What|Removed |Added

 CC||vlastimil.k...@seznam.cz

--- Comment #7 from Daniel Vrátil  ---
*** Bug 359988 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 359988] KMail crashed after accepting certificate in dialog windows (IMAP server)

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359988

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 332830 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 332830] imap crash caceling bad certificate dialog

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=332830

Daniel Vrátil  changed:

   What|Removed |Added

  Latest Commit||http://commits.kde.org/kima
   ||p/b2b27a3fb6dbc240d46e8fbf2
   ||79366cff3c40996
 Resolution|--- |FIXED
 Status|CONFIRMED   |RESOLVED
   Version Fixed In||16.04

--- Comment #6 from Daniel Vrátil  ---
Git commit b2b27a3fb6dbc240d46e8fbf279366cff3c40996 by Daniel Vrátil.
Committed on 22/03/2016 at 00:23.
Pushed by dvratil into branch 'Applications/16.04'.

Fix crash when Session is destroyed while waiting for ignoreSslError()

ignoreSslError() is async and the whole Session including SessionThread
can be deleted in the meantime. Checking against member variable of the
potentially deleted object does not make much sense since the memory can
already be overwritten.

Instead we hold the pointer in a local QPointer variable, which will get
updated when the SessionThread is destroyed while we are waiting for
ignoreSslError() to return.
FIXED-IN: 16.04

M  +5-3src/session.cpp

http://commits.kde.org/kimap/b2b27a3fb6dbc240d46e8fbf279366cff3c40996

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

Daniel Vrátil  changed:

   What|Removed |Added

 CC||deman...@gmail.com

--- Comment #23 from Daniel Vrátil  ---
*** Bug 356387 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 356387] Akonadi Crash - GMAL IMAP

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356387

Daniel Vrátil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||dvra...@kde.org

--- Comment #2 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 351850 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

--- Comment #21 from Daniel Vrátil  ---
*** Bug 353306 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 353414] crash of imap component

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353414

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 351850 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 353306] akonadi crash

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=353306

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #4 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 351850 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

Daniel Vrátil  changed:

   What|Removed |Added

 CC||bugzi...@soulrebel.in-berli
   ||n.de

--- Comment #22 from Daniel Vrátil  ---
*** Bug 353414 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 350909] IMAP resource crashes from time to time

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350909

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 351850 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

Daniel Vrátil  changed:

   What|Removed |Added

 CC||rser...@gmail.com

--- Comment #20 from Daniel Vrátil  ---
*** Bug 350909 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

Daniel Vrátil  changed:

   What|Removed |Added

 CC||jwram...@pobox.com

--- Comment #19 from Daniel Vrátil  ---
*** Bug 350548 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 350548] surpise termination of imap

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=350548

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 351850 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

Daniel Vrátil  changed:

   What|Removed |Added

 CC||m...@henrytian.com

--- Comment #18 from Daniel Vrátil  ---
*** Bug 349800 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 349800] Akonadi IMAP resource crashes when refreshing folders in KMail while search folder is open

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=349800

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 351850 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

Daniel Vrátil  changed:

   What|Removed |Added

 CC||mathias.hom...@opensuse.org

--- Comment #17 from Daniel Vrátil  ---
*** Bug 348365 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 348365] imap ressource crashes on start

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348365

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org

--- Comment #3 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 351850 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

Daniel Vrátil  changed:

   What|Removed |Added

 CC||b...@humanleg.org.uk

--- Comment #16 from Daniel Vrátil  ---
*** Bug 348319 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 348319] Akonadi IMAP crash

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=348319

Daniel Vrátil  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE
 CC||dvra...@kde.org

--- Comment #4 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 351850 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

--- Comment #15 from Daniel Vrátil  ---
*** Bug 345748 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 345748] IMAP Crash Checking Gmail

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345748

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #5 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 351850 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 345229] kde mail crash after update

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=345229

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 351850 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 344340] Crash when trying to sync imap account

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344340

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 351850 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

Daniel Vrátil  changed:

   What|Removed |Added

 CC||harold.fray...@gmail.com

--- Comment #14 from Daniel Vrátil  ---
*** Bug 345229 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

--- Comment #13 from Daniel Vrátil  ---
*** Bug 344828 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

Daniel Vrátil  changed:

   What|Removed |Added

 CC||crgla...@gmail.com

--- Comment #12 from Daniel Vrátil  ---
*** Bug 344805 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 344805] Crash when syncing Google IMAP account

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344805

Daniel Vrátil  changed:

   What|Removed |Added

 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED
 CC||dvra...@kde.org

--- Comment #1 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 351850 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 344828] Crash syncing Google IMAP

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=344828

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 351850 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

Daniel Vrátil  changed:

   What|Removed |Added

 CC||martin.tlus...@gmail.com

--- Comment #11 from Daniel Vrátil  ---
*** Bug 344340 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dl...@gmx.de

--- Comment #10 from Daniel Vrátil  ---
*** Bug 344271 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 343057] Kontact (KMail) IMAP crash

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=343057

Daniel Vrátil  changed:

   What|Removed |Added

 CC||dvra...@kde.org
 Resolution|--- |DUPLICATE
 Status|UNCONFIRMED |RESOLVED

--- Comment #1 from Daniel Vrátil  ---


*** This bug has been marked as a duplicate of bug 351850 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


[Akonadi] [Bug 351850] Random crash when having a gmail account setup in kmail

2016-03-21 Thread Daniel Vrátil via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=351850

Daniel Vrátil  changed:

   What|Removed |Added

 CC||cezar.tiga...@gmail.com

--- Comment #8 from Daniel Vrátil  ---
*** Bug 343057 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Kdepim-bugs mailing list
Kdepim-bugs@kde.org
https://mail.kde.org/mailman/listinfo/kdepim-bugs


  1   2   >