[Akonadi] [Bug 317767] owncloud syncing fails if contact contains messenger information

2013-04-12 Thread m.wege
https://bugs.kde.org/show_bug.cgi?id=317767

--- Comment #23 from m.w...@web.de ---
Please let me know if there is anything new to test.

-- 
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 317767] owncloud syncing fails if contact contains messenger information

2013-04-12 Thread Grégory Oestreicher
https://bugs.kde.org/show_bug.cgi?id=317767

--- Comment #24 from Grégory Oestreicher g...@kamago.net ---
(In reply to comment #23)
 Please let me know if there is anything new to test.

I haven't had time to test yet, so there's nothing new since two days :) I'll
be sure to update this report once I have some news or questions.

-- 
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 318224] New: Tries to insert existing entries into database

2013-04-12 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=318224

Bug ID: 318224
   Summary: Tries to insert existing entries into database
Classification: Unclassified
   Product: Akonadi
   Version: 4.10
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: server
  Assignee: kdepim-bugs@kde.org
  Reporter: mar...@lichtvoll.de

Yesterday I switched from KDEPIM 1 as of KDE SC 4.4.11 to KDEPIM  2 as of KDE
SC 4.10.2. I remade everything. The Akonadi and the Nepomuk databases and their
configurations are completely fresh.

Still after just one day of having it run I get messages that Akonadi tries to
insert duplicate entries in MySQL database in ~/.xsession-errors

Reproducible: Always

Steps to Reproduce:
Dunno about the exact steps to reproduce. It happens everytime time startup. I
am hesistant to put the complete ~/.xsession-errors here, since I saw Akonadi
pasting complete mails into it - likely the Akonadi Nepomuk Feeder I think.

1. Start Akonadi
2. tail -f ~/.xsession-errors | grep Duplicate

Actual Results:  
Nepomuk server already running.
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-191674'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-191533'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-191495'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-191465'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-191425'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-191385'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-191343'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-191285'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-191270'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-191237'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-191223'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-191192'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-191187'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-191143'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-191141'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-190929'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-190780'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-188125'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing query INSERT INTO CollectionPimItemRelation
(Collection_id, PimItem_id) VALUES (:0, :1) :  Duplicate entry '249-188124'
for key 'PRIMARY' QMYSQL3: Unable to execute statement
Error during executing 

[Akonadi] [Bug 318224] Tries to insert existing entries into database

2013-04-12 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=318224

--- Comment #1 from Martin Steigerwald mar...@lichtvoll.de ---
Created attachment 78834
  -- https://bugs.kde.org/attachment.cgi?id=78834action=edit
xsession-errors.txt with duplicate entry messages

Okay, for whatever reason ~/.xsession-errors is truncated anyway. There is
nothing too private in it. So here goes. I excluded lots of basket global
shortcut without name error messages from it.

Just for reference, kernel being used is:

martin@merkaba:~ cat /proc/version 
Linux version 3.9.0-rc6-tp520+ (martin@merkaba) (gcc version 4.7.2 (Debian
4.7.2-5) ) #5 SMP PREEMPT Tue Apr 9 10:55:51 CEST 2013

(I doubt that it matters)

-- 
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 312484] KMail message list is empty though the unread counter is correct

2013-04-12 Thread mathias.tausig
https://bugs.kde.org/show_bug.cgi?id=312484

mathias.tau...@a-cert.at changed:

   What|Removed |Added

 CC||mathias.tau...@a-cert.at

-- 
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 318227] New: Data loss on restarting Akonadi to get it responsive again

2013-04-12 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=318227

Bug ID: 318227
   Summary: Data loss on restarting Akonadi to get it responsive
again
Classification: Unclassified
   Product: Akonadi
   Version: 4.10
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: Birthdays Resource
  Assignee: kdepim-bugs@kde.org
  Reporter: mar...@lichtvoll.de

After Akonadi / MySQL / Virtuoso used up 2 to 4 logical cores of a quite
capable Intel i5 Dualcore mobile CPU @ 2,5 GHz which this ThinkPad T520 can max
out to 3/3,2 GHz quite consistenly for minutes after I had it get recent mails
today, I thought restarting Akonadi would lead it to a sane state. In hindsight
I think this wasn´t such a good idea.

But well additionally to not working out, it led to data loss.

Reproducible: Didn't try

Steps to Reproduce:
I obviously haven´t tried to reproduce this, as I prefer that my mails are
safe. Tentative steps:

1.  Have a POP3 account with some mailing lists like kdepim-users and LKML or
so that it has some traffic.
2. Wait a night to mails to pile up.
3. Receive and filter new mails to some sub folders
4. Type akonadictl restart while Akonadi is working
Actual Results:  
martin@merkaba:~/.Mail/.Lichtvoll.directory/.KDE.directory/pim-users-ml/cur 
grep KMail not updating source folders *
1365696861.R215.merkaba:2,RS:Subject: [kdepim-users] KMail not updating 
source folders on move operations
1365697032.R861.merkaba:2,S:Subject: Re: [kdepim-users] KMail not updating 
source folders on move

While there has been an answer to my question that appeared at first, but was
not there after the Akonadi restart anymore:

http://lists.kde.org/?l=kdepim-usersm=136574390903236w=2

Expected Results:  
That answer would still be there locally and displayed just fine in KMail.

On akonadictl restart Akonadi complained it could not delete some mails via
popup notice. Unfortunately these error messages are not in ~/.xsession-errors.
And I cannot access them from systray anymore as well.

I try to dig out relevant parts of ~/.xsession-errors and attach these.

PS: KMail updates source folders now, so at least that seems settled for now.

-- 
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 318227] Data loss on restarting Akonadi while processing POP3 retrieval to get it responsive again

2013-04-12 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=318227

Martin Steigerwald mar...@lichtvoll.de changed:

   What|Removed |Added

Summary|Data loss on restarting |Data loss on restarting
   |Akonadi to get it   |Akonadi while processing
   |responsive again|POP3 retrieval to get it
   ||responsive 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 318227] Data loss on restarting Akonadi while processing POP3 retrieval to get it responsive again

2013-04-12 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=318227

--- Comment #1 from Martin Steigerwald mar...@lichtvoll.de ---
This may be related to

Bug #318224 - Tries to insert existing entries into database

(note the duplicate messages have been there before this akonadictl restart
from this bug report)

Some additional info:

I use the following setup:

1) I had all mails in ~/Mail

