[Mew-dist 06237] Re: Problem Report: mew-temp-dir is re-initialized when mew-status-update

OKUNISHI Fujikazu fuji0924 at example.com
1998年 9月 1日 (火) 15:04:13 JST


[Mew-dist 06226] のパッチだけではまずいです。

同期で呼ぶような指定がされている場合に Multipart の再生ができなくなる
ばかりか、compose 時にも PGP による署名"C-cC-s"/暗号化"C-cC-e"もでき
なくなります(mew-temp-dir がその時点で存在しないため)。

毎回 tmpdir を掘って消すのがいいのかもしれませんが、↓みたいなのが必要
かと。

--- mew.el.orig	Tue Sep  1 13:50:50 1998
+++ mew.el	Tue Sep  1 14:49:42 1998
@@ -79,7 +79,7 @@
 (defun mew-init ()
   (mew-hello)
   (message "Setting Mew world ...")
-  (mew-set-environment)
+  (mew-set-environment 'no-dir)
   (if mew-use-bbdb (require 'bbdb-com)) ;; bbdb is implicitly required
   (run-hooks 'mew-init-hook)
   (mew-status-update t)

;; 直った記念に署名しておこう

--ふ
-------------- next part --------------
テキスト形式以外の添付ファイルを保管しました...
ファイル名: 無し
型:         application/pgp-signature
サイズ:     286 バイト
説明:       無し
URL:        <http://www.mew.org/pipermail/mew-dist/attachments/19980901/f0575dee/attachment.bin>


Mew-dist メーリングリストの案内