[Akonadi] [Bug 283682] KMail duplicates filtered messages

2016-07-12 Thread Dennis Andress via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #157 from Dennis Andress  ---
I had this bug a couple of years ago. It is more like a feature that can be
turned on and off.

Tools>Configure KMail>Accounts>Select Account>Modify
On the Advanced tab check Automatically compact folders (expunges deleted
messages)

-- 
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 283682] KMail duplicates filtered messages

2014-09-25 Thread Dennis Andress
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #100 from Dennis Andress  ---
This bug is annoying...

I restarted Akonadi this morning and left the terminal window open. I then
deleted several emails from one KMail folder and noticed this, repeated once
for each deleted email, in the terminal window

akonadi_imap_resource_7(3524)/kdepimlibs (kimap)
KIMAP::StoreJob::handleResponse: We asked for UID but the server didn't give it
back, resultingFlags not stored. 

After awhile I hacked around with Akonadi Console and eventually found that for
the duplicated emails the table PIMITEMFLAGRELATIONS will have two records, one
with the flag /SEEN and one with the flag /DELETED.  I didn't look very hard,
but it seems that pimitemflagrelations has only one record for emails that are
not duplicated.

This SQL run from the DB Query tab of Akonadi Console seems to confirm that.

select * from pimitemflagrelation pif
INNER JOIN pimitemflagrelation pir ON pir.pimitem_id = pif.pimitem_id
where pif.flag_id = 6 and pir.flag_id = 2

--   where flag_id 6 == /DELETED and flag_id 2 == /SEEN

I admit that is poor SQL. I'm not a fan of MySQL, having decided long ago that
its implementation of SQL is not compatible with my career goals.  

It seems that message I saw in Akonadi's stdout is saying that the /SEEN record
was not removed from pimitemflagrelations when the /DELETED record was added.

-- 
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 283682] KMail duplicates filtered messages

2014-08-28 Thread Dennis Andress
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #99 from Dennis Andress  ---
KMail 4.13.3
Fedora 20  (testing and unstable repos in use)

I had the problem where a spam filter would endlessly duplicate emails. I
quickly removed the spam filter and things settled down. The problem returns
when I delete or move an email. The email will move to the detination folder,
only to shortly reappear, disabled and not selectable, in the original folder.

I have two email accounts configured, GMail and the my employer's (ms exchange
server). The problem occurs almost exclussively with my employer's account.
Emails duplicate in the GMail spam folder, curiously taking several minutes to
show up instead of almost immediately.

I don't see akonadi being at fault. Running akonadictl fsck and vacuum show no
errors, and don't affect the problem.  Deleteing the Adkonadi database and
starting over didn't help either. Yet, I can clear the duplicates by using any
other mail client and synching each folder individually. To make a SWAG (stupid
wild ass guess), I'd look for something in LDAP usage.

Sorry to report a problem and not offer help. 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


[Akonadi] [Bug 283682] KMail duplicates filtered messages

2014-07-03 Thread Dennis Andress
https://bugs.kde.org/show_bug.cgi?id=283682

--- Comment #85 from Dennis Andress  ---
(In reply to comment #84)
> (In reply to comment #83)
> 
> They won't show up in another mail client because the duplicates are in
> akonadi database.

I hadn't considered that, thank you. Yet, restarting KMail does not fix the
problem, running akonadictl vacuum and fsck does not fix it either. But,
viewing mail from another client does, or at least seems to affect 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


[Akonadi] [Bug 283682] KMail duplicates filtered messages

2014-07-03 Thread Dennis Andress
https://bugs.kde.org/show_bug.cgi?id=283682

Dennis Andress  changed:

   What|Removed |Added

 CC||dandre...@gmail.com

--- Comment #83 from Dennis Andress  ---
On version 4.13.2 this problem began two days ago. There may have been Fedora
updates precipitating the start.

Duplicate emails are disabled in the message list and can not be selected or
deleted. If I stop Kontact/Kmail and start another email client, SeaMonkey in
my case, the duplicate emails will not be present. If, and only if, I select
the folder which contained duplicates in KMail, and then restart KMail, the
duplicates will be gone.

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