Add missing declaration of `evolution_dir' to get it to compile.

svn path=/trunk/; revision=3645
This commit is contained in:
Ettore Perazzoli
2000-06-20 17:02:08 +00:00
parent 0f56e5e54e
commit 8a77b2dfd8
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-06-20 Ettore Perazzoli <ettore@helixcode.com>
* 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 <ettore@helixcode.com>
* mail-ops.c (ask_confirm_for_empty_subject): New function to ask

View File

@ -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);