git-mailsplit
Simple UNIX mbox splitter program
- Provided by: git-man (Version: 1:1.9.1-1ubuntu0.10)
- Source: git
- Report a bug
Simple UNIX mbox splitter program
git mailsplit [-b] [-f<nn>] [-d<prec>] [--keep-cr] -o<directory> [--] [(<mbox>|<Maildir>)...]
Splits a mbox file or a Maildir into a list of files: "0001" "0002" .. in the specified directory so you can process them further from there.
Maildir splitting relies upon filenames being sorted to output patches in the correct order.
<mbox>
<Maildir>
-o<directory>
-b
-d<prec>
-f<nn>
--keep-cr
Part of the git(1) suite