diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-05-18 00:35:21 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-18 00:35:21 +0800 |
commit | 8e66c5869a2e84fd4a9e58ddb15afb343103a350 (patch) | |
tree | 47181d18668f0bda422edd87c3680d365fa70633 /camel/ChangeLog | |
parent | 4b325fcbdd32f272213ab7de1e0bc95ca7b922bc (diff) | |
download | gsoc2013-evolution-8e66c5869a2e84fd4a9e58ddb15afb343103a350.tar.gz gsoc2013-evolution-8e66c5869a2e84fd4a9e58ddb15afb343103a350.tar.zst gsoc2013-evolution-8e66c5869a2e84fd4a9e58ddb15afb343103a350.zip |
If the encrypted block was also signed, set the signature verification
2004-05-17 Jeffrey Stedfast <fejj@novell.com>
* camel-gpg-context.c (gpg_decrypt): If the encrypted block was
also signed, set the signature verification status on the Validity
structure as well.
svn path=/trunk/; revision=25928
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 3f170b2d74..fc6cd48923 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2004-05-17 Jeffrey Stedfast <fejj@novell.com> + + * camel-gpg-context.c (gpg_decrypt): If the encrypted block was + also signed, set the signature verification status on the Validity + structure as well. + 2004-05-17 Not Zed <NotZed@Ximian.com> ** Bug #56050. |