diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-15 04:15:04 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-15 04:15:04 +0800 |
commit | 557afe41020d808811375ef02e4c1b822da5515e (patch) | |
tree | 1c448df7f8b120aa7bd7bd6408cc4f5e6cc9e5d4 /camel/providers/local | |
parent | 46139c6d5d307b7391fe40d6ecc9d3ffb3c68c1b (diff) | |
download | gsoc2013-evolution-557afe41020d808811375ef02e4c1b822da5515e.tar gsoc2013-evolution-557afe41020d808811375ef02e4c1b822da5515e.tar.gz gsoc2013-evolution-557afe41020d808811375ef02e4c1b822da5515e.tar.bz2 gsoc2013-evolution-557afe41020d808811375ef02e4c1b822da5515e.tar.lz gsoc2013-evolution-557afe41020d808811375ef02e4c1b822da5515e.tar.xz gsoc2013-evolution-557afe41020d808811375ef02e4c1b822da5515e.tar.zst gsoc2013-evolution-557afe41020d808811375ef02e4c1b822da5515e.zip |
Updated to use ctx->sign_protocol rather than ctx->protocol.
2002-06-14 Jeffrey Stedfast <fejj@ximian.com>
* camel-multipart-signed.c: Updated to use ctx->sign_protocol
rather than ctx->protocol.
* camel-cipher-context.h: Add an ecnryption protocol member.
* camel-pgp-context.c (camel_pgp_context_init): Set the encryption
protocol.
svn path=/trunk/; revision=17186
Diffstat (limited to 'camel/providers/local')
-rw-r--r-- | camel/providers/local/camel-mbox-folder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/local/camel-mbox-folder.c b/camel/providers/local/camel-mbox-folder.c index 0d4a61739d..c8065b5f33 100644 --- a/camel/providers/local/camel-mbox-folder.c +++ b/camel/providers/local/camel-mbox-folder.c @@ -336,7 +336,7 @@ retry: return NULL; } - /* no frompos, its an error in the library (and we can't do anything with it */ + /* no frompos, its an error in the library (and we can't do anything with it) */ g_assert(info->frompos != -1); /* we use an fd instead of a normal stream here - the reason is subtle, camel_mime_part will cache |