* crypto: support --decrypt in mu view

This commit is contained in:
djcb
2012-07-22 19:39:37 +03:00
parent 5a92c8b58a
commit 8e6376ad06
3 changed files with 100 additions and 17 deletions

View File

@ -302,6 +302,9 @@ config_options_group_view (void)
"terminate messages with ascii-0x07 (\\f, form-feed)", NULL},
{"format", 'o', 0, G_OPTION_ARG_STRING, &MU_CONFIG.formatstr,
"output format ('plain'(*), 'sexp')", NULL},
{"decrypt", 0, 0, G_OPTION_ARG_NONE, &MU_CONFIG.decrypt,
"attempt to decrypt the message body, if it is encrypted", NULL},
{NULL, 0, 0, 0, NULL, NULL, NULL}
};