From d39d0e55f09d8cc2ba9683ec5622068bb7373f2a Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 22 Oct 2010 11:28:03 +0200 Subject: 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 : Remove trailing whitespace, add missing "test_done" to new test script to avoid "Unexpected exit" error. --- test/notmuch-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/notmuch-test') diff --git a/test/notmuch-test b/test/notmuch-test index 60c3ecb..6b89409 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -16,7 +16,7 @@ fi cd $(dirname "$0") -TESTS="basic new search json thread-naming reply dump-restore uuencode thread-order author-order from-guessing long-id encoding emacs" +TESTS="basic new search json thread-naming reply cat dump-restore uuencode thread-order author-order from-guessing long-id encoding emacs" # Clean up any results from a previous run rm -r test-results >/dev/null 2>/dev/null -- cgit v1.2.3