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/em-junk-hook.h | |
parent | 8a5e6ecc960889f624419b0e88dbb231a4b667cc (diff) | |
download | gsoc2013-evolution-1e8c2df476794bcb93962ec65ccbe5e1e8e33f66.tar.gz 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/em-junk-hook.h')
-rw-r--r-- | mail/em-junk-hook.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-junk-hook.h b/mail/em-junk-hook.h index 378277b3f9..df043fc1d6 100644 --- a/mail/em-junk-hook.h +++ b/mail/em-junk-hook.h @@ -54,6 +54,8 @@ struct _EMJunkHookItem { char *report_junk; char *report_non_junk; char *commit_reports; + char *validate_binary; + char *plugin_name; }; struct _EMJunkHookGroup { |