diff options
Diffstat (limited to 'lang/python/docs/dita/howto/part06/group-lines.dita')
-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> |