diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-02-23 15:13:17 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-02-23 15:13:17 +0800 |
commit | 7658347dd9701fc24024792761edbe58c7c350e0 (patch) | |
tree | cd802bf4d118aee92e1850a7de8d748b9e7da07b /mail/mail-callbacks.c | |
parent | c2d5b54e94d4a02a4032b5705d23234a236afd53 (diff) | |
download | gsoc2013-evolution-7658347dd9701fc24024792761edbe58c7c350e0.tar gsoc2013-evolution-7658347dd9701fc24024792761edbe58c7c350e0.tar.gz gsoc2013-evolution-7658347dd9701fc24024792761edbe58c7c350e0.tar.bz2 gsoc2013-evolution-7658347dd9701fc24024792761edbe58c7c350e0.tar.lz gsoc2013-evolution-7658347dd9701fc24024792761edbe58c7c350e0.tar.xz gsoc2013-evolution-7658347dd9701fc24024792761edbe58c7c350e0.tar.zst gsoc2013-evolution-7658347dd9701fc24024792761edbe58c7c350e0.zip |
New stuff for the importer to create a new folder
svn path=/trunk/; revision=8365
Diffstat (limited to 'mail/mail-callbacks.c')
-rw-r--r-- | mail/mail-callbacks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c index d25f2ffaef..4afabc13c0 100644 --- a/mail/mail-callbacks.c +++ b/mail/mail-callbacks.c @@ -401,7 +401,7 @@ void compose_msg (GtkWidget *widget, gpointer user_data) { GtkWidget *composer; - + if (!check_send_configuration (FOLDER_BROWSER (user_data))) return; |