diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-12 06:22:27 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-12 06:22:27 +0800 |
commit | b9cc4db255609621b7e238faa64667ca3860475f (patch) | |
tree | acfc98f9d7875d6c38dccee7e25507f6066c6da8 /mail/ChangeLog | |
parent | c587247b201eea444d2831832f157a489b6daecc (diff) | |
download | gsoc2013-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/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e258370101..ead1030e78 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2000-08-11 Dan Winship <danw@helixcode.com> + + * 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. + 2000-08-11 Peter Williams <peterw@helixcode.com> * mail-config-gui.c (service_acceptable): Make verify-service |