2) I moved all recent mails from ~/Mail to a newly created BTRFS subvolume
~/.Mail so that I can snapshot it. I moved all the archived mails to
~/.Mail-Archiv, as these are mbox folders.

3) Then I let the migrator run so that it puts my account information into
kmail2rc.

4) For each POP3 account I use I created an extra maildir agent pointing it at
the maildir and then selecting Synchronize All in Akonadiconsole. Thus for my
main account Lichtvoll I gave it ~/.Mail/Lichtvoll as maildir directory for
example:

drwx-- 1 martin martin18 Apr 11 08:33 Lichtvoll
drwx-- 1 martin martin  4106 Apr 11 17:28 .Lichtvoll.directory
-rw--- 1 martin martin   4312743 Apr 11 08:33 .Lichtvoll.index
-rw--- 1 martin martin 33909 Apr 11 08:33 .Lichtvoll.index.ids

For local mails I created:

drwx-- 1 martin martin18 Jan  2 11:36 Lokal
drwxr-xr-x 1 martin martin   528 Apr 11 09:50 .Lokal.directory

and copied all the local mail folders into that.

5) I imported my filter rules back to this new setup, set inboxes for mail
download to the right top level maildir directories and so on.


Size of setup:

martin@merkaba:~ find ~/.Mail | wc -l
431234
martin@merkaba:~ du -sh ~/.Mail
6,5G/home/martin/.Mail


The KDEPIM-2 packages are from Debian developers, but they are not publically
available in official Debian repositories. I test them for for them.

martin@merkaba:~ apt-show-versions | egrep
(kdepim|korganizer|kmail|knode|kaddressbook|zanshin|akonadi|nepomuk|strigi|virtuoso|soprano|libqt)
  akonadi-backend-mysql/experimental uptodate 1.9.1-2
akonadi-backend-postgresql/experimental uptodate 1.9.1-2
akonadi-backend-sqlite/experimental uptodate 1.9.1-2
akonadi-server/experimental uptodate 1.9.1-2
akonadiconsole 4:4.10.2-0r4 newer than version in archive
kaddressbook 4:4.10.2-0r4 newer than version in archive
kaddressbook-mobile 4:4.10.2-0r4 installed: No available version in archive
kdegraphics-strigi-analyzer/sid uptodate 4:4.8.4-1
kdepim 4:4.10.2-0r4 newer than version in archive
kdepim-dbg 4:4.10.2-0r4 newer than version in archive
kdepim-kresources 4:4.10.2-0r4 newer than version in archive
kdepim-mobileui-data 4:4.10.2-0r4 installed: No available version in archive
kdepim-runtime/experimental uptodate 4:4.10.2-1
kdepim-strigi-plugins 4:4.10.2-0r4 newer than version in archive
kdepimlibs-dbg/experimental uptodate 4:4.10.2-1
kdepimlibs-kio-plugins/experimental uptodate 4:4.10.2-1
kdesdk-strigi-plugins/sid uptodate 4:4.8.4+dfsg-1
kmail 4:4.10.2-0r4 newer than version in archive
kmail-mobile 4:4.10.2-0r4 installed: No available version in archive
knode 4:4.10.2-0r4 newer than version in archive
korganizer 4:4.10.2-0r4 newer than version in archive
korganizer-mobile 4:4.10.2-0r4 installed: No available version in archive
libakonadi-calendar4/experimental uptodate 4:4.10.2-1
libakonadi-contact4/experimental uptodate 4:4.10.2-1
libakonadi-kabc4/experimental uptodate 4:4.10.2-1
libakonadi-kcal4/experimental uptodate 4:4.10.2-1
libakonadi-kde4/experimental uptodate 4:4.10.2-1
libakonadi-kmime4/experimental uptodate 4:4.10.2-1
libakonadi-notes4/experimental uptodate 4:4.10.2-1
libakonadi-socialutils4/experimental uptodate 4:4.10.2-1
libakonadiprotocolinternals1/experimental uptodate 1.9.1-2
libkdepim4 4:4.10.2-0r4 newer than version in archive
libkdepimdbusinterfaces4 4:4.10.2-0r4 installed: No available version in
archive
libkdepimmobileui4 4:4.10.2-0r4 installed: No available version in archive
libnepomuk4/experimental uptodate 4:4.10.2-2
libnepomukcore4/experimental uptodate 4:4.10.2-1
libnepomukquery4a/experimental uptodate 4:4.10.2-2
libnepomukutils4/experimental uptodate 4:4.10.2-2
libnepomukwidgets4/experimental uptodate 4:4.10.2-1
libqt4-dbg/sid uptodate 4:4.8.2+dfsg-11
libqt4-dbus/sid uptodate 4:4.8.2+dfsg-11
libqt4-declarative/sid uptodate 4:4.8.2+dfsg-11
libqt4-designer/sid uptodate 4:4.8.2+dfsg-11
libqt4-dev/sid uptodate 4:4.8.2+dfsg-11
libqt4-dev-bin/sid uptodate 4:4.8.2+dfsg-11
libqt4-help/sid uptodate 4:4.8.2+dfsg-11
libqt4-network/sid uptodate 4:4.8.2+dfsg-11
libqt4-opengl/sid uptodate 4:4.8.2+dfsg-11
libqt4-qt3support/sid uptodate 4:4.8.2+dfsg-11
libqt4-script/sid uptodate 4:4.8.2+dfsg-11
libqt4-scripttools/sid uptodate 4:4.8.2+dfsg-11
libqt4-sql/sid uptodate 4:4.8.2+dfsg-11
libqt4-sql-mysql/sid uptodate 4:4.8.2+dfsg-11
libqt4-sql-psql/sid uptodate 4:4.8.2+dfsg-11
libqt4-sql-sqlite/sid uptodate 4:4.8.2+dfsg-11
libqt4-svg/sid uptodate 4:4.8.2+dfsg-11
libqt4-test/sid uptodate 4:4.8.2+dfsg-11
libqt4-xml/sid uptodate 4:4.8.2+dfsg-11
libqt4-xmlpatterns/sid uptodate 4:4.8.2+dfsg-11
libqtassistantclient4/sid 

[Akonadi] [Bug 318227] Data loss on restarting Akonadi while processing POP3 retrieval to get it responsive again

2013-04-12 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=318227

--- Comment #2 from Martin Steigerwald mar...@lichtvoll.de ---
Created attachment 78835
  -- https://bugs.kde.org/attachment.cgi?id=78835action=edit
