aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-pgp-context.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-10 05:31:09 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-10 05:31:09 +0800
commitebd5da4c959c595723d3d4d48cf8ef0978162177 (patch)
treedf901329b62fd11cbeb57f19e0dd77dd9a5a8fcf /camel/camel-pgp-context.h
parente67f0c1d828de49b796b72181a6ddd1c51900a25 (diff)
downloadgsoc2013-evolution-ebd5da4c959c595723d3d4d48cf8ef0978162177.tar
gsoc2013-evolution-ebd5da4c959c595723d3d4d48cf8ef0978162177.tar.gz
gsoc2013-evolution-ebd5da4c959c595723d3d4d48cf8ef0978162177.tar.bz2
gsoc2013-evolution-ebd5da4c959c595723d3d4d48cf8ef0978162177.tar.lz
gsoc2013-evolution-ebd5da4c959c595723d3d4d48cf8ef0978162177.tar.xz
gsoc2013-evolution-ebd5da4c959c595723d3d4d48cf8ef0978162177.tar.zst
gsoc2013-evolution-ebd5da4c959c595723d3d4d48cf8ef0978162177.zip
Forget the passphrase if the user has set that option. (pgp_clearsign):
2001-07-09 Jeffrey Stedfast <fejj@ximian.com> * camel-pgp-context.c (pgp_sign): Forget the passphrase if the user has set that option. (pgp_clearsign): Same. (pgp_encrypt): And here... (pgp_decrypt): And finally here. (camel_pgp_context_new): Take a `remember' argument. svn path=/trunk/; revision=10932
Diffstat (limited to 'camel/camel-pgp-context.h')
-rw-r--r--camel/camel-pgp-context.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/camel-pgp-context.h b/camel/camel-pgp-context.h
index 77a825737f..79149d60d4 100644
--- a/camel/camel-pgp-context.h
+++ b/camel/camel-pgp-context.h
@@ -60,7 +60,8 @@ typedef struct _CamelPgpContextClass {
CamelType camel_pgp_context_get_type (void);
-CamelPgpContext *camel_pgp_context_new (CamelSession *session, CamelPgpType type, const char *path);
+CamelPgpContext *camel_pgp_context_new (CamelSession *session, CamelPgpType type,
+ const char *path, gboolean remember);
/* PGP routines */
#define camel_pgp_sign(c, u, h, i, o, e) camel_cipher_sign (CAMEL_CIPHER_CONTEXT (c), u, h, i, o, e)