diff options
author | Carl Worth <cworth@cworth.org> | 2010-11-06 12:03:51 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-11-06 12:03:51 -0700 |
commit | 81d3bd3670f570c9aeb7e1f3b317b86194ee4426 (patch) | |
tree | 0a0149bffd49998c2325bf5d33e1f0842e488483 /test/notmuch-test | |
parent | 581ea7c8d39c9de73282b21de16dd9b0192ec5ac (diff) |
Rename "notmuch cat" to "notmuch show --format=raw"
This is part of an effort to avoid proliferation of excessive
top-level notmuch commands. Also, "raw" better captures the
functionality here, (as opposed to "cat" which is a fairly oblique
reference to a bad Unix abbreviation whose metaphor doesn't work here
since "notmuch cat" operates only on a single message and hence cannot
"con'cat'enate" anything).
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-x | test/notmuch-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/notmuch-test b/test/notmuch-test index 6b894090..9a3c6983 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 cat dump-restore uuencode thread-order author-order from-guessing long-id encoding emacs" +TESTS="basic new search json thread-naming raw reply 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 |