Add missing declaration of `evolution_dir' to get it to compile.
svn path=/trunk/; revision=3645
This commit is contained in:
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user