[mew-dist 29216] Cc:の中身次第でrefile

Yasushi <[email protected]>
Newsgroups gmane.mail.mew.general.japanese
Message-ID <[email protected]>
mew-refile-guess-alist Lisp


AB
"+nakama""+from/friend_a"


ACc:Cc: B


inforefile

> 
> 
>      rule ::= '<rule>
>      <rule> ::= ((<key> <alist>) (<key> <alist>) ... [<special>])
> 
>  (<key> <alist>) <key> 
> <alist> 
> 
>      <alist> ::= (<value> <folder>|<rule>) (<value> <folder>|<rule>) ...
> 
> <value>  <key> <folder>  <key> 
> <folder> 
> <rule> 
> 
>  <key>  `nil'  `t' `nil' 
>  <folder> `t' 
>  <folder> 
> 
>      <special> ::= (t <folder>) | (nil <folder>)
>

<key> nil 



(setq mew-refile-guess-alist
	'(
		("From:"
			("[email protected]"
				(("Cc:" ("[email protected]" "+nakama") (nil "+from/friend_a"))))
		)
	)
)

 [email protected] guess-alist
M-o  +inbox 
 nil <key>

(setq mew-refile-guess-alist
	'(
		("From:"
			("[email protected]"
				(("Cc:" ("[email protected]" "+nakama"))))
		)
        (nil "+from/friend_a")
	)
)

 
 +from/friend_a  refile 

mew-refile-guess-alist
"To:"  "Content-Type:" 
To:  Content-Type: 
 +from/friend_a  refile 

nil 
guess-alist








----
Yasushi <[email protected]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.