.xsession-errors of this data loss occurence

I reduced all mail addresses in there to domain names for spam / privacy
reasons.

-- 
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


[akregator] [Bug 304438] Some feeds do not get updated until I flush Konqueror's cache

2013-04-12 Thread Christoph Lange
https://bugs.kde.org/show_bug.cgi?id=304438

--- Comment #3 from Christoph Lange lan...@web.de ---
Still the same problem in version 4.10.2, now experienced with
http://www.heise.de/autos/rss/news-atom.xml.

I didn't have Konqueror installed any longer, so I even had to reinstall it for
the workaround.

-- 
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 318233] New: Remove duplicates takes lots of time and then doesn´t remove the duplicates anyway

2013-04-12 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=318233

Bug ID: 318233
   Summary: Remove duplicates takes lots of time and then doesn´t
remove the duplicates anyway
Classification: Unclassified
   Product: Akonadi
   Version: 4.10
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: server
  Assignee: kdepim-bugs@kde.org
  Reporter: mar...@lichtvoll.de

Due to the data loss I experienced bug #318227 I removed last seen uids from

martin@merkaba:~/.kde/share/config ls akonadi_pop3_resource_*
akonadi_pop3_resource_0rc  akonadi_pop3_resource_2rc  akonadi_pop3_resource_4rc
 akonadi_pop3_resource_6rc
akonadi_pop3_resource_1rc  akonadi_pop3_resource_3rc  akonadi_pop3_resource_5rc

and had Akonadi redownload all those mails again by triggering this via KMail.

Then I tried to remove duplicates with Folder/Remove Duplicate Mails. It says
for a long time that it tries to retrieve items. I let it sit for a while. But
then, duplicates were still there, after the progress information has been
gone. I even restarted KMail, since that helped, when folders aren´t updated.
Ssee thread:

 [kdepim-users] KMail not updating source folders on move operations unless
restarted
http://lists.kde.org/?l=kdepim-usersm=136569681820899w=2

Reproducible: Always

Steps to Reproduce:
1. Have KMail somehow have duplicate mails, removing last seen uid list from
POP3 resource works just fine for that.
2. Choose a folder of about 1000 mails or so with some duplicates in it.
3. Choose Remove Duplicate Mails from Folder menu.
Actual Results:  
Takes quite some time. Mails are not removed from the folder mail list in
KMail.

Expected Results:  
Duplicate mails are removed quickly.

This was during only light activity of Nepomuk/Virtuoso. Since switch to
KDEPIM-2 from KDE SC 4.10.2 it has never been actually idle so far, but it used
only about 2 of 4 logical cores of Intel Sandybridge i5-2520M cpu in this
ThinkPad T520 which is also equipped with an Intel SSD 320.  A hardware which
is supposed to be able to remove some duplicate mails in a eye blink.

Some additional info:

I use the following setup:

1) I had all mails in ~/Mail

2) I moved all recent mails from ~/Mail to a newly created BTRFS subvolume
~/.Mail so that I can snapshot it. I moved all the archived mails to
~/.Mail-Archiv, as these are mbox folders.

3) Then I let the migrator run so that it puts my account information into
kmail2rc.

4) For each POP3 account I use I created an extra maildir agent pointing it at
the maildir and then selecting Synchronize All in Akonadiconsole. Thus for my
main account Lichtvoll I gave it ~/.Mail/Lichtvoll as maildir directory for
example:

drwx-- 1 martin martin18 Apr 11 08:33 Lichtvoll
drwx-- 1 martin martin  4106 Apr 11 17:28 .Lichtvoll.directory
-rw--- 1 martin martin   4312743 Apr 11 08:33 .Lichtvoll.index
-rw--- 1 martin martin 33909 Apr 11 08:33 .Lichtvoll.index.ids

For local mails I created:

drwx-- 1 martin martin18 Jan  2 11:36 Lokal
drwxr-xr-x 1 martin martin   528 Apr 11 09:50 .Lokal.directory

and copied all the local mail folders into that.

5) I imported my filter rules back to this new setup, set inboxes for mail
download to the right top level maildir directories and so on.


Size of setup:

martin@merkaba:~ find ~/.Mail | wc -l
431234
martin@merkaba:~ du -sh ~/.Mail
6,5G/home/martin/.Mail


The KDEPIM-2 packages are from Debian developers, but they are not publically
available in official Debian repositories. I test them for for them.

martin@merkaba:~ apt-show-versions | egrep
(kdepim|korganizer|kmail|knode|kaddressbook|zanshin|akonadi|nepomuk|strigi|virtuoso|soprano|libqt)
  akonadi-backend-mysql/experimental uptodate 1.9.1-2
akonadi-backend-postgresql/experimental uptodate 1.9.1-2
akonadi-backend-sqlite/experimental uptodate 1.9.1-2
akonadi-server/experimental uptodate 1.9.1-2
akonadiconsole 4:4.10.2-0r4 newer than version in archive
kaddressbook 4:4.10.2-0r4 newer than version in archive
kaddressbook-mobile 4:4.10.2-0r4 installed: No available version in archive
kdegraphics-strigi-analyzer/sid uptodate 4:4.8.4-1
kdepim 4:4.10.2-0r4 newer than version in archive
kdepim-dbg 4:4.10.2-0r4 newer than version in archive
kdepim-kresources 4:4.10.2-0r4 newer than version in archive
kdepim-mobileui-data 4:4.10.2-0r4 installed: No available version in archive
kdepim-runtime/experimental uptodate 4:4.10.2-1
kdepim-strigi-plugins 4:4.10.2-0r4 newer than version in archive
kdepimlibs-dbg/experimental uptodate 4:4.10.2-1
kdepimlibs-kio-plugins/experimental uptodate 4:4.10.2-1
kdesdk-strigi-plugins/sid uptodate 4:4.8.4+dfsg-1
kmail 4:4.10.2-0r4 newer than version in archive
kmail-mobile 4:4.10.2-0r4 installed: No available version in archive
knode 4:4.10.2-0r4 newer than version in archive
korganizer 4:4.10.2-0r4 

[Akonadi] [Bug 318233] Remove duplicates takes lots of time and then doesn´t remove the duplicates anyway

2013-04-12 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=318233

--- Comment #1 from Martin Steigerwald mar...@lichtvoll.de ---
Akonadi Nepomuk Feeder reported:

