#3860: Status flags lost in Trash (Mutt 1.7)
------------------------+----------------------
Reporter: kirchwitz | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone:
Component: mutt | Version:
Resolution: | Keywords:
------------------------+----------------------
Comment (by Kevin McCarthy <kevin@…>):
In [changeset:"323e3d6e5e4cf5874b6edf40f25abe1fe107bbc8"
6808:323e3d6e5e4c]:
{{{
#!CommitTicketReference repository=""
revision="323e3d6e5e4cf5874b6edf40f25abe1fe107bbc8"
Mark IMAP fast-trash'ed messages as read before copying. (see #3860)
Regular copying/saving messages in mutt via a UID COPY first calls
imap_sync_message(). However that function is designed to sync all
flags (including deleted), and so isn't useful for the fast-trash
code.
As an easier solution, instead add a UID STORE to set \\Seen for the
same msgset as the trashed messages.
}}}
--
Ticket URL: <https://dev.mutt.org/trac/ticket/3860#comment:5>
Mutt <http://www.mutt.org/>
The Mutt mail user agent