X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.c;h=93f319442c20a24dbf57497de9c4e9d02fc717e5;hp=cd3cb1b502f34e93f0e534e33216195a96962956;hb=2e653db38fc38dee92b2ee0564e27921132e7232;hpb=8b18efe171ef80cbb238a9446137c39908755d2d;ds=sidebyside diff --git a/notmuch.c b/notmuch.c index cd3cb1b5..93f31944 100644 --- a/notmuch.c +++ b/notmuch.c @@ -302,6 +302,14 @@ static command_t commands[] = { "\t\treported (currently only supported with --format=json) and\n" "\t\tthe multipart/signed part will be replaced by the signed data.\n" "\n" + "\t--decrypt\n" + "\n" + "\t\tDecrypt any MIME encrypted parts found in the selected content\n" + "\t\t(ie. \"multipart/encrypted\" parts). Status of the decryption\n" + "\t\twill be reported (currently only supported with --format=json)\n" + "\t\tand the multipart/encrypted part will be replaced by the\n" + "\t\tdecrypted content.\n" + "\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"