]> git.notmuchmail.org Git - notmuch/commit
Add 'cat' subcommand
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 22 Oct 2010 09:28:03 +0000 (11:28 +0200)
committerCarl Worth <cworth@cworth.org>
Sat, 6 Nov 2010 00:51:18 +0000 (17:51 -0700)
commitd39d0e55f09d8cc2ba9683ec5622068bb7373f2a
treea492116e11f39879842f670b093b1d6d461512fb
parent1fe7483d8d03fd981fd09e5770efbea5b9304da9
Add 'cat' subcommand

This command outputs a raw message matched by search term to the
standard output. It allows MUAs to access the messages for piping,
attachment manipulation, etc. by running notmuch cat rather then
directly access the file. This will simplify the MUAs when they need
to operate on a remote database.

Edited-by: Carl Worth <cworth@cworth.org>: Remove trailing whitespace,
add missing "test_done" to new test script to avoid "Unexpected exit"
error.
notmuch-client.h
notmuch-show.c
notmuch.1
notmuch.c
test/cat [new file with mode: 0755]
test/notmuch-test