From 6bec820cb9d015e99e4f5bf375fba098ba5b2f30 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Mon, 17 May 2021 17:53:57 -0400 Subject: Allow passing entire mbox via stdin Per request, allow passing entire mbox files via stdin, allowing fully pipe-through operation from something like mutt: b4 am -sl -m - -o - Suggested-by: Peter Zijlstra Signed-off-by: Konstantin Ryabitsev Link: https://lore.kernel.org/tools/YFETLu8TKWI2WlSF@hirez.programming.kicks-ass.net --- b4/command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'b4/command.py') diff --git a/b4/command.py b/b4/command.py index 5a9d6eb..4c0a788 100644 --- a/b4/command.py +++ b/b4/command.py @@ -25,7 +25,7 @@ def cmd_mbox_common_opts(sp): sp.add_argument('-n', '--mbox-name', dest='wantname', default=None, help='Filename to name the mbox file') sp.add_argument('-m', '--use-local-mbox', dest='localmbox', default=None, - help='Instead of grabbing a thread from lore, process this mbox file') + help='Instead of grabbing a thread from lore, process this mbox file (or - for stdin)') sp.add_argument('-C', '--no-cache', dest='nocache', action='store_true', default=False, help='Do not use local cache') -- cgit v1.2.3