[evolution] Bug #618440 - "Reply" does not always strip signatures
- From: Milan Crha <mcrha src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [evolution] Bug #618440 - "Reply" does not always strip signatures
 
- Date: Wed,  9 Mar 2011 16:08:44 +0000 (UTC)
 
commit 46a52a54c4c7b3559f135a40d3bd77e644ce73ad
Author: Milan Crha <mcrha redhat com>
Date:   Wed Mar 9 17:08:05 2011 +0100
    Bug #618440 - "Reply" does not always strip signatures
 em-format/em-stripsig-filter.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/em-format/em-stripsig-filter.c b/em-format/em-stripsig-filter.c
index f2c08a8..38b74b8 100644
--- a/em-format/em-stripsig-filter.c
+++ b/em-format/em-stripsig-filter.c
@@ -74,8 +74,10 @@ strip_signature (CamelMimeFilter *filter,
 		}
 	}
 
-	if (start != NULL)
+	if (start != NULL) {
 		inptr = start;
+		stripsig->midline = FALSE;
+	}
 
 	if (!flush && inend > inptr)
 		camel_mime_filter_backup (filter, inptr, inend - inptr);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]