diff options
Diffstat (limited to 'camel/camel-pkcs7-context.c')
-rw-r--r-- | camel/camel-pkcs7-context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-pkcs7-context.c b/camel/camel-pkcs7-context.c index c70a8fa96b..17a52b5de6 100644 --- a/camel/camel-pkcs7-context.c +++ b/camel/camel-pkcs7-context.c @@ -195,7 +195,7 @@ get_password (void *arg, SECKEYKeyDBHandle *handle) return pwitem; prompt = g_strdup_printf (_("Please enter your password for %s"), userid); - passwd = camel_session_get_password (session, prompt, TRUE, + passwd = camel_session_get_password (session, prompt, FALSE, TRUE, NULL, userid, NULL); g_free (prompt); |