[Mew-dist 08354] Re: mew-1.94b17.tar.gz

Yoshinari NOMURA nom at example.com
1999年 3月 30日 (火) 19:15:59 JST


On Tue, 30 Mar 1999 18:58:40 +0900,
	Murata Takashi <Takashi.Murata at example.com> said:

>   以下の条件で、From: xyz のメールを o すると、C-g するまで終わらなく
> なりました。
>   1.94b16 では、refile先(以下の例だと +trash )が出てきます。
> 
> (setq mew-refile-guess-alist
> 	'(("From:"
> 	   ("xyz" . (("Subject:" ("xxx" . "+zzz"))
> 		      (nil . "+trash")))
> 	   ("xxx" . "+trash"))
> 	  (nil . "+zzz")))

ごめんなさい。 注意が足りませんでした。m(__)m
--
nom

--- mew-refile.el.orig	Mon Mar 29 14:27:34 1999
+++ mew-refile.el	Tue Mar 30 19:12:49 1999
@@ -174,7 +174,7 @@
 		    (setq ent (mew-refile-guess-by-alist1 val)))))
 	      (if ent
 		  (if (listp ent)
-		      (setq ret (nconc ent ret))
+		      (setq ret (nconc ent ret) ent nil)
 		    (setq ret (cons ent ret))))
 	      (setq sublist (cdr sublist))))))
       (setq alist (cdr alist)))



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