[evolution/webkit] Bug #618440 - "Reply" does not always strip signatures
- From: Dan VrÃtil <dvratil src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/webkit] Bug #618440 - "Reply" does not always strip signatures
- Date: Mon, 11 Jul 2011 14:19:27 +0000 (UTC)
commit 4d4a279bc01fa091cb41f3ad0eb5fca071cdc454
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]