diff options
author | Not Zed <NotZed@Ximian.com> | 2004-06-18 16:57:50 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-06-18 16:57:50 +0800 |
commit | af2b5dd152cd54daaf21533b98a704744cbc9265 (patch) | |
tree | a2dc371b03002de04097e6b364085168bd050a25 /mail/ChangeLog | |
parent | 9eec91e7be4cd60778e3e624ab60d17721d4050a (diff) | |
download | gsoc2013-evolution-af2b5dd152cd54daaf21533b98a704744cbc9265.tar gsoc2013-evolution-af2b5dd152cd54daaf21533b98a704744cbc9265.tar.gz gsoc2013-evolution-af2b5dd152cd54daaf21533b98a704744cbc9265.tar.bz2 gsoc2013-evolution-af2b5dd152cd54daaf21533b98a704744cbc9265.tar.lz gsoc2013-evolution-af2b5dd152cd54daaf21533b98a704744cbc9265.tar.xz gsoc2013-evolution-af2b5dd152cd54daaf21533b98a704744cbc9265.tar.zst gsoc2013-evolution-af2b5dd152cd54daaf21533b98a704744cbc9265.zip |
** See #31027.
2004-06-18 Not Zed <NotZed@Ximian.com>
** See #31027.
* em-vfolder-editor.c (em_vfolder_editor_new): make sure we
construct the rule editor with a source of 'incoming', otherwise
newly created rules have no source in the current session.
* em-vfolder-rule.c (em_vfolder_rule_init): init the vfolder
source to 'incoming' always.
* mail-vfolder.c (uri_is_ignore): fix debug statement.
svn path=/trunk/; revision=26415
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 f0d6f83a4c..f6af13ea4f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,16 @@ 2004-06-18 Not Zed <NotZed@Ximian.com> + ** See #31027. + + * em-vfolder-editor.c (em_vfolder_editor_new): make sure we + construct the rule editor with a source of 'incoming', otherwise + newly created rules have no source in the current session. + + * em-vfolder-rule.c (em_vfolder_rule_init): init the vfolder + source to 'incoming' always. + + * mail-vfolder.c (uri_is_ignore): fix debug statement. + ** See #60214. * em-folder-view.c (em_folder_view_print): re-arrange code to make |