aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-pgp-context.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-10-30 02:40:12 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-30 02:40:12 +0800
commit44f724adfe5d6c7bef583bb96fa71c9e94110708 (patch)
treee6b86fc09245a0995c207204e1d9e0f38f170d95 /camel/camel-pgp-context.h
parent8d4283d6fc2301e01cc963fd797fc8c5a2217ea6 (diff)
downloadgsoc2013-evolution-44f724adfe5d6c7bef583bb96fa71c9e94110708.tar
gsoc2013-evolution-44f724adfe5d6c7bef583bb96fa71c9e94110708.tar.gz
gsoc2013-evolution-44f724adfe5d6c7bef583bb96fa71c9e94110708.tar.bz2
gsoc2013-evolution-44f724adfe5d6c7bef583bb96fa71c9e94110708.tar.lz
gsoc2013-evolution-44f724adfe5d6c7bef583bb96fa71c9e94110708.tar.xz
gsoc2013-evolution-44f724adfe5d6c7bef583bb96fa71c9e94110708.tar.zst
gsoc2013-evolution-44f724adfe5d6c7bef583bb96fa71c9e94110708.zip
Notify the user that PGP 2.6.x is no longer supported and use
2001-10-29 Jeffrey Stedfast <fejj@ximian.com> * camel-pgp-context.c (pgp_sign): Notify the user that PGP 2.6.x is no longer supported and use camel_exception_set() instead of setv() where appropriate. (pgp_clearsign): Same. (pgp_verify): And again here. (pgp_encrypt): Here too. (pgp_decrypt): And finally here. svn path=/trunk/; revision=14349
Diffstat (limited to 'camel/camel-pgp-context.h')
-rw-r--r--camel/camel-pgp-context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-pgp-context.h b/camel/camel-pgp-context.h
index 92381614ee..0eaa3ec4e3 100644
--- a/camel/camel-pgp-context.h
+++ b/camel/camel-pgp-context.h
@@ -40,7 +40,7 @@ extern "C" {
typedef enum {
CAMEL_PGP_TYPE_NONE,
- CAMEL_PGP_TYPE_PGP2,
+ CAMEL_PGP_TYPE_PGP2, /* no longer supported */
CAMEL_PGP_TYPE_PGP5,
CAMEL_PGP_TYPE_PGP6,
CAMEL_PGP_TYPE_GPG