Lars Noschinski:
> On Tue, Mar 08, 2005 at 09:33:59AM +0100, Sven Guckes wrote:
> > * Rocco Rutte <pdmef@xxxxxxxxxxxxxxx> [2005-03-01 14:46]:
> > > if $mbox_type = Maildir, we could make
> > > mutt-ng look for directories on its own so
And how deep is it going to go? How does it distinguish between
tmp and maildir3 as in:
$FOLDER/maildir1/tmp
$FOLDER/maildir2/maildir3/tmp
> you would just have to set folder="~/Maildir/" and have
> mutt-ng add all those sub-folder automagically.
Add regex support for mailboxes and you can achieve exactly the
same with
set folder = ~/Mail/maildir
mailboxes +.*
which is a whole lot more flexible.
> If such a thing would be implemented, this should be done for mboxes
> also.
I do not think this should be implemented in muttng. This feature
does IMHO belong into a "Setup Wizard" or at least a special
folder command:
set folder = ~/Mail/maildir
set folder_recurse = true
set folder_recurse_depth = 3
or
set folder = ~/Mail/maildir
set recurse_folder = ~/Mail/anothermaildir
set recurse_folder_depth = 3
or
set folder = ~/Mail/maildir
recurse_mailboxes +archive +unterhose
??depth??
But after all I do not consider this neccessary if we had regex
after mailboxes. Actually I was astonished that it is not already
there. Luckily I checked...
So far.
|