Bug 411454 - kmail create folder structure under "$HOME/file:"
Summary: kmail create folder structure under "$HOME/file:"
Status: REPORTED
Alias: None
Product: kmail2
Classification: Applications
Component: general (show other bugs)
Version: 5.11.2
Platform: Fedora RPMs Linux
: NOR minor
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-08-30 17:47 UTC by Mathieu Carpentier
Modified: 2019-09-04 05:17 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
directory structure (16.37 KB, text/plain)
2019-08-30 17:47 UTC, Mathieu Carpentier
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mathieu Carpentier 2019-08-30 17:47:11 UTC
Created attachment 122428 [details]
directory structure

SUMMARY
Each time I start kmail I get a directory structure created "$HOME/file:". It is recreated at next application start.


STEPS TO REPRODUCE
1. Start kmail
2. Check for directory "file:" in $HOME
3. 

OBSERVED RESULT
"$HOME/file:" seems to contain the local folders defined in kmail settings.

$ pwd
/home/mcarpentier/file:
$ find .
.
./home
./home/mcarpentier
./home/mcarpentier/.local
./home/mcarpentier/.local/share
./home/mcarpentier/.local/share/local-mail
./home/mcarpentier/.local/share/local-mail/new
./home/mcarpentier/.local/share/local-mail/tmp
./home/mcarpentier/.local/share/local-mail/cur
./home/mcarpentier/.local/share/.local-mail.directory
./home/mcarpentier/.local/share/.local-mail.directory/sent-mail
./home/mcarpentier/.local/share/.local-mail.directory/sent-mail/new
./home/mcarpentier/.local/share/.local-mail.directory/sent-mail/new/file:
./home/mcarpentier/.local/share/.local-mail.directory/sent-mail/new/file:/home
./home/mcarpentier/.local/share/.local-mail.directory/sent-mail/new/file:/home/mcarpentier
./home/mcarpentier/.local/share/.local-mail.directory/sent-mail/new/file:/home/mcarpentier/.local
./home/mcarpentier/.local/share/.local-mail.directory/sent-mail/new/file:/home/mcarpentier/.local/share
./home/mcarpentier/.local/share/.local-mail.directory/sent-mail/new/file:/home/mcarpentier/.local/share/.local-mail.directory
./home/mcarpentier/.local/share/.local-mail.directory/sent-mail/new/file:/home/mcarpentier/.local/share/.local-mail.directory/sent-mail
./home/mcarpentier/.local/share/.local-mail.directory/sent-mail/new/file:/home/mcarpentier/.local/share/.local-mail.directory/sent-mail/new
....
....

EXPECTED RESULT
Have the local mail directory created in the correct path (e.g. /home/mcarpentier/.local/share/.local-mail)


SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Fedora 30 (Linux morgoth.home 5.2.9-200.fc30.x86_64 #1 SMP Fri Aug 16 21:37:45 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux)
KDE Plasma Version: 5.15.5
KDE Frameworks Version: 5.59.0
Qt Version: 5.12.4

ADDITIONAL INFORMATION
Comment 1 Laurent Montel 2019-09-04 05:17:19 UTC
I confirm this bug.
I already work on it but it's hard to understand this bug.