diff options
author | Not Zed <NotZed@Ximian.com> | 2004-01-09 14:52:41 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-01-09 14:52:41 +0800 |
commit | 88ab6df1309919eaca6ce10106bae4cdb8b37525 (patch) | |
tree | e1d2af9f8cf79dd00bd12c6e152d09525934d5b7 /mail/ChangeLog | |
parent | 2481120809ca40d8675f85851214272a527e6298 (diff) | |
download | gsoc2013-evolution-88ab6df1309919eaca6ce10106bae4cdb8b37525.tar.gz gsoc2013-evolution-88ab6df1309919eaca6ce10106bae4cdb8b37525.tar.zst gsoc2013-evolution-88ab6df1309919eaca6ce10106bae4cdb8b37525.zip |
** See bug 52696.
2004-01-09 Not Zed <NotZed@Ximian.com>
** See bug 52696.
* mail-component.c (setup_search_context): move the searches to
~/.evolution/mail/searches.xml (migration?).
(setup_search_context): fix a merge error,
vfoldertypes.xml->searchtypes.xml since it includes the system
searches now.
svn path=/trunk/; revision=24127
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 307651ea64..ae58656df8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,15 @@ 2004-01-09 Not Zed <NotZed@Ximian.com> + ** See bug 52696. + + * mail-component.c (setup_search_context): move the searches to + ~/.evolution/mail/searches.xml (migration?). + (setup_search_context): fix a merge error, + vfoldertypes.xml->searchtypes.xml since it includes the system + searches now. + +2004-01-09 Not Zed <NotZed@Ximian.com> + * em-folder-tree.c (emft_popup_properties_got_folder): add total + unread counts to properties page. |