aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-send-recv.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-02-09 09:48:04 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-02-09 09:48:04 +0800
commitcd101b3ffcbe06d7b40bc19adbc66b2ad843a1c9 (patch)
tree4e58365acab06da8c310908bcca7931ad94b66a9 /mail/mail-send-recv.h
parenta0eb13592633e0a5f06dc522dd8df3d9efdd70a0 (diff)
downloadgsoc2013-evolution-cd101b3ffcbe06d7b40bc19adbc66b2ad843a1c9.tar
gsoc2013-evolution-cd101b3ffcbe06d7b40bc19adbc66b2ad843a1c9.tar.gz
gsoc2013-evolution-cd101b3ffcbe06d7b40bc19adbc66b2ad843a1c9.tar.bz2
gsoc2013-evolution-cd101b3ffcbe06d7b40bc19adbc66b2ad843a1c9.tar.lz
gsoc2013-evolution-cd101b3ffcbe06d7b40bc19adbc66b2ad843a1c9.tar.xz
gsoc2013-evolution-cd101b3ffcbe06d7b40bc19adbc66b2ad843a1c9.tar.zst
gsoc2013-evolution-cd101b3ffcbe06d7b40bc19adbc66b2ad843a1c9.zip
only free driver, if set. (fetch_mail_fetched): Unref the driver here, so
2001-02-09 Not Zed <NotZed@Ximian.com> * mail-ops.c (filter_folder_free): only free driver, if set. (fetch_mail_fetched): Unref the driver here, so it can cleanup before we call the 'done' callback. * component-factory.c (owner_set_cb): Add setup for mail autoreceive stuff. * mail-send-recv.c (free_info_data): Free the send info's from teh active hash, not the running list. (receive_done): As we finish downloads, remove them and clean them up, and also close the window. (mail_autoreceive_setup): New function to setup & maintain automatic download stuff. svn path=/trunk/; revision=8134
Diffstat (limited to 'mail/mail-send-recv.h')
-rw-r--r--mail/mail-send-recv.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/mail-send-recv.h b/mail/mail-send-recv.h
index f52e1417a6..ef3a502b4c 100644
--- a/mail/mail-send-recv.h
+++ b/mail/mail-send-recv.h
@@ -30,7 +30,12 @@ extern "C" {
#pragma }
#endif /* __cplusplus }*/
-void mail_send_receive (void);
+/* send/receive all uri's */
+void mail_send_receive(void);
+/* receive a single uri */
+void mail_receive_uri(const char *uri, int keep);
+/* setup auto receive stuff */
+void mail_autoreceive_setup(void);
#ifdef __cplusplus
}