]> git.notmuchmail.org Git - notmuch/commit
notmuch: Support "notmuch part" as an alias for "notmuch show --format=raw"
authorCarl Worth <cworth@cworth.org>
Tue, 24 May 2011 19:00:27 +0000 (12:00 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 24 May 2011 19:04:08 +0000 (12:04 -0700)
commit150db11214fead32af8b8a90920947d3a6570295
tree201826fb98d7830ce51cb4b02a360ea9b9a022d1
parent2f8871df6ea3c0b44f85a0fc1b4f58a6b70b0a0e
notmuch: Support "notmuch part" as an alias for "notmuch show --format=raw"

We unifed the "notmuch part" functionality into "notmuch show" where
the implementation is both simpler and more powerful. But there's no
good reason to break users of the old interface.

Add support for aliases, which are undocumented means of getting at
functionality through deprecated names. The first such alias is
"notmuch part" as implemented here.
notmuch.c