emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/pgg-gpg.el


From: Simon Josefsson
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/pgg-gpg.el
Date: Sat, 08 Oct 2005 04:43:34 -0400

Index: emacs/lisp/gnus/pgg-gpg.el
diff -c emacs/lisp/gnus/pgg-gpg.el:1.6 emacs/lisp/gnus/pgg-gpg.el:1.7
*** emacs/lisp/gnus/pgg-gpg.el:1.6      Sat Aug  6 19:51:42 2005
--- emacs/lisp/gnus/pgg-gpg.el  Sat Oct  8 08:43:33 2005
***************
*** 100,112 ****
    (if (and pgg-cache-passphrase
           (progn
             (goto-char (point-min))
!            (re-search-forward "^\\[GNUPG:] GOOD_PASSPHRASE\\>" nil t)))
        (pgg-add-passphrase-cache
         (or key
           (progn
             (goto-char (point-min))
             (if (re-search-forward
!                 "^\\[GNUPG:] NEED_PASSPHRASE \\w+ ?\\w*" nil t)
                 (substring (match-string 0) -8))))
         passphrase)))
  
--- 100,112 ----
    (if (and pgg-cache-passphrase
           (progn
             (goto-char (point-min))
!            (re-search-forward "^\\[GNUPG:] 
\\(GOOD_PASSPHRASE\\>\\)\\|\\(SIG_CREATED\\)" nil t)))
        (pgg-add-passphrase-cache
         (or key
           (progn
             (goto-char (point-min))
             (if (re-search-forward
!                 "^\\[GNUPG:] NEED_PASSPHRASE\\(_PIN\\)? \\w+ ?\\w*" nil t)
                 (substring (match-string 0) -8))))
         passphrase)))
  




reply via email to

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