From 4267de5f1e2815f1d1fbd8238a0814d489b8108f Mon Sep 17 00:00:00 2001 From: Ben Gotow Date: Mon, 29 Jun 2015 17:26:14 -0700 Subject: [PATCH] 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. --- static/email-frame.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/email-frame.less b/static/email-frame.less index 811a4f176..8ac462c67 100644 --- a/static/email-frame.less +++ b/static/email-frame.less @@ -63,14 +63,12 @@ border: 0; } - .gmail_extra, .gmail_quote, #divRplyFwdMsg, blockquote { display:none; } - .show-quoted-text .gmail_extra, .show-quoted-text .gmail_quote, .show-quoted-text #divRplyFwdMsg, .show-quoted-text blockquote {