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 authored and bedhub committed Nov 9, 2020
1 parent d21691e commit a662a6a
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 a662a6a

Please sign in to comment.