aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/docs/dita/howto/part06
diff options
context:
space:
mode:
authorBen McGinnes <[email protected]>2018-06-28 08:02:43 +0000
committerBen McGinnes <[email protected]>2018-06-28 08:02:43 +0000
commitdda54cc851490be045832d5ee0b03be082529d17 (patch)
tree48c6e01a3bb4911e8600ae2f77908d397eff4e88 /lang/python/docs/dita/howto/part06
parentdocs: python bindings howto DITA (diff)
downloadgpgme-dda54cc851490be045832d5ee0b03be082529d17.tar.gz
gpgme-dda54cc851490be045832d5ee0b03be082529d17.zip
python bindings howto: dita version
* Drafts of instructions for exporting public and secret keys ready, along in addition to the code.
Diffstat (limited to 'lang/python/docs/dita/howto/part06')
-rw-r--r--lang/python/docs/dita/howto/part06/group-lines.dita4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/python/docs/dita/howto/part06/group-lines.dita b/lang/python/docs/dita/howto/part06/group-lines.dita
index f4aca74c..1dbfc97a 100644
--- a/lang/python/docs/dita/howto/part06/group-lines.dita
+++ b/lang/python/docs/dita/howto/part06/group-lines.dita
@@ -44,6 +44,10 @@ for i in range(len(group_lists)):
<p>
<codeblock id="groups-2" outputclass="language-python">from groups import group_lists</codeblock>
</p>
+ <p>A demonstration of using the <filepath>groups.py</filepath> module is also available in
+ the form of the executable <cmdname>mutt-groups.py</cmdname> script. This second script
+ reads all the group entries in a user's <filepath>gpg.conf</filepath> file and converts them
+ into crypt-hooks suitable for use with the Mutt and Neomutt mail clients.</p>
</body>
</topic>
</dita>