aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2000-05-31 06:44:53 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-05-31 06:44:53 +0800
commit7b37caa73423f9d8278892a72869c52432c2156e (patch)
tree58ed9e6dd4bbf0cf3513933a3228dfc993c5b7bd /mail/mail.h
parent631dda8ae0829b1fb7b503348de541e3fe2027c5 (diff)
downloadgsoc2013-evolution-7b37caa73423f9d8278892a72869c52432c2156e.tar
gsoc2013-evolution-7b37caa73423f9d8278892a72869c52432c2156e.tar.gz
gsoc2013-evolution-7b37caa73423f9d8278892a72869c52432c2156e.tar.bz2
gsoc2013-evolution-7b37caa73423f9d8278892a72869c52432c2156e.tar.lz
gsoc2013-evolution-7b37caa73423f9d8278892a72869c52432c2156e.tar.xz
gsoc2013-evolution-7b37caa73423f9d8278892a72869c52432c2156e.tar.zst
gsoc2013-evolution-7b37caa73423f9d8278892a72869c52432c2156e.zip
Implemented the Transport section of the configuration dialog window
and fixed several memory leaks inside of mail-config.c svn path=/trunk/; revision=3299
Diffstat (limited to 'mail/mail.h')
-rw-r--r--mail/mail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail.h b/mail/mail.h
index 96d9c93a33..26f0c6eb5a 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -57,6 +57,7 @@ void expunge_folder (GtkWidget *button, gpointer user_data);
void filter_edit (GtkWidget *button, gpointer user_data);
void vfolder_edit (GtkWidget *button, gpointer user_data);
void providers_config (GtkWidget *button, gpointer user_data);
+GtkWidget *providers_config_new (void);
/* session */
void session_init (void);