diff options
author | David Moore <davmre@bellsouth.net> | 2003-12-22 22:50:57 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-12-22 22:50:57 +0800 |
commit | 0dfb205f6ae400c996093098102e089f6140a09e (patch) | |
tree | aec28c0766ba978049360a1746c79ff28644e908 /mail/em-utils.h | |
parent | 207effbb708067c6316f0c73f5b5ae9ebd341d20 (diff) | |
download | gsoc2013-evolution-0dfb205f6ae400c996093098102e089f6140a09e.tar.gz gsoc2013-evolution-0dfb205f6ae400c996093098102e089f6140a09e.tar.zst gsoc2013-evolution-0dfb205f6ae400c996093098102e089f6140a09e.zip |
Implemented; sets an image attachment as the GNOME wallpaper.
2003-12-22 David Moore <davmre@bellsouth.net>
* 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
Diffstat (limited to 'mail/em-utils.h')
-rw-r--r-- | mail/em-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |