Skip to content

Commit

Permalink
[MIRROR] Delete sent emails when told to (#2364)
Browse files Browse the repository at this point in the history
Co-authored-by: sick-trigger <[email protected]>
Co-authored-by: UEDCommander <[email protected]>
  • Loading branch information
3 people authored Aug 9, 2024
1 parent 6ae7a21 commit 036dd13
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@
else
current_account.deleted.Add(M)
current_account.inbox.Remove(M)
current_account.outbox.Remove(M)
current_account.spam.Remove(M)
if(current_message == M)
current_message = null
Expand Down

0 comments on commit 036dd13

Please sign in to comment.