X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=0eba89a38e30f48d20c67ef0d6b6ef8ba104ac20;hp=030e49429f6ed529c92a843b965179cc91fd19a8;hb=d39d0e55f09d8cc2ba9683ec5622068bb7373f2a;hpb=1fe7483d8d03fd981fd09e5770efbea5b9304da9 diff --git a/notmuch.c b/notmuch.c index 030e4942..0eba89a3 100644 --- a/notmuch.c +++ b/notmuch.c @@ -343,6 +343,10 @@ command_t commands[] = { "\tcontain tags only from messages that match the search-term(s).\n" "\n" "\tIn both cases the list will be alphabetically sorted." }, + { "cat", notmuch_cat_command, + "", + "Output raw content of a single message matched by the search term.", + "" }, { "part", notmuch_part_command, "--part= ", "Output a single MIME part of a message.",