[kmail2] [Bug 384144] New: KMail - moving an e-Mail which has been read to a new folder, places the e-Mail file in the sub-directory "new"

Don Curtis bugzilla_noreply at kde.org
Tue Aug 29 16:22:27 BST 2017


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-bugs at kde.org
          Reporter: bugrprt21882 at 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 the assignee for the bug.


More information about the Kdepim-bugs mailing list