mu extract/view/verify: allow reading message from stdin

Fixes #1463.
This commit is contained in:
Dirk-Jan C. Binnema
2023-04-29 22:58:55 +03:00
parent 3a05dd8725
commit 9544473e35
7 changed files with 135 additions and 57 deletions

View File

@ -7,7 +7,7 @@ mu verify - verify message signatures and display information about them
* SYNOPSIS
*mu [common-options] verify [options] <msgfile>*
*mu [common-options] verify [options] [<file> ... ]*
* DESCRIPTION
@ -15,6 +15,9 @@ mu verify - verify message signatures and display information about them
signatures) and displaying information about them. The sub-command works on
message files, and does not require the message to be indexed in the database.
If no message file is provided, the command expects the message on
standard-input.
* VERIFY OPTIONS
** -r, --auto-retrieve