aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-send-recv.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-26 20:18:59 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-26 20:18:59 +0800
commit30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8 (patch)
treef60a7fedac630e2ea4539c4938f70c17899f0ff7 /mail/mail-send-recv.h
parent1f7427ce4304d72a4b03acab5b7aa9aa6ebd8f77 (diff)
downloadgsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar.gz
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar.bz2
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar.lz
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar.xz
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.tar.zst
gsoc2013-evolution-30ac043b6ef2ad85de31c8dfbd87ac5a63d58dd8.zip
Coding style and whitespace cleanups.
Diffstat (limited to 'mail/mail-send-recv.h')
-rw-r--r--mail/mail-send-recv.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/mail-send-recv.h b/mail/mail-send-recv.h
index d00e461b4f..08ab233d13 100644
--- a/mail/mail-send-recv.h
+++ b/mail/mail-send-recv.h
@@ -29,17 +29,17 @@
G_BEGIN_DECLS
/* send/receive all uri's */
-GtkWidget * mail_send_receive (void);
-GtkWidget * mail_send_receive_dialog (gboolean show_dialog);
+GtkWidget * mail_send_receive (void);
+GtkWidget * mail_send_receive_dialog (gboolean show_dialog);
/* receive a single uri */
-void mail_receive_uri (const gchar *uri,
+void mail_receive_uri (const gchar *uri,
gboolean keep_on_server);
-void mail_send (void);
+void mail_send (void);
/* setup auto receive stuff */
-void mail_autoreceive_init (CamelSession *session);
+void mail_autoreceive_init (CamelSession *session);
G_END_DECLS