Nepomuk is not operational: Nepomuk is not running.

during above stuff. I left it at that as Nepomuk was still indexing files and I
want to save a bit on resources. I know I can restart it. I will do so later on
if things settled down.

-- 
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 318234] New: KMail sometimes does not update source folder view on move or mark operations unless restarted

2013-04-12 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=318234

Bug ID: 318234
   Summary: KMail sometimes does not update source folder view on
move or mark operations unless restarted
Classification: Unclassified
   Product: kmail2
   Version: 4.10.2
  Platform: Debian unstable
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: message list
  Assignee: kdepim-bugs@kde.org
  Reporter: mar...@lichtvoll.de

Sometimes, it seems when Akonadi is under load, I see this:

Whenever I move a mail or click on the icon for marking a mail spam via a 
manuel filter which moves it to the spam folder, the mail does not disappear 
from the source folder of the move operation until I restart KMail.

It does appear in the destination folder tough and then it seems I have a 
duplicate mail. After restarting KMail all is fine tough.

Also marking a mail as read does not yield any visible change until I restart
KMail.

I also tried viewing the folder in Akonadiconsole, but there the progress 
sign didn´t disappear.


Reproducible: Sometimes

Steps to Reproduce:
1. Have Akonadi under load or whatever else is needed to trigger this. Trying
after having triggered retrieving lots of new mails from POP3 resource or on
initial indexing all mails triggered this for me.

2. Move a mail to another folder.
3. Mark a mail as read
Actual Results:  
2. Moved mail case: KMail does not delete the mail from the source folder
message list, still when showing the destination folder it usually appears
there. Thus the mail appears twice, once in the source and once in the
destination folder.

3. Mark mail case: Marked as read mail still appears as unread.

Expected Results:  
2. Mail move case: Mail is removed from source mail folder message list
immediately or at least marked as being in the process of being moved.

3. Mark mail case: Mail is marked as read immediately.

Immediate feedback to the user is crucial IMHO.

This is being discussed at:

[kdepim-users] KMail not updating source folders on move operations unless
restarted
http://lists.kde.org/?l=kdepim-usersm=136569681820899w=2

According to O. Sinclair this is also been discussed on the developers
kde-pim mailing list, but I didn´t find it right now. Since I didn´t see this
reported in Bugzilla, I reported this. In case I missed a report, sorry for the
duplicate.

I use the following setup:

1) I had all mails in ~/Mail

2) I moved all recent mails from ~/Mail to a newly created BTRFS subvolume
~/.Mail so that I can snapshot it. I moved all the archived mails to
~/.Mail-Archiv, as these are mbox folders.

3) Then I let the migrator run so that it puts my account information into
kmail2rc.

4) For each POP3 account I use I created an extra maildir agent pointing it at
the maildir and then selecting Synchronize All in Akonadiconsole. Thus for my
main account Lichtvoll I gave it ~/.Mail/Lichtvoll as maildir directory for
example:

drwx-- 1 martin martin18 Apr 11 08:33 Lichtvoll
drwx-- 1 martin martin  4106 Apr 11 17:28 .Lichtvoll.directory
-rw--- 1 martin martin   4312743 Apr 11 08:33 .Lichtvoll.index
-rw--- 1 martin martin 33909 Apr 11 08:33 .Lichtvoll.index.ids

For local mails I created:

drwx-- 1 martin martin18 Jan  2 11:36 Lokal
drwxr-xr-x 1 martin martin   528 Apr 11 09:50 .Lokal.directory

and copied all the local mail folders into that.

5) I imported my filter rules back to this new setup, set inboxes for mail
download to the right top level maildir directories and so on.


Size of setup:

martin@merkaba:~ find ~/.Mail | wc -l
431234
martin@merkaba:~ du -sh ~/.Mail
6,5G/home/martin/.Mail


The KDEPIM-2 packages are from Debian developers, but they are not publically
available in official Debian repositories. I test them for for them.

martin@merkaba:~ apt-show-versions | egrep
(kdepim|korganizer|kmail|knode|kaddressbook|zanshin|akonadi|nepomuk|strigi|virtuoso|soprano|libqt)
  akonadi-backend-mysql/experimental uptodate 1.9.1-2
akonadi-backend-postgresql/experimental uptodate 1.9.1-2
akonadi-backend-sqlite/experimental uptodate 1.9.1-2
akonadi-server/experimental uptodate 1.9.1-2
akonadiconsole 4:4.10.2-0r4 newer than version in archive
kaddressbook 4:4.10.2-0r4 newer than version in archive
kaddressbook-mobile 4:4.10.2-0r4 installed: No available version in archive
kdegraphics-strigi-analyzer/sid uptodate 4:4.8.4-1
kdepim 4:4.10.2-0r4 newer than version in archive
kdepim-dbg 4:4.10.2-0r4 newer than version in archive
kdepim-kresources 4:4.10.2-0r4 newer than version in archive
kdepim-mobileui-data 4:4.10.2-0r4 installed: No available version in archive
kdepim-runtime/experimental uptodate 4:4.10.2-1
kdepim-strigi-plugins 4:4.10.2-0r4 newer than version in archive
kdepimlibs-dbg/experimental uptodate 4:4.10.2-1
kdepimlibs-kio-plugins/experimental uptodate 4:4.10.2-1

[Akonadi] [Bug 318227] Data loss on restarting Akonadi while processing POP3 retrieval to get it responsive again

2013-04-12 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=318227

--- Comment #3 from Martin Steigerwald mar...@lichtvoll.de ---
To be fair, I just remembered that I clicked on Abort activity for one
resource prior to restarting Akonadi. It didn´t seem that the resource would
listen to me, but still this might have caused the trouble. Feel free to close,
but before that it would still be good to be able to confirm that restarting
Akonadi server is safe for mail data.

I fixed this data loss by removing last seen uid from
~/.kde/share/config/akonadi_pop3* which lead to

Bug 318233 - Remove duplicates takes lots of time and then doesn´t remove the
duplicates anyway

-- 
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 318110] akonadi-nepomuk-feeder isn't detecting Nepomuk properly when system boots.

2013-04-12 Thread Martin Steigerwald
https://bugs.kde.org/show_bug.cgi?id=318110

Martin Steigerwald mar...@lichtvoll.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 CC||mar...@lichtvoll.de
 Ever confirmed|0   |1

