diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-03 18:31:00 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-03 18:31:00 +0800 |
commit | e24fd5f7d15b9a97812764d1598a267204fc4479 (patch) | |
tree | 171d12e7abae6f09cccd02598bbea449daab5a05 /mail/em-folder-view.c | |
parent | 03cdf54aaba80cf64c118b148c32d5f540365d93 (diff) | |
download | gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.tar.gz gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.tar.zst gsoc2013-evolution-e24fd5f7d15b9a97812764d1598a267204fc4479.zip |
removed.
2004-05-03 Not Zed <NotZed@Ximian.com>
* mail-send-recv.c (receive_update_done): removed.
* em-mailer-prefs.h:
* message-tag-followup.h:
* mail-config-druid.h:
* mail-tools.h: clean up & use forward decls. Fix users with
busted includes.
svn path=/trunk/; revision=25745
Diffstat (limited to 'mail/em-folder-view.c')
-rw-r--r-- | mail/em-folder-view.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/em-folder-view.c b/mail/em-folder-view.c index bb8fcea781..e91cfc4a3f 100644 --- a/mail/em-folder-view.c +++ b/mail/em-folder-view.c @@ -31,12 +31,12 @@ #include <gtk/gtkvpaned.h> #include <gdk/gdkkeysyms.h> -#include <gtkhtml/gtkhtml.h> - #include <libgnome/gnome-url.h> #include <libgnomeprintui/gnome-print-dialog.h> +#include <gconf/gconf-client.h> + #include <camel/camel-mime-message.h> #include <camel/camel-stream.h> #include <camel/camel-stream-filter.h> @@ -67,6 +67,7 @@ #include "em-message-browser.h" #include "message-list.h" #include "em-utils.h" +#include "em-composer-utils.h" #include "em-marshal.h" #include <gtkhtml/gtkhtml.h> |