From 1df3e6787e2c30adae410e1eda36907b578a4240 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Sun, 23 Sep 2001 22:41:54 +0000 Subject: Don't even try to alert the user if the session isn't interactive. 2001-09-23 Jeffrey Stedfast * camel-tcp-stream-openssl.c (ssl_verify): Don't even try to alert the user if the session isn't interactive. (errlib_error_to_errno): Make the default errno EINTR so that we act just like CamelTcpStreamSSL. * camel-pgp-context.c (pgp_sign): When the password is not provided, set the exception to USER_CANCEL. (pgp_clearsign): Same. (pgp_encrypt): And here. (pgp_decrypt): Here too. svn path=/trunk/; revision=13088 --- camel/ChangeLog | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 67013942ae..42da8598af 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,16 @@ +2001-09-23 Jeffrey Stedfast + + * camel-tcp-stream-openssl.c (ssl_verify): Don't even try to alert + the user if the session isn't interactive. + (errlib_error_to_errno): Make the default errno EINTR so that we + act just like CamelTcpStreamSSL. + + * camel-pgp-context.c (pgp_sign): When the password is not + provided, set the exception to USER_CANCEL. + (pgp_clearsign): Same. + (pgp_encrypt): And here. + (pgp_decrypt): Here too. + 2001-09-21 * camel-store.c (create_folder): Set the exception if @@ -338,7 +351,8 @@ 2001-09-12 - * camel-store.c (camel_store_delete_folder): Fixed warnings with a cast. + * camel-store.c (camel_store_delete_folder): Fixed warnings with a + cast. (camel_store_rename_folder): " 2001-09-14 Jeffrey Stedfast -- cgit v1.2.3