--- Comment #1 from Martin Steigerwald mar...@lichtvoll.de ---
Confirmed. The Akonadi Nepomuk Feeder waits for Nepomuk to become available,
but then reports in Akonadiconsole

Nepomuk is not operational: Nepomuk is not running.

while Nepomuk is just happily indexing mails.

A restart from within Akonadiconsole usually brings it up just fine.

Seen with:

The KDEPIM-2 packages are from Debian developers, but they are not publically
available in official Debian repositories. I test them for for them.

martin@merkaba:~ apt-show-versions | egrep
(kdepim|korganizer|kmail|knode|kaddressbook|zanshin|akonadi|nepomuk|strigi|virtuoso|soprano|libqt)
  akonadi-backend-mysql/experimental uptodate 1.9.1-2
akonadi-backend-postgresql/experimental uptodate 1.9.1-2
akonadi-backend-sqlite/experimental uptodate 1.9.1-2
akonadi-server/experimental uptodate 1.9.1-2
akonadiconsole 4:4.10.2-0r4 newer than version in archive
kaddressbook 4:4.10.2-0r4 newer than version in archive
kaddressbook-mobile 4:4.10.2-0r4 installed: No available version in archive
kdegraphics-strigi-analyzer/sid uptodate 4:4.8.4-1
kdepim 4:4.10.2-0r4 newer than version in archive
kdepim-dbg 4:4.10.2-0r4 newer than version in archive
kdepim-kresources 4:4.10.2-0r4 newer than version in archive
kdepim-mobileui-data 4:4.10.2-0r4 installed: No available version in archive
kdepim-runtime/experimental uptodate 4:4.10.2-1
kdepim-strigi-plugins 4:4.10.2-0r4 newer than version in archive
kdepimlibs-dbg/experimental uptodate 4:4.10.2-1
kdepimlibs-kio-plugins/experimental uptodate 4:4.10.2-1
kdesdk-strigi-plugins/sid uptodate 4:4.8.4+dfsg-1
kmail 4:4.10.2-0r4 newer than version in archive
kmail-mobile 4:4.10.2-0r4 installed: No available version in archive
knode 4:4.10.2-0r4 newer than version in archive
korganizer 4:4.10.2-0r4 newer than version in archive
korganizer-mobile 4:4.10.2-0r4 installed: No available version in archive
libakonadi-calendar4/experimental uptodate 4:4.10.2-1
libakonadi-contact4/experimental uptodate 4:4.10.2-1
libakonadi-kabc4/experimental uptodate 4:4.10.2-1
libakonadi-kcal4/experimental uptodate 4:4.10.2-1
libakonadi-kde4/experimental uptodate 4:4.10.2-1
libakonadi-kmime4/experimental uptodate 4:4.10.2-1
libakonadi-notes4/experimental uptodate 4:4.10.2-1
libakonadi-socialutils4/experimental uptodate 4:4.10.2-1
libakonadiprotocolinternals1/experimental uptodate 1.9.1-2
libkdepim4 4:4.10.2-0r4 newer than version in archive
libkdepimdbusinterfaces4 4:4.10.2-0r4 installed: No available version in
archive
libkdepimmobileui4 4:4.10.2-0r4 installed: No available version in archive
libnepomuk4/experimental uptodate 4:4.10.2-2
libnepomukcore4/experimental uptodate 4:4.10.2-1
libnepomukquery4a/experimental uptodate 4:4.10.2-2
libnepomukutils4/experimental uptodate 4:4.10.2-2
libnepomukwidgets4/experimental uptodate 4:4.10.2-1
libqt4-dbg/sid uptodate 4:4.8.2+dfsg-11
libqt4-dbus/sid uptodate 4:4.8.2+dfsg-11
libqt4-declarative/sid uptodate 4:4.8.2+dfsg-11
libqt4-designer/sid uptodate 4:4.8.2+dfsg-11
libqt4-dev/sid uptodate 4:4.8.2+dfsg-11
libqt4-dev-bin/sid uptodate 4:4.8.2+dfsg-11
libqt4-help/sid uptodate 4:4.8.2+dfsg-11
libqt4-network/sid uptodate 4:4.8.2+dfsg-11
libqt4-opengl/sid uptodate 4:4.8.2+dfsg-11
libqt4-qt3support/sid uptodate 4:4.8.2+dfsg-11
libqt4-script/sid uptodate 4:4.8.2+dfsg-11
libqt4-scripttools/sid uptodate 4:4.8.2+dfsg-11
libqt4-sql/sid uptodate 4:4.8.2+dfsg-11
libqt4-sql-mysql/sid uptodate 4:4.8.2+dfsg-11
libqt4-sql-psql/sid uptodate 4:4.8.2+dfsg-11
libqt4-sql-sqlite/sid uptodate 4:4.8.2+dfsg-11
libqt4-svg/sid uptodate 4:4.8.2+dfsg-11
libqt4-test/sid uptodate 4:4.8.2+dfsg-11
libqt4-xml/sid uptodate 4:4.8.2+dfsg-11
libqt4-xmlpatterns/sid uptodate 4:4.8.2+dfsg-11
libqtassistantclient4/sid uptodate 4.6.3-4
libqtcore4/sid uptodate 4:4.8.2+dfsg-11
libqtdbus4/sid uptodate 4:4.8.2+dfsg-11
libqtglib-2.0-0/sid uptodate 0.10.2-2
libqtgstreamer-0.10-0/sid uptodate 0.10.2-2
libqtgstreamerui-0.10-0/sid uptodate 0.10.2-2
libqtgui4/sid uptodate 4:4.8.2+dfsg-11
libqtlocation1/sid uptodate 1.2.0-3
libqtruby4shared2/sid uptodate 4:4.8.4-1
libqtscript4-core/sid uptodate 0.2.0-1
libqtscript4-gui/sid uptodate 0.2.0-1
libqtscript4-network/sid uptodate 0.2.0-1
libqtscript4-sql/sid uptodate 0.2.0-1
libqtscript4-uitools/sid uptodate 0.2.0-1
libqtscript4-xml/sid uptodate 0.2.0-1
libqtwebkit-dev/sid uptodate 2.2.1-5
libqtwebkit4/sid uptodate 2.2.1-5
libqtwebkit4-dbg/sid uptodate 2.2.1-5
libqtxdg0/sid uptodate 0.4.1-2
libsmokeakonadi3/sid uptodate 4:4.8.4-1
libsmokenepomuk3/sid uptodate 4:4.8.4-1
libsmokesoprano3/sid uptodate 4:4.8.4-1

