Skip to content

Commit

Permalink
mark mails as replied if replied from draft, fixes #2384
Browse files Browse the repository at this point in the history
  • Loading branch information
vaf-hub committed Nov 2, 2020
1 parent 287e612 commit 17577e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mail/SendMailModel.js
Expand Up @@ -398,7 +398,7 @@ export class SendMailModel {
bcc: bccRecipients.map(mailAddressToRecipient),
}
return this._init({
conversationType: ConversationType.NEW,
conversationType: conversationType,
subject,
bodyText,
recipients,
Expand Down

0 comments on commit 17577e3

Please sign in to comment.