diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-05-23 02:44:32 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-05-23 02:44:32 +0800 |
commit | 806c15f6ff9325617091318670b9e0e41fb467ec (patch) | |
tree | ac7a47cc1679012ceff04d313f86686069a99161 /mail/mail-session.c | |
parent | 4c2d071302d73e50d1a549959eeba7e5acf295d2 (diff) | |
download | gsoc2013-evolution-806c15f6ff9325617091318670b9e0e41fb467ec.tar.gz gsoc2013-evolution-806c15f6ff9325617091318670b9e0e41fb467ec.tar.zst gsoc2013-evolution-806c15f6ff9325617091318670b9e0e41fb467ec.zip |
Use MAILER_CFLAGS and MAILER_LIBS.
2001-05-22 Jeffrey Stedfast <fejj@ximian.com>
* Makefile.am: Use MAILER_CFLAGS and MAILER_LIBS.
svn path=/trunk/; revision=9934
Diffstat (limited to 'mail/mail-session.c')
-rw-r--r-- | mail/mail-session.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-session.c b/mail/mail-session.c index 1c45375b79..88a69f8097 100644 --- a/mail/mail-session.c +++ b/mail/mail-session.c @@ -188,7 +188,7 @@ alert_user (CamelSession *session, CamelSessionAlertType type, const char *prompt, gboolean cancel) { MailSession *mail_session = MAIL_SESSION (session); - const char *message_type; + const char *message_type = NULL; if (!mail_session->interaction_enabled) return FALSE; |