diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-22 05:03:14 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2009-01-22 05:03:14 +0800 |
commit | 3c7a575407bef757d434808904a4c4dc1ba60cb3 (patch) | |
tree | a8267e35e73894f0d8646b4d62e1df99e553572a /mail/em-utils.c | |
parent | ab00f5b08adb1d74a0c70d935a32ffd982e86f34 (diff) | |
download | gsoc2013-evolution-3c7a575407bef757d434808904a4c4dc1ba60cb3.tar.gz gsoc2013-evolution-3c7a575407bef757d434808904a4c4dc1ba60cb3.tar.zst gsoc2013-evolution-3c7a575407bef757d434808904a4c4dc1ba60cb3.zip |
Fix some runtime warnings.
Copy that nasty message list scrolling hack to EMailShellContent.
Remember the scrollbar position for each folder. Now I just have to make
it select a message automatically.
svn path=/branches/kill-bonobo/; revision=37119
Diffstat (limited to 'mail/em-utils.c')
-rw-r--r-- | mail/em-utils.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/em-utils.c b/mail/em-utils.c index 8dbadea15b..af53b3df69 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -83,8 +83,6 @@ static void emu_save_part_done (CamelMimePart *part, char *name, int done, void *data); -extern struct _CamelSession *session; - #define d(x) /** @@ -1685,7 +1683,6 @@ em_utils_part_to_html(CamelMimePart *part, ssize_t *len, EMFormat *source) emfq = em_format_quote_new(NULL, (CamelStream *)mem, 0); ((EMFormat *) emfq)->composer = TRUE; - em_format_set_session((EMFormat *)emfq, session); if (source) { /* copy over things we can, other things are internal, perhaps need different api than 'clone' */ if (source->default_charset) @@ -1735,7 +1732,6 @@ em_utils_message_to_html(CamelMimeMessage *message, const char *credits, guint32 emfq = em_format_quote_new(credits, (CamelStream *)mem, flags); ((EMFormat *) emfq)->composer = TRUE; - em_format_set_session((EMFormat *)emfq, session); if (!source) { GConfClient *gconf; |