diff options
Diffstat (limited to 'camel/providers/nntp')
-rw-r--r-- | camel/providers/nntp/camel-nntp-store.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/nntp/camel-nntp-store.c b/camel/providers/nntp/camel-nntp-store.c index fc067062ba..a439c4fd8a 100644 --- a/camel/providers/nntp/camel-nntp-store.c +++ b/camel/providers/nntp/camel-nntp-store.c @@ -1002,7 +1002,7 @@ camel_nntp_try_authenticate (CamelNNTPStore *store) camel_exception_init (&ex); service->url->passwd = - camel_session_get_password (session, prompt, FALSE, TRUE, + camel_session_get_password (session, prompt, CAMEL_SESSION_PASSWORD_SECRET, service, "password", &ex); camel_exception_clear (&ex); g_free (prompt); |