debian/rules: Use `git' potty wrapper.
[qmail] / maildir2mbox.1
CommitLineData
2117e02e
MW
1.TH maildir2mbox 1
2.SH NAME
3maildir2mbox \- move mail from a maildir to an mbox
4.SH SYNOPSIS
5.B maildir2mbox
6.SH DESCRIPTION
7.B maildir2mbox
8moves mail from a
9.IR maildir -format
10directory to an
11.IR mbox -format
12file.
13
14You must supply three environment variables to
15.BR maildir2mbox :
16.B MAILDIR
17is the name of your
18.I maildir
19directory;
20.B MAIL
21is the name of your
22.I mbox
23file;
24and
25.B MAILTMP
26is a temporary file that
27.B maildir2mbox
28can overwrite.
29.B MAILTMP
30and
31.B MAIL
32must be on the same filesystem.
33
34.B maildir2mbox
35is reliable:
36it will not remove messages
37from
38.B MAILDIR
39until the messages have been successfully appended to
40.BR MAIL .
41
42.B maildir2mbox
43locks
44.B MAIL
45to protect against simultaneous access by a mail reader.
46This locking system does not protect against simultaneous access
47by another
48.BR maildir2mbox ;
49you should run only one
50.B maildir2mbox
51at a time.
52.SH "SEE ALSO"
53maildir(5)