Changeset 3863 for trunk/lisp/gnus/mml1991.el
- Timestamp:
- 2005年09月10日 10時16分00秒 (3 years ago)
- Files:
-
- trunk/lisp/gnus/mml1991.el (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/gnus/mml1991.el
r3809 r3863 32 32 (require 'cl) 33 33 (require 'mm-util)) 34 35 (defvar mc-pgp-always-sign) 34 36 35 37 (autoload 'quoted-printable-decode-region "qp") … … 183 185 (mm-with-unibyte-current-buffer 184 186 (with-temp-buffer 185 (flet ((gpg-encrypt-func 187 (flet ((gpg-encrypt-func 186 188 (sign plaintext ciphertext result recipients &optional 187 189 passphrase sign-with-key armor textmode) … … 271 273 (mm-decode-content-transfer-encoding cte) 272 274 (unless (pgg-encrypt-region 273 (point-min) (point-max) 275 (point-min) (point-max) 274 276 (split-string 275 277 (or
