aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-06-22 00:12:00 +0800
committerPeter Williams <peterw@src.gnome.org>2000-06-22 00:12:00 +0800
commit100bc92dd2821cf71c695ae5735647051b09ed45 (patch)
tree7ebcd985ae7bb6884a8d81af7b907ed00576a19e
parentd9d8a0950a4f5c2c1dd770e1203bb4e8e61e7ad4 (diff)
downloadgsoc2013-evolution-100bc92dd2821cf71c695ae5735647051b09ed45.tar
gsoc2013-evolution-100bc92dd2821cf71c695ae5735647051b09ed45.tar.gz
gsoc2013-evolution-100bc92dd2821cf71c695ae5735647051b09ed45.tar.bz2
gsoc2013-evolution-100bc92dd2821cf71c695ae5735647051b09ed45.tar.lz
gsoc2013-evolution-100bc92dd2821cf71c695ae5735647051b09ed45.tar.xz
gsoc2013-evolution-100bc92dd2821cf71c695ae5735647051b09ed45.tar.zst
gsoc2013-evolution-100bc92dd2821cf71c695ae5735647051b09ed45.zip
Get evolution-dir the right way in e-setup.h
svn path=/trunk/; revision=3675
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail-format.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index a53c262a8c..cc1f6f1679 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2000-06-21 Peter Williams <peter@newton.cx>
+
+ * mail-format.c (mail_generate_reply): Include "e-setup.h" to
+ get the prototype for evolution_dir.
+
2000-06-20 Jeffrey Stedfast <fejj@helixcode.com>
* component-factory.c (create_imap_storage): Oops. Should
diff --git a/mail/mail-format.c b/mail/mail-format.c
index 34265e01a6..6f55ce3b38 100644
--- a/mail/mail-format.c
+++ b/mail/mail-format.c
@@ -27,7 +27,7 @@
#include "mail-display.h"
#include "mail.h"
#include "e-util/e-html-utils.h"
-
+#include "e-util/e-setup.h" /*for evolution_dir*/
#include <libgnome/libgnome.h>
#include <ctype.h> /* for isprint */
@@ -1306,7 +1306,6 @@ 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);