https://bugs.kde.org/show_bug.cgi?id=384144
Bug ID: 384144 Summary: KMail - moving an e-Mail which has been read to a new folder, places the e-Mail file in the sub-directory "new" Product: kmail2 Version: 5.5.2 Platform: openSUSE RPMs OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: commands and actions Assignee: kdepim-b...@kde.org Reporter: bugrprt21...@online.de Target Milestone: --- When an e-Mail which has been read, is moved manually to another KMail2 Folder, the associated e-Mail file is placed the "moved-to-Folder" sub-directory "new" and not as expected in the sub-directory "cur". The following CLI "find" commands search for the e-Mail files: > find .local/share/local-mail/ -type d -name 'new' -exec ls '{}' \; or > find .local/share/.local-mail.directory/ -type d -name 'new' -exec ls '{}' \; To find which KMail2 Folder contains the "new" sub-directory containing the moved e-Mail(s) use: > find .local/share/local-mail/ -type d -name 'new' -print -exec ls '{}' \; | less or > find .local/share/.local-mail.directory/ -type d -name 'new' -print -exec ls '{}' \; | less ----------------------------------------------------------------------- Affected e-Mails have to be selected from within KMail2 and the "moved to the 'cur' sub-directory" with <Ctrl-U> and then <Ctrl-R> -- "mark as unread" and then "mark as read". -- You are receiving this mail because: You are watching all bug changes.