diff options
| author | Jeffrey Stedfast <fejj@ximian.com> | 2002-09-28 10:45:50 +0800 |
|---|---|---|
| committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-09-28 10:45:50 +0800 |
| commit | bb3273ae2f2bc945cb8dbc5d77d16a12fa76d484 (patch) | |
| tree | c3a73f25ec30d53703932ccac1dc94ec400ea5b6 /composer/ChangeLog | |
| parent | 6ae54a6e1fb9557bcf670b5ecfcccabf9f87869d (diff) | |
| download | gsoc2013-evolution-bb3273ae2f2bc945cb8dbc5d77d16a12fa76d484.tar gsoc2013-evolution-bb3273ae2f2bc945cb8dbc5d77d16a12fa76d484.tar.gz gsoc2013-evolution-bb3273ae2f2bc945cb8dbc5d77d16a12fa76d484.tar.bz2 gsoc2013-evolution-bb3273ae2f2bc945cb8dbc5d77d16a12fa76d484.tar.lz gsoc2013-evolution-bb3273ae2f2bc945cb8dbc5d77d16a12fa76d484.tar.xz gsoc2013-evolution-bb3273ae2f2bc945cb8dbc5d77d16a12fa76d484.tar.zst gsoc2013-evolution-bb3273ae2f2bc945cb8dbc5d77d16a12fa76d484.zip | |
Don't reuse the part that we've signed and/or encrypted, create a new part
2002-09-27 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (build_message): Don't reuse the part that
we've signed and/or encrypted, create a new part container
instead. Fixes bug #31379.
svn path=/trunk/; revision=18257
Diffstat (limited to 'composer/ChangeLog')
| -rw-r--r-- | composer/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index de84b28383..afb4e44054 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2002-09-27 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer.c (build_message): Don't reuse the part that + we've signed and/or encrypted, create a new part container + instead. Fixes bug #31379. + 2002-09-25 Dan Winship <danw@ximian.com> * e-msg-composer-hdrs.c (create_headers): Use "mail/*" for the |
