diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-04-03 17:14:16 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2007-04-03 17:14:16 +0800 |
commit | 1e8c2df476794bcb93962ec65ccbe5e1e8e33f66 (patch) | |
tree | 03e885101854c1ce0d98aa9b005c856cce421c4c /mail/ChangeLog | |
parent | 8a5e6ecc960889f624419b0e88dbb231a4b667cc (diff) | |
download | gsoc2013-evolution-1e8c2df476794bcb93962ec65ccbe5e1e8e33f66.tar gsoc2013-evolution-1e8c2df476794bcb93962ec65ccbe5e1e8e33f66.tar.gz gsoc2013-evolution-1e8c2df476794bcb93962ec65ccbe5e1e8e33f66.tar.bz2 gsoc2013-evolution-1e8c2df476794bcb93962ec65ccbe5e1e8e33f66.tar.lz gsoc2013-evolution-1e8c2df476794bcb93962ec65ccbe5e1e8e33f66.tar.xz gsoc2013-evolution-1e8c2df476794bcb93962ec65ccbe5e1e8e33f66.tar.zst gsoc2013-evolution-1e8c2df476794bcb93962ec65ccbe5e1e8e33f66.zip |
Add pluggable junk filter code and move SA options to the plugins.
svn path=/trunk/; revision=33367
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b3cfbc2d1b..edc0006f28 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,30 @@ +2007-04-03 Srinivasa Ragavan <sragavan@novell.com> + + Reworked the SPAM plugins with more UI options and support for + multiple plugins. + + * em-folder-view.c: + * em-junk-hook.c: (emjh_construct_item), (emjh_construct): + * em-junk-hook.h: + * em-mailer-prefs.c: (junk_days_activate), (emmp_empty_junk_init), + (junk_plugin_changed), (junk_plugin_setup), + (create_combo_text_widget), (em_mailer_prefs_construct): + * em-mailer-prefs.h: + * evolution-mail.schemas.in.in: + * mail-component.c: (impl_createView), (mc_quit_delete), + (impl_quit): + * mail-config.glade: + * mail-session.c: (init), (mail_session_add_junk_plugin), + (mail_session_get_junk_plugins): + * mail-session.h: + +2007-04-03 Srinivasa Ragavan <sragavan@novell.com> + + ** Fix for bug #411331 + + * em-folder-browser.c: (emfb_gui_folder_changed): Fix the message + selection. + 2007-04-03 Matthew Barnes <mbarnes@redhat.com> * evolution-mail.schemas.in.in: |