summaryrefslogtreecommitdiff
path: root/mailscripts.el
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2019-11-10 11:47:36 -0500
committerSean Whitton <spwhitton@spwhitton.name>2019-11-15 14:31:12 -0700
commitb9a31898cfe7fd448754a98fdaa8b4145509150d (patch)
tree02dcddc772251f2f0f9498e34a6cc0b7308db4a4 /mailscripts.el
parent8ef023c49c264bb77f2d1a64a0ba3c0630407de7 (diff)
downloadmailscripts-b9a31898cfe7fd448754a98fdaa8b4145509150d.tar.gz
email-print-mime-structure: change --use-gpg-agent to a simple flag
Turns out that type=bool doesn't really do what we want it to do (see https://bugs.python.org/issue37564), and there is no built-in easy answer for argparse to accept a boolean value sensibly (e.g. type='bool', which might be able to handle "yes" and "no" and "1" and "0" and "on" and "off" as well as "true" and "false", etc) So rather than implement all of that here, we'll just have --use-gpg-agent as a simple flag. This is an API change, but the previous API has only been out for a few days, and the tool is documented for interactive use. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'mailscripts.el')
0 files changed, 0 insertions, 0 deletions