aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-12-15 07:50:04 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-12-15 07:50:04 +0800
commit33e0c3723477661731e126889a11b92b0f8248d1 (patch)
treebda967f7d0eb467a84b1456d1697b54f24f197ff /mail/mail-ops.h
parent097aa981dad92fa08c17e717ceb1834a86437531 (diff)
downloadgsoc2013-evolution-33e0c3723477661731e126889a11b92b0f8248d1.tar
gsoc2013-evolution-33e0c3723477661731e126889a11b92b0f8248d1.tar.gz
gsoc2013-evolution-33e0c3723477661731e126889a11b92b0f8248d1.tar.bz2
gsoc2013-evolution-33e0c3723477661731e126889a11b92b0f8248d1.tar.lz
gsoc2013-evolution-33e0c3723477661731e126889a11b92b0f8248d1.tar.xz
gsoc2013-evolution-33e0c3723477661731e126889a11b92b0f8248d1.tar.zst
gsoc2013-evolution-33e0c3723477661731e126889a11b92b0f8248d1.zip
Set the filter driver's shell-exec callback.
2001-12-14 Jeffrey Stedfast <fejj@ximian.com> * mail-ops.c (mail_fetch_mail): Set the filter driver's shell-exec callback. svn path=/trunk/; revision=15088
Diffstat (limited to 'mail/mail-ops.h')
-rw-r--r--mail/mail-ops.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-ops.h b/mail/mail-ops.h
index 2f28807272..262515501b 100644
--- a/mail/mail-ops.h
+++ b/mail/mail-ops.h
@@ -150,7 +150,8 @@ void mail_store_set_offline (CamelStore *store, gboolean offline,
void (*done)(CamelStore *, void *data),
void *data);
-void mail_execute_shell_command (const char *command);
+/* filter driver execute shell command async callback */
+void mail_execute_shell_command (CamelFilterDriver *driver, const char *command, void *data);
#ifdef __cplusplus
}