aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-pgp-mime.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-pgp-mime.c')
-rw-r--r--camel/camel-pgp-mime.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/camel-pgp-mime.c b/camel/camel-pgp-mime.c
index 4e3eee7cba..47458803a5 100644
--- a/camel/camel-pgp-mime.c
+++ b/camel/camel-pgp-mime.c
@@ -294,6 +294,9 @@ camel_pgp_mime_part_sign (CamelPgpContext *context, CamelMimePart **mime_part, c
case CAMEL_CIPHER_HASH_SHA1:
hash_type = "pgp-sha1";
break;
+ case CAMEL_CIPHER_HASH_RIPEMD160:
+ hash_type = "pgp-ripemd160";
+ break;
default:
/* set a reasonable default */
hash = CAMEL_CIPHER_HASH_SHA1;