Bug 319239 - created wierd maildir structure
Summary: created wierd maildir structure
Status: RESOLVED UNMAINTAINED
Alias: None
Product: Akonadi
Classification: Frameworks and Libraries
Component: Maildir Resource (show other bugs)
Version: 4.10
Platform: Debian unstable Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-02 19:29 UTC by Martin Steigerwald
Modified: 2017-01-07 22:12 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Steigerwald 2013-05-02 19:29:54 UTC
During analysis for other bug reports I made I found that Akonadi created "cur", "new", "tmp" folders inside a "cur" or "new" folder sometimes.

Reproducible: Sometimes

Steps to Reproduce:
I have no idea.
Actual Results:  
martin@merkaba:~/.local/share/local-mail> find Lichtvoll -name "cur" -or -name "new" -or -name "tmp"
Lichtvoll/new
Lichtvoll/new/new
Lichtvoll/new/tmp
Lichtvoll/new/cur
Lichtvoll/tmp
Lichtvoll/cur
martin@merkaba:~/.local/share/local-mail> find .trash.directory -name "cur" -or -name "new" -or -name "tmp"
.trash.directory/Unsicher/new
.trash.directory/Unsicher/new/new
.trash.directory/Unsicher/new/tmp
.trash.directory/Unsicher/new/cur
.trash.directory/Unsicher/tmp
.trash.directory/Unsicher/cur
.trash.directory/Unsicher/cur/new
.trash.directory/Unsicher/cur/tmp
.trash.directory/Unsicher/cur/cur
.trash.directory/Spam/new
.trash.directory/Spam/tmp
.trash.directory/Spam/cur

martin@merkaba:~/.local/share/local-mail> find -wholename "*cur/cur" -or -wholename "*new/cur" -or -wholename "*tmp/cur"
./.Lichtvoll.directory/.KDE.directory/pim-ml/new/cur
./.Lichtvoll.directory/.KDE.directory/kmymoney/new/cur
./.Lichtvoll.directory/.Linux.directory/kernel-ml/new/cur
./.Lichtvoll.directory/.Debian.directory/hurd-ml/new/cur
./.Lichtvoll.directory/.Computer.directory/mesa-dev-ml/new/cur
./.trash.directory/Unsicher/new/cur
./.trash.directory/Unsicher/cur/cur
./Lichtvoll/new/cur


Expected Results:  
martin@merkaba:/mnt/home-zeit/martin-Mail-2013-05-01> find Lichtvoll -name "cur" -or -name "new" -or -name "tmp"
Lichtvoll/cur
Lichtvoll/new
Lichtvoll/tmp
martin@merkaba:/mnt/home-zeit/martin-Mail-2013-05-01> find .trash.directory -name "cur" -or -name "new" -or -name "tmp"
.trash.directory/Spam/cur
.trash.directory/Spam/new
.trash.directory/Spam/tmp
.trash.directory/Unsicher/cur
.trash.directory/Unsicher/new
.trash.directory/Unsicher/tmp

martin@merkaba:/mnt/home-zeit/martin-Mail-2013-05-01> find -wholename "*cur/cur" -or -wholename "*new/cur" -or -wholename "*tmp/cur"
[… no output …]

Actual results are with KMail2 ~/.local/share/local-mail

Expected results are with KMail1 maildir snapshot.

Using KDEPIM SC 4.10.2, Akonadi 1.9.1 debian experimental packages with MySQL 5.5.
Comment 1 Denis Kurz 2016-09-24 20:35:45 UTC
This bug has only been reported for versions older than KDEPIM 4.14 (at most akonadi-1.3). Can anyone tell if this bug still present?

If noone confirms this bug for a recent version of akonadi (part of KDE Applications 15.08 or later), it gets closed in about three months.
Comment 2 Denis Kurz 2017-01-07 22:12:12 UTC
Just as announced in my last comment, I close this bug. If you encounter it again in a recent version (at least 5.0 aka 15.08), please open a new one unless it already exists. Thank you for all your input.