/[emacs]/emacs/lisp/gnus/smime.el
ViewVC logotype

Diff of /emacs/lisp/gnus/smime.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by ttn, Sat Aug 6 19:51:42 2005 UTC revision 1.10 by rfrancoise, Sat Sep 24 13:46:19 2005 UTC
# Line 341  KEYFILE should contain a PEM encoded key Line 341  KEYFILE should contain a PEM encoded key
341                   keyfile                   keyfile
342                 (smime-get-key-with-certs-by-email                 (smime-get-key-with-certs-by-email
343                  (completing-read                  (completing-read
344                   (concat "Sign using which key? "                   (concat "Sign using key"
345                           (if smime-keys (concat "(default " (caar smime-keys) ") ")                           (if smime-keys
346                             ""))                               (concat " (default " (caar smime-keys) "): ")
347                               ": "))
348                   smime-keys nil nil (car-safe (car-safe smime-keys))))))                   smime-keys nil nil (car-safe (car-safe smime-keys))))))
349        (error "Signing failed"))))        (error "Signing failed"))))
350    
# Line 472  in the buffer specified by `smime-detail Line 473  in the buffer specified by `smime-detail
473        (or keyfile        (or keyfile
474            (smime-get-key-by-email            (smime-get-key-by-email
475             (completing-read             (completing-read
476              (concat "Decipher using which key? "              (concat "Decipher using key"
477                      (if smime-keys (concat "(default " (caar smime-keys) ") ")                      (if smime-keys (concat " (default " (caar smime-keys) "): ")
478                        ""))                        ": "))
479              smime-keys nil nil (car-safe (car-safe smime-keys)))))))))              smime-keys nil nil (car-safe (car-safe smime-keys)))))))))
480    
481  ;; Various operations  ;; Various operations

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26