]> granicus.if.org Git - mutt/commit
Remove \Seen flag setting for imap trash. (see #3966) (see #3860)
authorKevin McCarthy <kevin@8t8.us>
Wed, 13 Sep 2017 22:48:13 +0000 (15:48 -0700)
committerKevin McCarthy <kevin@8t8.us>
Wed, 13 Sep 2017 22:48:13 +0000 (15:48 -0700)
commit0139a67dafc24f4c57b84cd8972a27814fe016fd
treef340b4b4ac9244da7747078b29591bd26fbf2b9c
parentd6779597f4707453e9b4cacffa1e9e8ef8b482e8
Remove \Seen flag setting for imap trash.  (see #3966) (see #3860)

Commit 323e3d6e5e4c has a side effect where spurious FETCH flag
updates after setting the \Seen flag can cause a sync to abort.

Remove manually setting \Seen for all trashed message before copying.

The next commit will change the imap trash function to use the same
code as the imap copy/save function for syncing the message before
server-side copying.
imap/imap.c