diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-08 02:24:44 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-08 02:24:44 +0800 |
commit | 725c2912fc8e06f14685a07284200be1ede581bf (patch) | |
tree | a9e59d5cb87cd8550b9a0f7655568bfd3d4a6a39 /mail/ChangeLog | |
parent | c2b4339041465f502db05e7042db2a053d8fef8e (diff) | |
download | gsoc2013-evolution-725c2912fc8e06f14685a07284200be1ede581bf.tar gsoc2013-evolution-725c2912fc8e06f14685a07284200be1ede581bf.tar.gz gsoc2013-evolution-725c2912fc8e06f14685a07284200be1ede581bf.tar.bz2 gsoc2013-evolution-725c2912fc8e06f14685a07284200be1ede581bf.tar.lz gsoc2013-evolution-725c2912fc8e06f14685a07284200be1ede581bf.tar.xz gsoc2013-evolution-725c2912fc8e06f14685a07284200be1ede581bf.tar.zst gsoc2013-evolution-725c2912fc8e06f14685a07284200be1ede581bf.zip |
Get rid of kludge around subject beginning with spaces.
2000-08-07 Jeffrey Stedfast <fejj@helixcode.com>
* mail-format.c (write_headers): Get rid of kludge around subject
beginning with spaces.
(mail_generate_reply): Get rid of kludge around subject beginning
with spaces and also use g_strncasecmp instead of strncasecmp for
portability
* mail-ops.c (forward_msg): Get rid of kludges around subject
beginning with spaces.
svn path=/trunk/; revision=4572
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index ab6a0fe208..a72ff8b00f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2000-08-07 Jeffrey Stedfast <fejj@helixcode.com> + + * mail-format.c (write_headers): Get rid of kludge around subject + beginning with spaces. + (mail_generate_reply): Get rid of kludge around subject beginning + with spaces and also use g_strncasecmp instead of strncasecmp for + portability + + * mail-ops.c (forward_msg): Get rid of kludges around subject + beginning with spaces. + 2000-08-07 Dan Winship <danw@helixcode.com> * message-list.c (message_list_select): Clarify that the input row |