-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a bug that delayed sending is blocked if a main in outbox is sele…
…cted. When delayed sending is enabled, a mail is moved to the outbox and sent after spending the delay time. If we access any of properties of the mail in the outbox, the mail is regarded as "edited" and not sent even after spending the delay time. So if the folder is the outbox, return before accessing properties of the mail.
- Loading branch information
1 parent
23a2567
commit 700a366
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters