mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-28 02:49:30 +08:00
fix(quoted-text): Do not consider gmail_extra quoted text
I don't know what gmail_extra is used for, but it appears from @mg's sample messages that it does not indicate quoted regions of the body. We also weren't looking for it in our hasQuotedText function.
This commit is contained in:
parent
7ff724493c
commit
4267de5f1e
1 changed files with 0 additions and 2 deletions
|
@ -63,14 +63,12 @@
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gmail_extra,
|
|
||||||
.gmail_quote,
|
.gmail_quote,
|
||||||
#divRplyFwdMsg,
|
#divRplyFwdMsg,
|
||||||
blockquote {
|
blockquote {
|
||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.show-quoted-text .gmail_extra,
|
|
||||||
.show-quoted-text .gmail_quote,
|
.show-quoted-text .gmail_quote,
|
||||||
.show-quoted-text #divRplyFwdMsg,
|
.show-quoted-text #divRplyFwdMsg,
|
||||||
.show-quoted-text blockquote {
|
.show-quoted-text blockquote {
|
||||||
|
|
Loading…
Reference in a new issue