On Sun, Dec 30, 2012 at 12:11:22PM +0000, Chris Green wrote:
> My mail is initially delivered by SMTP (to a postfix server running
> locally) and then filtered by a python script at the moment.  Thus, if
> I switch to maildir just now it's the Python libraries which create
> the maildirs.  

It's unclear why they would use this '.' format.  For instance, if you
were using procmail (which I recall you do not like, for some reason),
you simply would give it a rule like this:

:0
# make this as complicated as needed to match your mail specifically
* mutt-users 
Folders/mutt-users/

Note the trailing slash.  This is what tells procmail to use maildir
format, and if it does so it creates real directories.  The heirarchy
would look like:

 $MAILDIR/Folders/mutt-users
 $MAILDIR/Folders/mutt-users/cur
 $MAILDIR/Folders/mutt-users/new
 $MAILDIR/Folders/mutt-users/old

[MAILDIR is the variable procmail uses to determine where to put your
mail... it has nothing to do with Maildir format.]

> However my issue is more with MUAs which don't play
> nicely together using the same maildirs (and also utilities for
> manipulating maildirs as they're so painful to manage 'by hand').

I'm not aware of any utilities that can't deal with that organization,
though of course that doesn't preclude the possibility.

-- 
Derek D. Martin    http://www.pizzashack.org/   GPG Key ID: 0xDFBEAD02
-=-=-=-=-
This message is posted from an invalid address.  Replying to it will result in
undeliverable mail due to spam prevention.  Sorry for the inconvenience.

Attachment: pgpw1IyjoV4Fu.pgp
Description: PGP signature

Reply via email to