[kmail2] [Bug 383807] Doubled mail after filtering

2017-10-09 Thread Eugen Albiker
https://bugs.kde.org/show_bug.cgi?id=383807

Eugen Albiker  changed:

   What|Removed |Added

 CC||eu...@eugenalbiker.de

--- Comment #2 from Eugen Albiker  ---
Hi,
same problem here.

KMail 5.5.3
KDE Frameworks 5.38.0
Qt 5.9.1 (kompiliert gegen 5.9.1)

It happens only with filtered mail - sometimes
Fix is: clearing caches by using he Akonadi Console

Greetings
Eugen

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

[Akonadi] [Bug 385532] New: Rebuild of database results in kmail crash and infinte loop

2017-10-09 Thread Axel Braun
https://bugs.kde.org/show_bug.cgi?id=385532

Bug ID: 385532
   Summary: Rebuild of database results in kmail crash and infinte
loop
   Product: Akonadi
   Version: 5.6.1
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: critical
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: axel.br...@gmx.de
  Target Milestone: ---

As for whatever reason the search database is messed up again (seems like
akonadi cant deal with frequent suspend/hibernate/wake-up activities), I
decided to go for a rebuild, this time using a postgres backend.

After I deleted ~/.local/share/akonadi and started akonadi again, from what I
saw so far - great. CPU temperatures much lower than under mysql.

But, after some time:

org.kde.pim.kimap: Connection to server lost 3 --> No idea - is this IMAP
resource 3?
Pass a valid window to KWallet::Wallet::openWallet().
org.kde.pim.kimap: Connection to server lost 3
org.kde.pim.kimap: Connection to server lost 3
Pass a valid window to KWallet::Wallet::openWallet().
org.kde.pim.kimap: Connection to server lost 3
org.kde.pim.kimap: Connection to server lost 3
Pass a valid window to KWallet::Wallet::openWallet().
org.kde.pim.kimap: Connection to server lost 3

What does the '3' indicate? IMAP resource 3? Network still up, and I could
access all accounts via webmail

Now starting KMail:

org.kde.pim.akonadiserver: DATABASE ERROR:
org.kde.pim.akonadiserver: Error code: "23505"
org.kde.pim.akonadiserver: DB error: "ERROR: duplicate key value violates
unique constraint \"collectiontable_parentandnameindex\"\nDETAIL: Key
(parentid, name)=(7, drafts) already exists.\n(23505)"
org.kde.pim.akonadiserver: Error text: "ERROR: duplicate key value violates
unique constraint \"collectiontable_parentandnameindex\"\nDETAIL: Key
(parentid, name)=(7, drafts) already exists.\n(23505) QPSQL: Es konnte keine
Abfrage erzeugt werden"
org.kde.pim.akonadiserver: Query: "INSERT INTO CollectionTable (remoteId,
remoteRevision, name, parentId, resourceId, enabled, syncPref, displayPref,
indexPref, cachePolicyInherit, cachePolicyCheckInterval,
cachePolicyCacheTimeout, cachePolicySyncOnDemand, cachePolicyLocalParts,
isVirtual) VALUES (:0, :1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13,
:14) RETURNING id"
org.kde.pim.akonadiserver: Error during insertion into table "CollectionTable"
"ERROR: duplicate key value violates unique constraint
\"collectiontable_parentandnameindex\"\nDETAIL: Key (parentid, name)=(7,
drafts) already exists.\n(23505) QPSQL: Es konnte keine Abfrage erzeugt werden"
org.kde.pim.akonadiserver: DATABASE ERROR:
org.kde.pim.akonadiserver: Error code: "23505"
org.kde.pim.akonadiserver: DB error: "ERROR: duplicate key value violates
unique constraint \"collectiontable_parentandnameindex\"\nDETAIL: Key
(parentid, name)=(7, drafts) already exists.\n(23505)"
org.kde.pim.akonadiserver: Error text: "ERROR: duplicate key value violates
unique constraint \"collectiontable_parentandnameindex\"\nDETAIL: Key
(parentid, name)=(7, drafts) already exists.\n(23505) QPSQL: Es konnte keine
Abfrage erzeugt werden"
org.kde.pim.akonadiserver: Query: "INSERT INTO CollectionTable (remoteId,
remoteRevision, name, parentId, resourceId, enabled, syncPref, displayPref,
indexPref, cachePolicyInherit, cachePolicyCheckInterval,
cachePolicyCacheTimeout, cachePolicySyncOnDemand, cachePolicyLocalParts,
isVirtual) VALUES (:0, :1, :2, :3, :4, :5, :6, :7, :8, :9, :10, :11, :12, :13,
:14) RETURNING id"
org.kde.pim.akonadiserver: Error during insertion into table "CollectionTable"
"ERROR: duplicate key value violates unique constraint
\"collectiontable_parentandnameindex\"\nDETAIL: Key (parentid, name)=(7,
drafts) already exists.\n(23505) QPSQL: Es konnte keine Abfrage erzeugt werden"

