Post History
When I create a new Maildir account in Kmail, pointing to /foo/bar, I expect it to create directories like: /foo/bar/cur /foo/bar/new /foo/bar/tmp /foo/bar/some-folder/cur /foo/bar/some-folder...
Question
kmail
#2: Post edited
- When I create a new Maildir account in Kmail, pointing to `/foo/bar`, I expect it to create directories like:
- ```
- /foo/bar/cur
- /foo/bar/new
- /foo/bar/tmp
- /foo/bar/some-folder/cur
- /foo/bar/some-folder/new
- /foo/bar/some-folder/tmp
- ```
- However, it also creates:
- ```
- /foo/cur
- /foo/new
- /foo/tmp
- ```
Why is this?
- When I create a new Maildir account in Kmail, pointing to `/foo/bar`, I expect it to create directories like:
- ```
- /foo/bar/cur
- /foo/bar/new
- /foo/bar/tmp
- /foo/bar/some-folder/cur
- /foo/bar/some-folder/new
- /foo/bar/some-folder/tmp
- ```
- However, it also creates:
- ```
- /foo/cur
- /foo/new
- /foo/tmp
- ```
- Why is this?
- This seems to be triggered by creating a new folder inside Kmail.
#1: Initial revision
Kmail creates files outside mail directory
When I create a new Maildir account in Kmail, pointing to `/foo/bar`, I expect it to create directories like: ``` /foo/bar/cur /foo/bar/new /foo/bar/tmp /foo/bar/some-folder/cur /foo/bar/some-folder/new /foo/bar/some-folder/tmp ``` However, it also creates: ``` /foo/cur /foo/new /foo/tmp ``` Why is this?