diff options
author | Dan Winship <danw@src.gnome.org> | 2000-12-29 03:29:09 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-12-29 03:29:09 +0800 |
commit | 87d3886d23295d8dc8ce02a717696af927d8833a (patch) | |
tree | 4fcdc6cbf374cb4536578b1cb5add8814d20e065 /composer/ChangeLog | |
parent | 22876b6aa8f2e00c61e70352336ad00250dcec33 (diff) | |
download | gsoc2013-evolution-87d3886d23295d8dc8ce02a717696af927d8833a.tar gsoc2013-evolution-87d3886d23295d8dc8ce02a717696af927d8833a.tar.gz gsoc2013-evolution-87d3886d23295d8dc8ce02a717696af927d8833a.tar.bz2 gsoc2013-evolution-87d3886d23295d8dc8ce02a717696af927d8833a.tar.lz gsoc2013-evolution-87d3886d23295d8dc8ce02a717696af927d8833a.tar.xz gsoc2013-evolution-87d3886d23295d8dc8ce02a717696af927d8833a.tar.zst gsoc2013-evolution-87d3886d23295d8dc8ce02a717696af927d8833a.zip |
Use CamelContentType instead of GMimeContentField.
* e-msg-composer.c (handle_multipart_alternative,
handle_multipart, e_msg_composer_new_with_message): Use
CamelContentType instead of GMimeContentField.
* e-msg-composer-attachment.c (e_msg_composer_attachment_edit):
* e-msg-composer-attachment-bar.c (update, attach_to_multipart):
Use CamelContentType, and use the header_content_type_* functions
rather than operating on the structure by hand.
svn path=/trunk/; revision=7188
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index c5ec71ff9f..075358e16e 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,14 @@ +2000-12-28 Dan Winship <danw@helixcode.com> + + * e-msg-composer.c (handle_multipart_alternative, + handle_multipart, e_msg_composer_new_with_message): Use + CamelContentType instead of GMimeContentField. + + * e-msg-composer-attachment.c (e_msg_composer_attachment_edit): + * e-msg-composer-attachment-bar.c (update, attach_to_multipart): + Use CamelContentType, and use the header_content_type_* functions + rather than operating on the structure by hand. + 2000-12-15 Jeffrey Stedfast <fejj@helixcode.com> * e-msg-composer.c (e_msg_composer_get_pgp_encrypt): New function |