Skip to content

Commit

Permalink
fix: reply all addis the signature in editor
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliano176 committed Jun 29, 2022
1 parent 23cd1cb commit 0324103
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 29 deletions.
28 changes: 1 addition & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/store/editor-slice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ function createEditorReducer(
if (payload.original && payload.accounts) {
state.editors[payload.editorId] = {
...empty,
text: generateReplyText(payload.original, payload.labels),
text: textWithSignatureRepliesForwards,
to: retrieveALL(payload.original, payload.accounts),
cc: retrieveCC(payload.original, payload.accounts),
subject: `RE: ${payload.original.subject}`,
Expand Down
2 changes: 1 addition & 1 deletion translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@
"receive_message": "Receiving Messages",
"received_from_address": "Received from (address)",
"remove": "Remove",
"remove_plural": "Remove all",
"remove_from_this_list": "Remove from this list",
"remove_plural": "Remove all",
"replied": "Replied",
"resend": "Resend",
"restore": "Restore",
Expand Down

0 comments on commit 0324103

Please sign in to comment.