[Akonadi] [Bug 318176] KDE 4.10.2/OwnCloud 5.0.3 constant akonadi_groupware crash

2013-04-12 Thread Simon Andersch
https://bugs.kde.org/show_bug.cgi?id=318176

--- Comment #2 from Simon Andersch s...@siyman.de ---
Created attachment 78838
  -- https://bugs.kde.org/attachment.cgi?id=78838action=edit
New crash information added by DrKonqi

akonadi_davgroupware_resource (4.10) on KDE Platform 4.10.2 using Qt 4.8.3

As you requested another (hopefully complete) report. Does it fit your needs?

-- Backtrace (Reduced):
#6  0x00442df4 in DavGroupwareResource::retrieveItem (this=0x111b1a0,
item=...) at ../../../../resources/dav/resource/davgroupwareresource.cpp:315
#7  0x7ff730e10f45 in
Akonadi::ResourceBasePrivate::slotPrepareItemRetrievalResult (this=0x111b230,
job=optimized out) at ../../akonadi/resourcebase.cpp:783
#8  0x7ff730e1137a in Akonadi::ResourceBase::qt_static_metacall
(_o=optimized out, _c=optimized out, _id=optimized out, _a=optimized
out) at ./moc_resourcebase.cpp:141
[...]
#10 0x7ff7316cd222 in KJob::result (this=this@entry=0x1735c60,
_t1=_t1@entry=0x1735c60) at ./kjob.moc:208
#11 0x7ff7316cd260 in KJob::emitResult (this=0x1735c60) at
../../kdecore/jobs/kjob.cpp:318

-- 
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 316840] imap resource starts crazy connect / disconnect cycle to mail server

2013-04-12 Thread Romain GUINOT
https://bugs.kde.org/show_bug.cgi?id=316840

Romain GUINOT romaingui...@gmail.com changed:

   What|Removed |Added

 CC||romaingui...@gmail.com

-- 
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 315718] KOntact crashes when attempting to send encrypted email to untrusted PGP key holder

2013-04-12 Thread m.wege
https://bugs.kde.org/show_bug.cgi?id=315718

m.w...@web.de changed:

   What|Removed |Added

 CC||m.w...@web.de

-- 
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


[kontact] [Bug 315718] KOntact crashes when attempting to send encrypted email to untrusted PGP key holder

2013-04-12 Thread m.wege
https://bugs.kde.org/show_bug.cgi?id=315718

--- Comment #2 from m.w...@web.de ---
Created attachment 78840
  -- https://bugs.kde.org/attachment.cgi?id=78840action=edit
New crash information added by DrKonqi

kaddressbook (4.10.2) on KDE Platform 4.10.2 using Qt 4.8.3

- What I was doing when the application crashed:
I was doppel clicking on an address in Kaddressbook.

-- Backtrace (Reduced):
#6  0x7f59e6264425 in __GI_raise (sig=optimized out) at
../nptl/sysdeps/unix/sysv/linux/raise.c:64
#7  0x7f59e6267b8b in __GI_abort () at abort.c:91
[...]
#12 0x7f59e6c7d7e4 in QEventLoop::exec (this=optimized out, flags=...) at
kernel/qeventloop.cpp:218
#13 0x7f59e6c82738 in QCoreApplication::exec () at
kernel/qcoreapplication.cpp:1187
#14 0x004049e9 in main (argc=optimized out, argv=optimized out) at
../../kaddressbook/main.cpp:49

-- 
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 316840] imap resource starts crazy connect / disconnect cycle to mail server

2013-04-12 Thread Romain GUINOT
https://bugs.kde.org/show_bug.cgi?id=316840

--- Comment #5 from Romain GUINOT romaingui...@gmail.com ---
Not sure if it can corroborate your issues, but since last week i'm having an
issue : 
I use KMail from 4.10.2, on Fedora 18. 1 IMAP account connected to a Google
Apps hosted domain. 

Worked great, and since this week i regularly have errors saying too many
simultaneous connections... Tried recreating the account from scratch, same
issue. 

Workaround i have found so far is to go in the Gmail web UI, and click sign
out of all sessions in the connection details. Then the akonadi resource is
willing to fetch mail again.  

I'm suspecting there's some kind of connection leak, maybe similar to what you
are experiencing.

-- 
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 318176] KDE 4.10.2/OwnCloud 5.0.3 constant akonadi_groupware crash

2013-04-12 Thread Achim Bohnet
https://bugs.kde.org/show_bug.cgi?id=318176

Achim Bohnet a...@mpe.mpg.de changed:

   What|Removed |Added

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

--- Comment #3 from Achim Bohnet a...@mpe.mpg.de ---
This crash (duplicate according to bug report tool) started here after upgrade
from
4.10.1 to 4.10.2 on Kubuntu raring (released soon as 13.04).  It happens every
time
I start kaddressbook.

_No_ _problem_ with 4.10.2 on Kubuntu 12.10.  Both kubuntu installation use
same adressbooks from our OwnCloud  server V4.0.11.


After the crash I see in 'Akonadi Configuration'  that the OwnCloud resource
list:
'Ready'
When closing the bug report dialog (dav resource crash) it changes to 
'Fetching Collections 0%
and then it fetches the the 4 calendars from owncloud  and display 'ready'
again.

Nevertheless the 'busy icon' (spinning circle of 12 dots) on the left of the
'owncloud'  kaddressbook calender entry is spinning forever like it's tries
loading forever.

Achim

-- 
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 318176] KDE 4.10.2/OwnCloud 5.0.3 constant akonadi_groupware crash

2013-04-12 Thread Achim Bohnet
https://bugs.kde.org/show_bug.cgi?id=318176

--- Comment #4 from Achim Bohnet a...@mpe.mpg.de ---
(In reply to comment #1)
 It looks like you have an invalid collection. Could you try to re-create the
 resource?


yeap.  that workaround works. delete/recreate 'fixed' it.  But is hardly a fix
;-)

Nevertheless it's strange since the addressbooks and calendars are the same
since KDE SC 4.9.* times and kaddressbook never had problems before.

1) why did it break after 4.10.1 - 4.10.2 upgrade on kubuntu 13.04-tobe (uses
qt 4.8.4)
2) 4.10.2 still works for me with  Kubuntu 12.10 (used qt 4.8.3) but not for
the original bug reporter

