From 8a77b2dfd8f25ef9c5a5b7a3a5231a65633599e0 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Tue, 20 Jun 2000 17:02:08 +0000 Subject: Add missing declaration of `evolution_dir' to get it to compile. svn path=/trunk/; revision=3645 --- mail/ChangeLog | 5 +++++ mail/mail-format.c | 1 + 2 files changed, 6 insertions(+) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 68e119b7e2..21130219ed 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-06-20 Ettore Perazzoli + + * mail-format.c (mail_generate_reply): Declare `evolution_dir'. + Ugly, ugly, ugly, but I am not sure where it should go instead. + 2000-06-19 Ettore Perazzoli * mail-ops.c (ask_confirm_for_empty_subject): New function to ask diff --git a/mail/mail-format.c b/mail/mail-format.c index 135197f229..34265e01a6 100644 --- a/mail/mail-format.c +++ b/mail/mail-format.c @@ -1306,6 +1306,7 @@ mail_generate_reply (CamelMimeMessage *message, gboolean to_all) gboolean want_plain, is_html; const char *repl_to, *message_id, *references; GList *to, *cc; + extern char *evolution_dir; /* FIXME yuck! */ path = g_strdup_printf ("=%s/config=/mail/msg_format", evolution_dir); string = gnome_config_get_string (path); -- cgit