aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-12 06:22:27 +0800
committerDan Winship <danw@src.gnome.org>2000-08-12 06:22:27 +0800
commitb9cc4db255609621b7e238faa64667ca3860475f (patch)
treeacfc98f9d7875d6c38dccee7e25507f6066c6da8 /mail/mail.h
parentc587247b201eea444d2831832f157a489b6daecc (diff)
downloadgsoc2013-evolution-b9cc4db255609621b7e238faa64667ca3860475f.tar
gsoc2013-evolution-b9cc4db255609621b7e238faa64667ca3860475f.tar.gz
gsoc2013-evolution-b9cc4db255609621b7e238faa64667ca3860475f.tar.bz2
gsoc2013-evolution-b9cc4db255609621b7e238faa64667ca3860475f.tar.lz
gsoc2013-evolution-b9cc4db255609621b7e238faa64667ca3860475f.tar.xz
gsoc2013-evolution-b9cc4db255609621b7e238faa64667ca3860475f.tar.zst
gsoc2013-evolution-b9cc4db255609621b7e238faa64667ca3860475f.zip
Redo this again. Get rid of struct mail_format_data and move most of that
* mail-display.c, mail-format.c: Redo this again. Get rid of struct mail_format_data and move most of that info into MailDisplay itself, and pass the MailDisplay around. Add a GData** to MailDisplay, and put the urls hash table into that. Also add the ability to redisplay the currently-displayed message (with the same GData**), and add a "show_pgp" datum to it that controls whether or not to decrypt PGP messages, and redo the PGP stuff (again) to take that into account. Now you don't get the annoying PGP password dialog box without any warning. svn path=/trunk/; revision=4757
Diffstat (limited to 'mail/mail.h')
-rw-r--r--mail/mail.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/mail.h b/mail/mail.h
index 8099948c17..0bcda78a61 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -47,8 +47,7 @@ char *mail_crypto_openpgp_encrypt (const char *plaintext,
/* mail-format */
void mail_format_mime_message (CamelMimeMessage *mime_message,
- GtkHTML *html, GtkHTMLStream *stream,
- CamelMimeMessage *root_message);
+ MailDisplay *md);
EMsgComposer *mail_generate_reply (CamelMimeMessage *mime_message,
gboolean to_all);