—
NAME
git-mailsplit - Simple UNIX mbox splitter program
SYNOPSIS
bash
git mailsplit\n [-b] [-f<nn>] [-d<prec>] [--keep-cr] [--mboxrd]
\n
-o<directory> [--] [(<mbox>|<Maildir>)...]DESCRIPTION
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.
OPTIONS
<mbox>
<Maildir>
-o<directory>
-b
-d<prec>
-f<nn>
--keep-cr
--mboxrd
GIT
Part of the git(1) suite