diff options
author | Not Zed <NotZed@Ximian.com> | 2003-11-05 08:44:28 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-11-05 08:44:28 +0800 |
commit | c960f0e4f88888fc3a3923cc36a97820da0aaf87 (patch) | |
tree | 5713527deaf5720912ffd2e1a476761bf49ae279 /composer/ChangeLog | |
parent | d0375813d86145111e6bc5da07e565157de451e9 (diff) | |
download | gsoc2013-evolution-c960f0e4f88888fc3a3923cc36a97820da0aaf87.tar.gz gsoc2013-evolution-c960f0e4f88888fc3a3923cc36a97820da0aaf87.tar.zst gsoc2013-evolution-c960f0e4f88888fc3a3923cc36a97820da0aaf87.zip |
changed to use ciphercontext directly to sign the message, no
2003-11-03 Not Zed <NotZed@Ximian.com>
* e-msg-composer.c (build_message): changed to use ciphercontext
directly to sign the message, no multipart-signed usage.
(build_message): do the same for multipart/encryption for gpg encrypting.
svn path=/trunk/; revision=23188
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 7d4d468820..4df5e2d218 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2003-11-03 Not Zed <NotZed@Ximian.com> + + * e-msg-composer.c (build_message): changed to use ciphercontext + directly to sign the message, no multipart-signed usage. + (build_message): do the same for multipart/encryption for gpg encrypting. + 2003-11-03 Ettore Perazzoli <ettore@ximian.com> * e-msg-composer-hdrs.h (SELECT_NAMES_OAFIID): Append "_2". |