diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 982faecf06..f57d52913b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2004-03-23 Jeffrey Stedfast <fejj@ximian.com> + * em-format-html.c (emfh_gethttp): Use sizeof() to decide how big + buffer is so that in the future, if we change the length of + bufefr, things will Just Work (tm). + * em-mailer-prefs.c (em_mailer_prefs_construct): Fixed the key to fetch the value from the correct location. It's junk/check_incoming, not junk/sa/check_incoming. Fixes bug #55903. |