bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#29663: Acknowledgement (26.0.90; autho-source-pass-entries hardcodes


From: John Wiegley
Subject: bug#29663: Acknowledgement (26.0.90; autho-source-pass-entries hardcodes .password-store directory)
Date: Mon, 11 Dec 2017 12:21:34 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (darwin)

Note that the same problem occurs here too:

  (defun auth-source-pass--read-entry (entry)
    "Return a string with the file content of ENTRY."
    (with-temp-buffer
      (insert-file-contents (expand-file-name
                             (format "%s.gpg" entry)
                             "~/.password-store"))
      (buffer-substring-no-properties (point-min) (point-max))))

-- 
John Wiegley                  GPG fingerprint = 4710 CF98 AF9B 327B B80F
http://newartisans.com                          60E1 46C4 BD1A 7AC1 4BA2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]