Achim
P.S. I really like KDEPIM otherwise I would not spend my time reporting bugs. 
Thx for the great tools.

-- 
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 312460] Kmail can not show correct number of unread mails

2013-04-12 Thread Christian Mollekopf
https://bugs.kde.org/show_bug.cgi?id=312460

--- Comment #18 from Christian Mollekopf mollek...@kolabsys.com ---
Created attachment 78843
  -- https://bugs.kde.org/attachment.cgi?id=78843action=edit
debug logs from akonadiconsole

Akonadi console output while reproducing the problem.

-- 
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 281832] kmail does not handle charsets for mail body when replying to a decrypted mail properly

2013-04-12 Thread Stanislav Sidorenko
https://bugs.kde.org/show_bug.cgi?id=281832

Stanislav Sidorenko m...@stanislavsidorenko.com changed:

   What|Removed |Added

 CC||m...@stanislavsidorenko.com

--- Comment #3 from Stanislav Sidorenko m...@stanislavsidorenko.com ---
KDE 4.10.2 Ubuntu 12.10 (installed from PPA)

I can reproduce the issue if Use original message encoding option is set. It
works fine if this option is disabled.

-- 
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


[kdepimlibs] [Bug 317992] Peru holidays

2013-04-12 Thread Christophe Giboudeaux
https://bugs.kde.org/show_bug.cgi?id=317992

Christophe Giboudeaux cgiboude...@gmx.com changed:

   What|Removed |Added

 CC||cgiboude...@gmx.com

--- Comment #1 from Christophe Giboudeaux cgiboude...@gmx.com ---
What's the preferred name for the independence days ? Día de la Independencia
or Fiestas Patrias ?

-- 
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


[kmail2] [Bug 318258] New: Click on column title in messages list makes it smaller

2013-04-12 Thread Andre
https://bugs.kde.org/show_bug.cgi?id=318258

Bug ID: 318258
   Summary: Click on column title in messages list makes it
smaller
Classification: Unclassified
   Product: kmail2
   Version: 4.10.2
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: message list
  Assignee: kdepim-bugs@kde.org
  Reporter: m...@mail.ru

Click that changes messages sort order makes clicked column smaller till it
disappears. 

Reproducible: Always

-- 
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 305269] Cannot see new top-level IMAP folders

2013-04-12 Thread Karl-Johan Karlsson
https://bugs.kde.org/show_bug.cgi?id=305269

Karl-Johan Karlsson creideiki+kdeb...@ferretporn.se changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #9 from Karl-Johan Karlsson creideiki+kdeb...@ferretporn.se ---
I'm still seeing this bug on KDE 4.10.2, built from source on Gentoo, and I've
rebooted after I installed it. Specifically to your patch, I'm running:

[I] kde-base/kdepim-runtime
 Available versions:  (4) 4.4.11.1-r1^t 4.10.1^t{tbz2} (~)4.10.2^t{tbz2}
   {aqua debug google kolab}
 Installed versions:  4.10.2(4)^t{tbz2}(10:51:10 2013-04-08)(-aqua -debug
-google -kolab)

Procedure:
1. Right-click the IMAP server in the folder tree.
2. Select Add Folder
3. As name, enter Test.
4. Click OK.

Results:
The new folder, correctly populated with Maildir subfolders, appears in the
IMAP server's file system.
The new folder does not appear in KMail's folder tree.
Right-clicking the server in IMAP server in the folder tree and selecting
Update folder and its subfolders makes no difference.
Exiting KMail, restarting Akonadi with akonadictl stop, akonadictl status
until everything is in state stopped, akonadictl start, and restarting
KMail makes no difference.
Using another IMAP client to move an unread mail into the new folder makes no
difference.
The only place in KMail I can see the new folder is if I right-click the IMAP
server in the folder tree and select Serverside Subscriptions I have
server-side subscriptions turned off, and toggling it makes no difference.
Attempting to create the folder again gives this error message: Could not
create folder: Could not create collection Test resourceId: 6. This error
persist even after I remove the folder on the server.

Using kdebugdialog to enable everything matching kdepim and kmail gives
only the following output on creating a folder (Test2 instead of Test,
since I can't create a new Test even after removing it on the server):

akonadi_imap_resource_0(17320)/kdepimlibs (kimap) AddCollectionTask::doStart:
New folder:  Test2
kmail2(17355) KMKernel::instanceStatusChanged: A Resource started to
synchronize, starting a mail check.
Error during executing query INSERT INTO CollectionTable (remoteId,
remoteRevision, name, parentId, resourceId, cachePolicyInherit, isVirtual)
VALUES (:0, :1, :2, :3, :4, :5, :6) :  columns parentId, name are not unique
Unable to fetch row
akonadi_imap_resource_0(17320)/kdepimlibs (kimap)
RetrieveCollectionMetadataTask::doStart: .Test2
kmail2(17355) KMKernel::slotProgressItemCompletedOrCanceled: Last resource
finished syncing, mail check done
kmail2(17355) KMKernel::instanceStatusChanged: A Resource started to
synchronize, starting a mail check.
kmail2(17355) KMKernel::slotProgressItemCompletedOrCanceled: Last resource
finished syncing, mail check done
kmail2(17355) AkonadiSender::doSendQueued: Sending queued message with custom
transport: 

That Error during executing query message is probably not related, since it
appears periodically in the terminal where Akonadi and KMail were started,
regardless of actions taken in KMail.

-- 
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


[kdepimlibs] [Bug 317992] Peru holidays

2013-04-12 Thread caballeroajeno
https://bugs.kde.org/show_bug.cgi?id=317992

--- Comment #2 from caballeroaj...@yahoo.com ---
Fiestas Patrias are 28th and 29th of July together. 28th July is our
independence day, and 29th July is the day the country honours its armed
forces. It is a not working holiday as well.

Maybe the maintainer in charge could place Fiestas Patrias and Independence
Day on July 28th and just Fiestas Patrias on July 29th. That should be clear
enough.

-- 
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


[kdepimlibs] [Bug 317992] Peru holidays

2013-04-12 Thread caballeroajeno
https://bugs.kde.org/show_bug.cgi?id=317992

--- Comment #3 from caballeroaj...@yahoo.com ---
mm... It seems I can't edit a comment. I meant to say Fiestas Patrias y Día de
la Independencia for July 28th above.

-- 
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


[kmail2] [Bug 294687] S/MIME encrypted and signed e-mails are displayed with a wrong signature in Outlook 2003/2007

2013-04-12 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=294687

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||m...@sandroknauss.de
 Resolution|--- |WAITINGFORINFO

--- Comment #3 from Sandro Knauß m...@sandroknauss.de ---
Can you pease check with kmail 4.10.2, we improved the Content Transfer
Encoding with that version?
It would be great If you can give us the exact text you entered into kmail.
Also great the right mail sended from thunderbird.

-- 
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 286553] Kmail signed emails invalid in Thunderbird w/ Enigmail

