aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/mail-tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-tools.c b/mail/mail-tools.c
index 6a210c2204..4801ac6969 100644
--- a/mail/mail-tools.c
+++ b/mail/mail-tools.c
@@ -367,7 +367,7 @@ mail_tool_quote_message (CamelMimeMessage *message, const char *fmt, ...)
/* look for the signature and strip it off */
sig = text;
while ((p = strstr (sig, "\n-- \n")))
- sig = p + 4;
+ sig = p + 1;
if (sig != text)
*sig = '\0';