Add missing headers. Add function prototypes.Fixes #347689.
2006-07-22 Yuri Pankov <yuri.pankov@gmail.com> * em-format-html-display.c: Add missing headers. * mail-vfolder.h: Add function prototypes.Fixes #347689. svn path=/trunk/; revision=32381
This commit is contained in:

committed by
Harish Krishnaswamy

parent
5cb67b7a26
commit
90aeb22682
@ -1,3 +1,10 @@
|
||||
2006-07-22 Yuri Pankov <yuri.pankov@gmail.com>
|
||||
|
||||
Reviewed by Harish Krishnaswamy <kharish@novell.com>
|
||||
|
||||
* em-format-html-display.c: Add missing headers.
|
||||
* mail-vfolder.h: Add function prototypes.Fixes #347689.
|
||||
|
||||
2006-07-21 Srinivasa Ragavan <sragavan@novell.com>
|
||||
|
||||
** Fixes bug #346316
|
||||
|
@ -61,6 +61,7 @@
|
||||
#include <gtk/gtkdnd.h>
|
||||
#include <gtk/gtktoolbutton.h>
|
||||
#include <gtk/gtkframe.h>
|
||||
#include <gtk/gtkcheckbutton.h>
|
||||
|
||||
#include <glade/glade.h>
|
||||
|
||||
|
@ -20,6 +20,9 @@ void vfolder_gui_add_rule (struct _EMVFolderRule *rule);
|
||||
void vfolder_gui_add_from_message (struct _CamelMimeMessage *msg, int flags, const char *source);
|
||||
void vfolder_gui_add_from_address (struct _CamelInternetAddress *addr, int flags, const char *source);
|
||||
|
||||
GList * mail_vfolder_get_sources_local (void);
|
||||
GList * mail_vfolder_get_sources_remote (void);
|
||||
|
||||
/* add a uri that is now (un)available to vfolders in a transient manner */
|
||||
void mail_vfolder_add_uri(struct _CamelStore *store, const char *uri, int remove);
|
||||
|
||||
|
Reference in New Issue
Block a user