NAME

mph - mutt & procmail helper

SYNOPSIS

mph --import [ --category <category> ] [ --file <file> ] [ --format <format> ]

mph --dump [ --category <category> ] [ --lookup <string> ] [ --format <format> ]

Options:

--import|-i                            Import from mbox file
--dump|-d                              Dump (matching) data in a specific format
--category <category>|-c <category>    Category to import to/dump from. Defaults to 'default'
--file <file>|-f                       mbox File to import from. STDIN if omitted
--format <format>|-F <format>          Choose out of "CSV","mutt" and "procmail" for --dump,
                                       "CSV" and "mbox" for --import
--lookup|-l|-q                         String to search for
--version|-V                           Print version information and exit

USAGE EXAMPLES

The following command imports all addresses from the specified mailbox into the 'my category' category:

mph -i -c 'my category' < ~/Mail/inbox

The next line could be issued on a couple of e-mails (or a single one) from within mutt. It imports addresses, too:

| mph -i -c 'office'