[evolution-data-server] Bug 736657 - Extra space in nested quotation reply



commit 712684f1f4304ba7194e10978c0ee672af0c3c41
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Sep 15 14:57:43 2014 +0200

    Bug 736657 - Extra space in nested quotation reply
    
    This was caused by not setting the skip variable when we hit the first
    level of citation (the first > character).

 camel/camel-mime-filter-tohtml.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/camel/camel-mime-filter-tohtml.c b/camel/camel-mime-filter-tohtml.c
index c46ab12..909b7ba 100644
--- a/camel/camel-mime-filter-tohtml.c
+++ b/camel/camel-mime-filter-tohtml.c
@@ -142,6 +142,7 @@ citation_depth (const gchar *in,
 #endif
 
        depth = 1;
+       skip = 1;
 
        while (inptr < inend && *inptr != '\n') {
                if (*inptr == ' ') {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]