2013-04-12 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=286553

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 CC||m...@sandroknauss.de
 Resolution|--- |WAITINGFORINFO

--- Comment #17 from Sandro Knauß m...@sandroknauss.de ---
You mixed up different crypto standards. kmail normaly sends mails with OpenPGP
Mime, and thunderbird uses OpenPGP Inline.

But you can switch kmail to use Inline OpenPGP via Options-Cryptographic
Message Format-Inline OpenPGP. 

Please also try kmail 4.10.2, there where some improvments in the crypto stack.
I attach a mail created with kmail 4.10.2 with OpenPGP inline - In my eyes it
should be correct :)

-- 
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 286553] Kmail signed emails invalid in Thunderbird w/ Enigmail

2013-04-12 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=286553

--- Comment #18 from Sandro Knauß m...@sandroknauss.de ---
Created attachment 78848
  -- https://bugs.kde.org/attachment.cgi?id=78848action=edit
Mail created with kmail 4.10.2 OpenPGP inline

-- 
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 302752] Signing emails interprets escape characters

2013-04-12 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=302752

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||m...@sandroknauss.de
   Version Fixed In||4.10.2
 Resolution|--- |FIXED

-- 
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 312493] signing/validating fails (S/MIME certificate)

2013-04-12 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=312493

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||m...@sandroknauss.de
 Resolution|--- |WAITINGFORINFO

--- Comment #1 from Sandro Knauß m...@sandroknauss.de ---
Can you give us the text you entered? Did you use SMIME Opaque?

Please also test with kmail 4.10.2 (or newer), if possible.

-- 
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 310428] Problem with adding and removing identities

2013-04-12 Thread Thiago Jung Bauermann
https://bugs.kde.org/show_bug.cgi?id=310428

Thiago Jung Bauermann thiago.bauerm...@gmail.com changed:

   What|Removed |Added

 CC||thiago.bauerm...@gmail.com

--- Comment #3 from Thiago Jung Bauermann thiago.bauerm...@gmail.com ---
I am having this problem too, in Kubuntu 12.04.2 with KDE 4.10.2. I have 1152
identities right now...

-- 
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 305171] PGP/MIME signatures are invalid when text/plain; charset=us-ascii is used

2013-04-12 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=305171

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

 CC||m...@sandroknauss.de

--- Comment #5 from Sandro Knauß m...@sandroknauss.de ---
Can you give a text, that you entered into kmail, that has an invalid
signature?
Can you pease give kmail 4.10.2 a try? There are some improments with CTE
entered kmail.

-- 
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 297427] Non-MIME-GnuPG encrypted messages often crash KMail

2013-04-12 Thread Sandro Knauß
https://bugs.kde.org/show_bug.cgi?id=297427

Sandro Knauß m...@sandroknauss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDSINFO
 CC||m...@sandroknauss.de
 Resolution|--- |WAITINGFORINFO

--- Comment #10 from Sandro Knauß m...@sandroknauss.de ---
Can someone attach such a mail that let kmail crash?
I'm actually working in the crypto part of kmail, and test all different crypto
types and had never this problem with a chrashing kmail. This would make the
life easier for me to find the 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


[kmail2] [Bug 318258] Click on column title in messages list makes it smaller

2013-04-12 Thread Laurent Montel
https://bugs.kde.org/show_bug.cgi?id=318258

Laurent Montel mon...@kde.org changed:

   What|Removed |Added

 CC||mon...@kde.org

--- Comment #1 from Laurent Montel mon...@kde.org ---
Screenshot please.
Thanks

-- 
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 305171] PGP/MIME signatures are invalid when text/plain; charset=us-ascii is used

2013-04-12 Thread Hauke Laging
https://bugs.kde.org/show_bug.cgi?id=305171

--- Comment #6 from Hauke Laging ha...@laging.de ---
Created attachment 78849
  -- https://bugs.kde.org/attachment.cgi?id=78849action=edit
mail with bad signature, saved from Thunderbird to a file

For reproducing the 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


[kmail2] [Bug 305171] PGP/MIME signatures are invalid when text/plain; charset=us-ascii is used

2013-04-12 Thread Hauke Laging
https://bugs.kde.org/show_bug.cgi?id=305171

--- Comment #7 from Hauke Laging ha...@laging.de ---
(In reply to comment #5)
 Can you give a text, that you entered into kmail, that has an invalid
 signature?

I attach a mail I sent which is shown as badly signed in Thunderbird.

 Can you pease give kmail 4.10.2 a try? There are some improments with CTE
 entered kmail.

I just noticed that it seems to work in KMail/4.8.5 already. At least it's
shown correctly by Thunderbird/Enigmail (which shows older mails as badly
signed).

-- 
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 318258] Click on column title in messages list makes it smaller

2013-04-12 Thread Andre
https://bugs.kde.org/show_bug.cgi?id=318258

--- Comment #2 from Andre m...@mail.ru ---
Created attachment 78852
  -- https://bugs.kde.org/attachment.cgi?id=78852action=edit
Initial state

-- 
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 318258] Click on column title in messages list makes it smaller

2013-04-12 Thread Andre
https://bugs.kde.org/show_bug.cgi?id=318258

--- Comment #3 from Andre m...@mail.ru ---
Created attachment 78853
  -- https://bugs.kde.org/attachment.cgi?id=78853action=edit
First click on Tema

-- 
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 318258] Click on column title in messages list makes it smaller

2013-04-12 Thread Andre
https://bugs.kde.org/show_bug.cgi?id=318258

--- Comment #4 from Andre m...@mail.ru ---
Created attachment 78854
  -- https://bugs.kde.org/attachment.cgi?id=78854action=edit
Second click on Tema

-- 
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 318258] Click on column title in messages list makes it smaller

2013-04-12 Thread Andre
https://bugs.kde.org/show_bug.cgi?id=318258

--- Comment #5 from Andre m...@mail.ru ---
Moreover program restart also shrinks columns

-- 
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