From 267e69cf010fa5ab7381a30740a264a66a9493a2 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 19 Sep 2000 00:07:28 +0000 Subject: Call gnome_vfs_init() since the composer now does file operations (to get * main.c (main): Call gnome_vfs_init() since the composer now does file operations (to get the MIME type of attachments). svn path=/trunk/; revision=5495 --- mail/ChangeLog | 5 +++++ mail/main.c | 3 +++ 2 files changed, 8 insertions(+) diff --git a/mail/ChangeLog b/mail/ChangeLog index 4e6a4529a6..ce5f143a37 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-09-18 Dan Winship + + * main.c (main): Call gnome_vfs_init() since the composer now does + file operations (to get the MIME type of attachments). + 2000-09-18 Jeffrey Stedfast * message-list.c: Removed COL_ONLINE_STATUS because we don't want diff --git a/mail/main.c b/mail/main.c index 7107340100..5207543d92 100644 --- a/mail/main.c +++ b/mail/main.c @@ -16,6 +16,7 @@ #include #include #include +#include #ifdef GTKHTML_HAVE_GCONF #include @@ -58,6 +59,8 @@ main (int argc, char *argv []) glade_gnome_init (); + gnome_vfs_init (); + e_unicode_init (); e_cursors_init (); -- cgit v1.2.3