X-Git-Url: https://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fsmime.el;h=5a7079883e674f773fe1a96446165b5a9223985d;hb=c85ff27626350a909ee39474fecac012fec8cd26;hp=0695d5ac82e8da0407b9f0af49d4eb93f45f3b7e;hpb=307712ed7cd4499b2aabbd7b898f9b442164fd27;p=gnus diff --git a/lisp/smime.el b/lisp/smime.el index 0695d5ac8..5a7079883 100644 --- a/lisp/smime.el +++ b/lisp/smime.el @@ -1,7 +1,6 @@ ;;; smime.el --- S/MIME support library -;; Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, -;; 2009, 2010 Free Software Foundation, Inc. +;; Copyright (C) 2000-2011 Free Software Foundation, Inc. ;; Author: Simon Josefsson ;; Keywords: SMIME X.509 PEM OpenSSL @@ -428,6 +427,7 @@ Any details (stdout and stderr) are left in the buffer specified by (defun smime-decrypt-region (b e keyfile &optional from) "Decrypt S/MIME message in region between B and E with key in KEYFILE. +Optional FROM specifies sender's mail address. On success, replaces region with decrypted data and return non-nil. Any details (stderr on success, stdout and stderr on error) are left in the buffer specified by `smime-details-buffer'."