diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-29 09:29:46 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-29 09:29:46 +0800 |
commit | 3be69d052a27299baa051200eb5fd555fd288dff (patch) | |
tree | 2e241c6ffe0be24721aae9960a233a316ada436a /mail/ChangeLog | |
parent | 71191904a3f8b9c2f737d1f7feb0c3ff748960df (diff) | |
download | gsoc2013-evolution-3be69d052a27299baa051200eb5fd555fd288dff.tar gsoc2013-evolution-3be69d052a27299baa051200eb5fd555fd288dff.tar.gz gsoc2013-evolution-3be69d052a27299baa051200eb5fd555fd288dff.tar.bz2 gsoc2013-evolution-3be69d052a27299baa051200eb5fd555fd288dff.tar.lz gsoc2013-evolution-3be69d052a27299baa051200eb5fd555fd288dff.tar.xz gsoc2013-evolution-3be69d052a27299baa051200eb5fd555fd288dff.tar.zst gsoc2013-evolution-3be69d052a27299baa051200eb5fd555fd288dff.zip |
Check that the special PGP lines begin and end with \n so as to avoid
2001-10-28 Jeffrey Stedfast <fejj@ximian.com>
* mail-format.c (try_inline_pgp): Check that the special PGP lines
begin and end with \n so as to avoid matching against quoted PGP
lines.
svn path=/trunk/; revision=14310
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 c17f2c70e3..5683bfce01 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-10-28 Jeffrey Stedfast <fejj@ximian.com> + + * mail-format.c (try_inline_pgp): Check that the special PGP lines + begin and end with \n so as to avoid matching against quoted PGP + lines. + 2001-10-28 <NotZed@Ximian.com> * mail-callbacks.c (mark_all_as_seen): fb = user_data, not fb = |