fix: keep same subject on reply or reply all
This commit is contained in:
parent
3ef9258b29
commit
ff68bacd9f
@ -105,6 +105,8 @@ function reply(email, reply_all = false) {
|
||||
|
||||
if (!email.subject.startsWith('Re:')) {
|
||||
editor.subject = `Re: ${email.subject}`
|
||||
} else {
|
||||
editor.subject = email.subject
|
||||
}
|
||||
|
||||
if (reply_all) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user