From f23c1474ffc7ae9d71d1f43e19d0cf902eeaa2b5 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Tue, 11 May 2021 17:46:02 -0400 Subject: Rudimentary support for showing patatt key info I expect that we'll have better keyring management tooling in the future, but for now show some rudimentary information about patatt keys used in a thread via --show-keys, e.g.: b4 mbox --show-keys 20210511143536.743919-1-konstantin@linuxfoundation.org b4 mbox --show-keys 20210507181322.172569-1-konstantin@linuxfoundation.org Signed-off-by: Konstantin Ryabitsev --- b4/command.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'b4/command.py') diff --git a/b4/command.py b/b4/command.py index ff457dd..12c7354 100644 --- a/b4/command.py +++ b/b4/command.py @@ -84,6 +84,8 @@ def cmd(): cmd_mbox_common_opts(sp_mbox) sp_mbox.add_argument('-f', '--filter-dupes', dest='filterdupes', action='store_true', default=False, help='When adding messages to existing maildir, filter out duplicates') + sp_mbox.add_argument('--show-keys', dest='showkeys', action='store_true', default=False, + help='Show all developer keys from the thread') sp_mbox.set_defaults(func=cmd_mbox) # b4 am -- cgit v1.2.3