aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-utils.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-06-09 19:09:01 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-06-09 19:09:01 +0800
commit22dc0c949c909394889c9b56d63240ad271eb3f8 (patch)
treec66112101dc8756973eba70b241218e4ca590c47 /mail/em-utils.h
parentf1cfc8c031380ebd6f4c5fcd681ba1cc4e77f967 (diff)
downloadgsoc2013-evolution-22dc0c949c909394889c9b56d63240ad271eb3f8.tar
gsoc2013-evolution-22dc0c949c909394889c9b56d63240ad271eb3f8.tar.gz
gsoc2013-evolution-22dc0c949c909394889c9b56d63240ad271eb3f8.tar.bz2
gsoc2013-evolution-22dc0c949c909394889c9b56d63240ad271eb3f8.tar.lz
gsoc2013-evolution-22dc0c949c909394889c9b56d63240ad271eb3f8.tar.xz
gsoc2013-evolution-22dc0c949c909394889c9b56d63240ad271eb3f8.tar.zst
gsoc2013-evolution-22dc0c949c909394889c9b56d63240ad271eb3f8.zip
** Fix for bug #535791
2008-06-09 Milan Crha <mcrha@redhat.com> ** Fix for bug #535791 * mail-config.glade: * em-composer-prefs.c: (em_composer_prefs_construct): New UI option to let uset choose whether start typing at the bottom of the document or not on replying. * em-utils.h: (em_utils_message_to_html): * em-utils.c: (em_utils_message_to_html): * em-composer-utils.c: (forward_non_attached), (composer_set_body): Take care of /apps/evolution/mail/composer/reply_start_bottom. svn path=/trunk/; revision=35621
Diffstat (limited to 'mail/em-utils.h')
-rw-r--r--mail/em-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-utils.h b/mail/em-utils.h
index 8f2cc83985..6e5733eaef 100644
--- a/mail/em-utils.h
+++ b/mail/em-utils.h
@@ -91,7 +91,7 @@ char *em_utils_get_proxy_uri(void);
/* FIXME: should this have an override charset? */
char *em_utils_part_to_html(struct _CamelMimePart *part, ssize_t *len, struct _EMFormat *source);
-char *em_utils_message_to_html(struct _CamelMimeMessage *msg, const char *credits, guint32 flags, ssize_t *len, struct _EMFormat *source);
+char *em_utils_message_to_html(struct _CamelMimeMessage *msg, const char *credits, guint32 flags, ssize_t *len, struct _EMFormat *source, const char *append);
void em_utils_expunge_folder (struct _GtkWidget *parent, struct _CamelFolder *folder);
void em_utils_empty_trash (struct _GtkWidget *parent);