diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-24 10:50:53 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-24 10:50:53 +0800 |
commit | 149515b5dfedef4a26413f86b12da176c5ee671b (patch) | |
tree | 29214ecfb93f1e22c525bfc062a9903fc2ad61ec /camel/ChangeLog | |
parent | 1e62e1b055d9176e2f38b640be1bef3ce57d3b7f (diff) | |
download | gsoc2013-evolution-149515b5dfedef4a26413f86b12da176c5ee671b.tar.gz gsoc2013-evolution-149515b5dfedef4a26413f86b12da176c5ee671b.tar.zst gsoc2013-evolution-149515b5dfedef4a26413f86b12da176c5ee671b.zip |
Check for ERRSIG also. (gpg_ctx_op_step): Don't try writing a passphrase
2002-06-23 Jeffrey Stedfast <fejj@ximian.com>
* camel-gpg-context.c (gpg_ctx_parse_status): Check for ERRSIG
also.
(gpg_ctx_op_step): Don't try writing a passphrase unless our
operation requires it.
svn path=/trunk/; revision=17263
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6560ae570e..073285284a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,10 @@ +2002-06-23 Jeffrey Stedfast <fejj@ximian.com> + + * camel-gpg-context.c (gpg_ctx_parse_status): Check for ERRSIG + also. + (gpg_ctx_op_step): Don't try writing a passphrase unless our + operation requires it. + 2002-06-22 Jeffrey Stedfast <fejj@ximian.com> * camel-gpg-context.c (gpg_encrypt): Return -1 on error. |