diff options
author | Jason Leach <jleach@ximian.com> | 2001-08-17 11:07:42 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-08-17 11:07:42 +0800 |
commit | 056a9a3236ad14e283c0e123d6cf095901563fa1 (patch) | |
tree | 69a06894626f7dcffe170ef26a98d57d3a6c6aae /mail/ChangeLog | |
parent | 4cab2ff49970fb7d6ad1cfe02cb70a9db68811bd (diff) | |
download | gsoc2013-evolution-056a9a3236ad14e283c0e123d6cf095901563fa1.tar.gz gsoc2013-evolution-056a9a3236ad14e283c0e123d6cf095901563fa1.tar.zst gsoc2013-evolution-056a9a3236ad14e283c0e123d6cf095901563fa1.zip |
Only starting cutting the signature out when we match "-- \n", so "--\n"
2001-08-16 Jason Leach <jleach@ximian.com>
* mail-tools.c (mail_tool_quote_message): Only starting cutting
the signature out when we match "-- \n", so "--\n" in the middle
of a mail won't omit the rest for a quoted reply. Bug #7454.
svn path=/trunk/; revision=12143
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0772093ae5..0bd4640037 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-08-16 Jason Leach <jleach@ximian.com> + + * mail-tools.c (mail_tool_quote_message): Only starting cutting + the signature out when we match "-- \n", so "--\n" in the middle + of a mail won't omit the rest for a quoted reply. Bug #7454. + 2001-08-16 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (confirm_expunge): Respect the user's desire to |