diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-05-11 04:43:50 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-05-11 04:43:50 +0800 |
commit | f6f8e3c3e8273c8eedbfb27019912d7a575aa321 (patch) | |
tree | 9d50752452ad5daed44064732eee43182f6a0f5e /composer/ChangeLog | |
parent | 42f9d72254cc07858ea32170583f1cc94d7f5f9c (diff) | |
download | gsoc2013-evolution-f6f8e3c3e8273c8eedbfb27019912d7a575aa321.tar gsoc2013-evolution-f6f8e3c3e8273c8eedbfb27019912d7a575aa321.tar.gz gsoc2013-evolution-f6f8e3c3e8273c8eedbfb27019912d7a575aa321.tar.bz2 gsoc2013-evolution-f6f8e3c3e8273c8eedbfb27019912d7a575aa321.tar.lz gsoc2013-evolution-f6f8e3c3e8273c8eedbfb27019912d7a575aa321.tar.xz gsoc2013-evolution-f6f8e3c3e8273c8eedbfb27019912d7a575aa321.tar.zst gsoc2013-evolution-f6f8e3c3e8273c8eedbfb27019912d7a575aa321.zip |
If we are creating a message with only a single part (ie no attachments
2001-05-10 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (build_message): If we are creating a message
with only a single part (ie no attachments and we will not be
signing/encrypting the part) then `part = CAMEL_MIME_PART(message)`
otherwise create a new MIME part and set it's content-object as the
message's content-object at a later date.
svn path=/trunk/; revision=9749
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index d336e68c5d..07a3ad90ec 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,11 @@ +2001-05-10 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer.c (build_message): If we are creating a message + with only a single part (ie no attachments and we will not be + signing/encrypting the part) then `part = CAMEL_MIME_PART(message)` + otherwise create a new MIME part and set it's content-object as the + message's content-object at a later date. + 2001-05-09 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (add_inlined_image): Don't wrap content-id with |