* plstore.el (plstore-passphrase-callback-function): Fix file/buffer typo.
Fixes: debbugs:13264
This commit is contained in:
parent
1ab0c851fc
commit
e1da740354
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2012-12-27 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* plstore.el (plstore-passphrase-callback-function):
|
||||
Fix file/buffer typo. (Bug#13264)
|
||||
|
||||
2012-12-24 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* nnimap.el (nnimap-find-article-by-message-id): Don't error out if
|
||||
|
|
|
@ -126,7 +126,7 @@ symmetric encryption will be used.")
|
|||
|
||||
(defun plstore-passphrase-callback-function (_context _key-id plstore)
|
||||
(if plstore-cache-passphrase-for-symmetric-encryption
|
||||
(let* ((file (file-truename (plstore--get-buffer plstore)))
|
||||
(let* ((file (file-truename (plstore-get-file plstore)))
|
||||
(entry (assoc file plstore-passphrase-alist))
|
||||
passphrase)
|
||||
(or (copy-sequence (cdr entry))
|
||||
|
|
Loading…
Add table
Reference in a new issue