Skip to content

Commit

Permalink
Merge pull request #2447 from nextcloud/fix-2428-reply_from_correct_a…
Browse files Browse the repository at this point in the history
…ccount

Reply from correct account when in unified inbox
  • Loading branch information
ChristophWurst authored Jan 7, 2020
2 parents 5f5f66e + 6d36a0e commit 00855da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/NewMessageDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ export default {
}
return {
accountId: message.accountId,
to: msgTo,
cc: msgCc,
subject: subject,
Expand Down

0 comments on commit 00855da

Please sign in to comment.