diff options
author | Radek Doulik <rodo@ximian.com> | 2004-03-13 02:27:45 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2004-03-13 02:27:45 +0800 |
commit | 3f727f063b1e13a89588f9cd1e5cf45a89c391e1 (patch) | |
tree | 379fc5060d1e8e0db70fbb7e7c1b1907179430cd /mail/mail-ops.h | |
parent | e38174d76c6aad5d3f177c2a7e2ff2611941df9a (diff) | |
download | gsoc2013-evolution-3f727f063b1e13a89588f9cd1e5cf45a89c391e1.tar.gz gsoc2013-evolution-3f727f063b1e13a89588f9cd1e5cf45a89c391e1.tar.zst gsoc2013-evolution-3f727f063b1e13a89588f9cd1e5cf45a89c391e1.zip |
remove junk learning thread, it's handled in camel-folder.c:folder_changed
2004-03-11 Radek Doulik <rodo@ximian.com>
* mail-ops.c: remove junk learning thread, it's handled in
camel-folder.c:folder_changed now
* em-folder-view.c (emfv_popup_mark_junk): use
em_folder_view_mark_selected, set junk, junk-learn and seen flags
(emfv_popup_mark_nojunk): similar, reset junk, set junk-learn flags
svn path=/trunk/; revision=25046
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r-- | mail/mail-ops.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h index eb4c216ed1..7751ea337f 100644 --- a/mail/mail-ops.h +++ b/mail/mail-ops.h @@ -154,8 +154,6 @@ int mail_store_set_offline(CamelStore *store, gboolean offline, /* filter driver execute shell command async callback */ void mail_execute_shell_command (CamelFilterDriver *driver, int argc, char **argv, void *data); -void mail_mark_junk(CamelFolder *folder, GPtrArray *uids, int junk); - #ifdef __cplusplus } #endif /* __cplusplus */ |