X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=9ba0ec0308ae2b172b8410405a653e6f643e4840;hp=030e49429f6ed529c92a843b965179cc91fd19a8;hb=d9d3d3e6f06a76dc0fbe24c9655b64acfcd4b9e4;hpb=ce6390cee7b2edc25ca17f9c1224017b56f24696 diff --git a/notmuch.c b/notmuch.c index 030e4942..9ba0ec03 100644 --- a/notmuch.c +++ b/notmuch.c @@ -222,7 +222,7 @@ command_t commands[] = { "\t\tall messages in the same thread as any matched\n" "\t\tmessage will be displayed.\n" "\n" - "\t--format=(text|json|mbox)\n" + "\t--format=(text|json|mbox|raw)\n" "\n" "\t\ttext (default)\n" "\n" @@ -254,6 +254,13 @@ command_t commands[] = { "\n" "\t\thttp://homepage.ntlworld.com/jonathan.deboynepollard/FGA/mail-mbox-formats.html\n" "\n" + "\t\traw\n" + "\n" + "\t\tThe original, raw content of the email message is displayed.\n" + "\t\tConsumers of this format should expect to implement MIME\n" + "\t\tdecoding and similar functions. This format must only\n" + "\t\tbe used with search terms matching a single message.\n" + "\n" "\tA common use of \"notmuch show\" is to display a single\n" "\tthread of email messages. For this, use a search term of\n" "\t\"thread:\" as can be seen in the first column\n"