diff options
author | Srinivasa Ragavan <sragavan@novell.com> | 2009-07-22 13:26:39 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@novell.com> | 2009-07-22 13:29:57 +0800 |
commit | 70c950a1f923e4326164f8e1c4b9834c8fb5e44e (patch) | |
tree | cccd64ef1edf9e80444f61c601af0e2ac884d27a /mail/mail-send-recv.h | |
parent | 00fb71381d3ea6c289b995ed21ae0f0b613b7805 (diff) | |
download | gsoc2013-evolution-70c950a1f923e4326164f8e1c4b9834c8fb5e44e.tar.gz gsoc2013-evolution-70c950a1f923e4326164f8e1c4b9834c8fb5e44e.tar.zst gsoc2013-evolution-70c950a1f923e4326164f8e1c4b9834c8fb5e44e.zip |
Make it possible to have send receive with out dialog
Diffstat (limited to 'mail/mail-send-recv.h')
-rw-r--r-- | mail/mail-send-recv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-send-recv.h b/mail/mail-send-recv.h index a31abe79ed..d00e461b4f 100644 --- a/mail/mail-send-recv.h +++ b/mail/mail-send-recv.h @@ -30,6 +30,7 @@ G_BEGIN_DECLS /* send/receive all uri's */ GtkWidget * mail_send_receive (void); +GtkWidget * mail_send_receive_dialog (gboolean show_dialog); /* receive a single uri */ void mail_receive_uri (const gchar *uri, |