From e16dcf629ef4d792923d87e144ffeabd9ef0e897 Mon Sep 17 00:00:00 2001 From: Esperat Julian Date: Thu, 27 Apr 2017 11:34:01 +0200 Subject: [PATCH] Added Outlook 2013 rules Only the border color changes (compared to Outlook 2007, 2010) from `#B5C4DF` to `#E1E1E1`. --- talon/html_quotations.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/talon/html_quotations.py b/talon/html_quotations.py index 44afb6b..0728594 100644 --- a/talon/html_quotations.py +++ b/talon/html_quotations.py @@ -94,6 +94,12 @@ def cut_microsoft_quote(html_message): #outlook 2007, 2010 (american) "//div[@style='border:none;border-top:solid #B5C4DF 1.0pt;" "padding:3.0pt 0in 0in 0in']|" + #outlook 2013 (international) + "//div[@style='border:none;border-top:solid #E1E1E1 1.0pt;" + "padding:3.0pt 0cm 0cm 0cm']|" + #outlook 2013 (american) + "//div[@style='border:none;border-top:solid #E1E1E1 1.0pt;" + "padding:3.0pt 0in 0in 0in']|" #windows mail "//div[@style='padding-top: 5px; " "border-top-color: rgb(229, 229, 229); "