diff options
author | Not Zed <NotZed@Ximian.com> | 2004-03-11 12:26:15 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-11 12:26:15 +0800 |
commit | b78c55c818c6c5e8eb5f3c01d274f757732941c1 (patch) | |
tree | 8c0ad4e4eb73665d3f925f0b22962988c58b3b58 /mail/ChangeLog | |
parent | 30cee04317113ad778911bfef01ba0b02b8715cb (diff) | |
download | gsoc2013-evolution-b78c55c818c6c5e8eb5f3c01d274f757732941c1.tar.gz gsoc2013-evolution-b78c55c818c6c5e8eb5f3c01d274f757732941c1.tar.zst gsoc2013-evolution-b78c55c818c6c5e8eb5f3c01d274f757732941c1.zip |
change stores hash to point to a structure, in which we maintain the
2004-03-11 Not Zed <NotZed@Ximian.com>
* mail-component.c: change stores hash to point to a structure, in
which we maintain the vtrash and vjunk folders for the entirety of
the session. memory use be damned i guess. #55417 and partially
#55391.
svn path=/trunk/; revision=25022
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 17e8519e47..f488f87e12 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2004-03-11 Not Zed <NotZed@Ximian.com> + * mail-component.c: change stores hash to point to a structure, in + which we maintain the vtrash and vjunk folders for the entirety of + the session. memory use be damned i guess. #55417 and partially + #55391. + +2004-03-11 Not Zed <NotZed@Ximian.com> + * em-format-html.c (efh_format_header): pass the raw header in instead of name and value. (efh_format_headers): if we have specific headers to show, iterate |