On Fri, 28 Mar 2003, Rob Arends wrote:

>
> Thanks,
>
> >From your response, I assume that the file formats are different, not just
> the directory layout.
> Do you have the rfc numbers for the two formats handy ??

There're no RFCs :

stop_xmail();
for_each_user_dir() {
        create_dir("Maildir");
        create_dir("Maildir/new");
        create_dir("Maildir/cur");
        create_dir("Maildir/tmp");
        move_files("mailbox/*", "Maildir/new");
        remove_dir("mailbox");
}
start_xmail();





- Davide

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to