Skip the IMAP FETCHes when a message is marked/unmarked as seen or flagged.
This makes the most common scenarios of updating a mail message faster.
Differential D4406
Improve performance of changing mail message flag machniak on Jul 7 2023, 11:42 AM. Authored by Tags None Referenced Files
Subscribers
Details
Skip the IMAP FETCHes when a message is marked/unmarked as seen or flagged. This makes the most common scenarios of updating a mail message faster.
Diff Detail
|
So you think this is here to trigger an update job via the listener? Could be, it was added here: 66f0930de7bb3db29a5ead4148c96b3f38f8d370 (for ldap backend support)
This deserves at least a comment though, it's a very in-transparent way to trigger an update job.