...and KMail crashed with this. The error message it was showing:

Im E-Mail-Programm ist ein schwerwiegender Fehler aufgetreten. Das Programm
wird beendet.
Die Fehlermeldung lautet: Could not create collection drafts, resourceId: 16

(Sorry for the german message)

But there is no such resource (16) in ~/.config/akonadi/ 

KMail crashed, but akonadi seems to run. It is issuing always the same
messages, as it looks for the same elements:

org.kde.pim.akonadiserver: processing retrieval request for item (77740) 
parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
org.kde.pim.akonadiserver: ItemRetrievalJob finished for request 0x7f6102c658d0
, error: ""
org.kde.pim.akonadiserver: posting retrieval request for items (77739)  there
are  0  queues and  0  items in mine
org.kde.pim.akonadiserver: ItemRetrievalJob
Akonadi::Server::ItemRetrievalJob(0x5562b06d97e0) started for request
0x7f6102c7cfe0
org.kde.pim.akonadiserver: processing retrieval request for item (77739) 
parts: ("RFC822")  of resource: "akonadi_maildir_resource_0"
org.kde.pim.akonadiserver: ItemRetrievalJob 

[kmail2] [Bug 385526] New: recent changes broke multipart display

2017-10-09 Thread Martin Koller
https://bugs.kde.org/show_bug.cgi?id=385526

Bug ID: 385526
   Summary: recent changes broke multipart display
   Product: kmail2
   Version: Git (master)
  Platform: Other
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: kol...@aon.at
  Target Milestone: ---

Created attachment 108253
  --> https://bugs.kde.org/attachment.cgi?id=108253=edit
test mail not showing html

I just updated to git master (previous version was from about 2-3 weeks ago).
Now multipart/alternative mails no longer show the HTML content.
In fact no body is shown at all and kmail says in the side-bar label "No HTML
Message"

Example mail attached.

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

[kaddressbook] [Bug 385510] New: Cannot add address book folder to Personal contacts resource

2017-10-09 Thread luisfe
https://bugs.kde.org/show_bug.cgi?id=385510

Bug ID: 385510
   Summary: Cannot add address book folder to Personal contacts
resource
   Product: kaddressbook
   Version: 5.6.0
  Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: kdepim-bugs@kde.org
  Reporter: lui...@lftabera.es
CC: to...@kde.org
  Target Milestone: ---

In kaddressbook I used to create a tree of contact folders. I cannot do that
anymore with version 5.6.1 (Kde Applications 17.08.1 compiled from sources in
Debian testing).

Steps.

1. Create a new empty user
2. In kaddressbook right-click in Personal Contacts
3. Select Add Address Book folder...
4. Add the name of the new subfolder

I get a complaint:

Could not create address book folder: Unable to append mimetype for collection
as resourceId: 4

while I expect to create a new subfolder of Personal Contacts

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

[kleopatra] [Bug 385509] New: Messages encrypted by CryptUp can't be decrypted in Outlook

2017-10-09 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=385509

Bug ID: 385509
   Summary: Messages encrypted by CryptUp can't be decrypted in
Outlook
   Product: kleopatra
   Version: 3.0.0
  Platform: Other
OS: MS Windows
Status: UNCONFIRMED
  Severity: normal
  Priority: NOR
 Component: general
  Assignee: aheine...@intevation.de
  Reporter: roman.gaszc...@changepro.pl
CC: kdepim-bugs@kde.org, m...@kde.org
  Target Milestone: ---

Received encrypted e-mail is marked as GpgOL: Encrypted Message.
The message "OpenPGP Encrypted message (decryption not possible. Could not
decrypt the data: General error" is shown.
When "Encrypted" button is cklicked the followin message appears: "The message
was not cryptographically signed. 
There is no additional information available if it was actually sent by 
'…@...' or if someone faked the sender 
address."
Additional information:
Sender public key is imported to Kleopatra. Configuration: Win 10 Home, Outlook
2016 MSO 64-bit.

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