From 3f727f063b1e13a89588f9cd1e5cf45a89c391e1 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Fri, 12 Mar 2004 18:27:45 +0000 Subject: remove junk learning thread, it's handled in camel-folder.c:folder_changed 2004-03-11 Radek Doulik * 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 --- mail/mail-ops.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'mail/mail-ops.h') 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 */ -- cgit