]> git.notmuchmail.org Git - notmuch/commitdiff
notmuch: Add a 'part' subcommand
authorDavid Edmondson <dme@dme.org>
Wed, 24 Mar 2010 07:21:20 +0000 (07:21 +0000)
committerDavid Edmondson <dme@dme.org>
Fri, 2 Apr 2010 08:43:03 +0000 (09:43 +0100)
A new 'part' subcommand allows the user to extract a single part from
a MIME message. Usage:
  notmuch part --part=<n> <search terms>
The search terms must match only a single message
(e.g. id:foo@bar.com). The part number specified refers to the part
identifiers output by `notmuch show'. The content of the part is
written the stdout with no formatting or identification marks. It is
not JSON formatted.


No differences found