diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-08-20 05:10:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-08-20 05:10:34 +0800 |
commit | 4eb2dbe2e64d3f25f11ce1a0534e32c87229f9d7 (patch) | |
tree | 0226d7c0c41b6650aabeffa1fb6b3441c1af3222 /camel/ChangeLog | |
parent | 069c1918f0519758a66e067d0734cb0a1ec32518 (diff) | |
download | gsoc2013-evolution-4eb2dbe2e64d3f25f11ce1a0534e32c87229f9d7.tar gsoc2013-evolution-4eb2dbe2e64d3f25f11ce1a0534e32c87229f9d7.tar.gz gsoc2013-evolution-4eb2dbe2e64d3f25f11ce1a0534e32c87229f9d7.tar.bz2 gsoc2013-evolution-4eb2dbe2e64d3f25f11ce1a0534e32c87229f9d7.tar.lz gsoc2013-evolution-4eb2dbe2e64d3f25f11ce1a0534e32c87229f9d7.tar.xz gsoc2013-evolution-4eb2dbe2e64d3f25f11ce1a0534e32c87229f9d7.tar.zst gsoc2013-evolution-4eb2dbe2e64d3f25f11ce1a0534e32c87229f9d7.zip |
If the diagnostics are empty, just explain that gpg failed to execute.
2002-08-19 Jeffrey Stedfast <fejj@ximian.com>
* camel-gpg-context.c (gpg_sign): If the diagnostics are empty,
just explain that gpg failed to execute.
(gpg_encrypt): Same.
(gpg_decrypt): And here too.
svn path=/trunk/; revision=17807
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 2c0cb7f432..a857f41559 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,10 @@ 2002-08-19 Jeffrey Stedfast <fejj@ximian.com> + * camel-gpg-context.c (gpg_sign): If the diagnostics are empty, + just explain that gpg failed to execute. + (gpg_encrypt): Same. + (gpg_decrypt): And here too. + * tests/lib/camel-test.c (camel_test_init): Updated to pass the needed arguments to camel_init() and to init gthreads before camel (since camel expectes it to be initialised already). |