diff options
Diffstat (limited to 'lisp/gnus/smime.el')
-rw-r--r-- | lisp/gnus/smime.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/smime.el b/lisp/gnus/smime.el index d55cea724fb..ab2a5b0f813 100644 --- a/lisp/gnus/smime.el +++ b/lisp/gnus/smime.el @@ -238,6 +238,7 @@ password under `cache-key'." "Passphrase for secret key (RET for no passphrase): " cache-key))) (if (string= passphrase "") nil + ;; FIXME test passphrase works before caching it. (and passphrase cache-key (password-cache-add cache-key passphrase)) passphrase))) |