Re: 添付ファイルの圧縮が 解かれる
Daiki Ueno <[email protected]> Tue, 30 May 2006 14:38:02 +0900
| Newsgroups | gmane.mail.emacs.mime.japanese |
|---|---|
| Message-ID | <[email protected]> |
>>>>> In [emacs-mime-ja : No.02041] >>>>> Hiroya Murata <[email protected]> wrote: > ;; , epa-file-handler , > ;; (insert-file-contents-literally "test.gpg") , > ;; . > ;; , ? Index: epa-file.el =================================================================== RCS file: /cvs/root/epg/epa-file.el,v retrieving revision 1.25 diff -u -r1.25 epa-file.el --- epa-file.el 11 May 2006 05:56:38 -0000 1.25 +++ epa-file.el 30 May 2006 05:30:12 -0000 @@ -92,7 +92,7 @@ (condition-case error (setq string (decode-coding-string (epg-decrypt-file context file nil) - 'undecided)) + (or coding-system-for-read 'undecided))) (error (if (setq entry (assoc file epa-file-passphrase-alist)) (setcdr entry nil)) -- Daiki Ueno