You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When handling a message deletion event, we just simply remove the
messages from the per account store and wipe them from the message list
view if they are present.
Because message deletion can affect what items are to be seen (date
separator, recipient header, etc.), if the view has any message deleted, a
`_reprocessAll` call is triggered. It would be ideal to just removed the
affected items for better performance.
Fixes#120.
Signed-off-by: Zixuan James Li <[email protected]>
0 commit comments