[mew-int 00940] Re: auto-refile

Christophe TROESTLER debian00 at example.com
Fri Jun 28 23:18:15 JST 2002


On Fri, 28 Jun 2002, Serge Basterot <sergioB at example.com> wrote:
> 
> I proposed this feature because my auto-refile configuration seems to
> lack precision, for example whith names of persons new in a ML come in
> +inbox, in this case M-o can't refile well those persons in ML
> directory and do it in +from/*
> 
> (defvar mew-refile-guess-control
>        '(mew-refile-guess-by-alist
>          mew-refile-ctrl-throw
>          mew-refile-guess-by-newsgroups
>          mew-refile-guess-by-folder
>          mew-refile-ctrl-throw
>          mew-refile-ctrl-auto-boundary

Well maybe you could

1.  Move the boundary up so when refiling is not explicitely set up it
    is not done:

(setq mew-refile-guess-control
      '(mew-refile-guess-by-alist
	mew-refile-ctrl-auto-boundary ; => only guess by alist for M-o
	mew-refile-ctrl-throw
	...

2.  Set up explicit rules for your mailing lists: e.g.,

(setq mew-refile-guess-alist
      '(("To:"
	 ("caml-list" . "+Caml")
	 )
	("Cc:"
	 ("caml-list" . "+Caml")
	 )
	 ...
	))

Cheers,
ChriS



More information about the Mew-int mailing list