[mew-int 2338] Re: BUG: int folder names

Tatsuya Kinoshita tats at example.com
Sat Aug 4 08:34:42 JST 2007


On August 3, 2007, [mew-int 2337],
Christophe.Troestler (at umh.ac.be) wrote:

> If I create a folder which final name is purely numeric (like
> mew/list/2007) and I press `C-uZ', the folder non longer appears in
> the completions.  I know these kind of folders interfere with how mew
> names messages but then it should refuse to create it --

To use numeric folder names, put the following configuration in
your ~/.mew.el:

(setq mew-regex-folder-candidate "^[^.]")

The default value of mew-regex-folder-candidate doesn't allow
numeric names because of speedup.

-- 
Tatsuya Kinoshita



More information about the Mew-int mailing list