From 0dfb205f6ae400c996093098102e089f6140a09e Mon Sep 17 00:00:00 2001 From: David Moore Date: Mon, 22 Dec 2003 14:50:57 +0000 Subject: Implemented; sets an image attachment as the GNOME wallpaper. 2003-12-22 David Moore * em-popup.c (emp_part_popup_set_background): Implemented; sets an image attachment as the GNOME wallpaper. * em-utils.c (emu_save_part_done): Created a prototype at the top of the file. (em_utils_save_part_to_file): Added; save a message part to a specified file on disk. svn path=/trunk/; revision=23998 --- mail/em-utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/em-utils.h') diff --git a/mail/em-utils.h b/mail/em-utils.h index 502b52e19d..f0d8e4249a 100644 --- a/mail/em-utils.h +++ b/mail/em-utils.h @@ -86,6 +86,7 @@ void em_utils_reply_to_message_by_uid (struct _CamelFolder *folder, const char * void em_utils_post_reply_to_message_by_uid (struct _CamelFolder *folder, const char *uid); void em_utils_save_part(struct _GtkWidget *parent, const char *prompt, struct _CamelMimePart *part); +gboolean em_utils_save_part_to_file(struct _GtkWidget *parent, const char *filename, struct _CamelMimePart *part); void em_utils_save_messages (struct _GtkWidget *parent, struct _CamelFolder *folder, GPtrArray *uids); void em_utils_add_address(struct _GtkWidget *parent, const char *email); -- cgit v1.2.3