diff options
| author | Ben McGinnes <[email protected]> | 2018-06-28 08:02:43 +0000 | 
|---|---|---|
| committer | Ben McGinnes <[email protected]> | 2018-06-28 08:02:43 +0000 | 
| commit | dda54cc851490be045832d5ee0b03be082529d17 (patch) | |
| tree | 48c6e01a3bb4911e8600ae2f77908d397eff4e88 /lang/python/docs/dita/howto/part06/group-lines.dita | |
| parent | docs: python bindings howto DITA (diff) | |
| download | gpgme-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 '')
| -rw-r--r-- | lang/python/docs/dita/howto/part06/group-lines.dita | 4 | 
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> | 
