summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-09-09 13:07:26 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-09-09 20:48:31 -0400
commitd8a184f086fb1b434628f8e486c14c2daf716ce9 (patch)
treeefdf94742670d19e00fb572abbf443a1e119e6db /gnu
parent370d1cdb61e1b9b5467d2aed4cab89c2a8e2a491 (diff)
downloadguix-patches-d8a184f086fb1b434628f8e486c14c2daf716ce9.tar
guix-patches-d8a184f086fb1b434628f8e486c14c2daf716ce9.tar.gz
gnu: mailutils: Add a listing of the commands it contains.
To ease discovery of said commands. * gnu/packages/mail.scm (mailutils)[description]: Include a listing of the commands it contains.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/mail.scm21
1 files changed, 19 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index eb2732508b..bf0ae0041c 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -32,7 +32,7 @@
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
;;; Copyright © 2020 Justus Winter <justus@sequoia-pgp.org>
;;; Copyright © 2020 Eric Brown <ecbrown@ericcbrown.com>
-;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2020, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020, 2021 Alexey Abramov <levenson@mmer.org>
;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de>
@@ -369,7 +369,24 @@ example, modify the message headers or body, or encrypt or sign the message.")
processing electronic mail. It contains both utilities and server daemons
and all operate in a protocol-agnostic way. The underlying libraries are
also available, simplifying the addition of mail capabilities to new
-software.")
+software. GNU Mailutils provides the following commands:
+@itemize @command
+@item dotlock
+@item decodemail
+@item frm
+@item from
+@item guimb
+@item mail
+@item mailutils
+@item mailutils-config
+@item messages
+@item mimeview
+@item movemail
+@item popauth
+@item putmail
+@item readmsg
+@item sieve
+@end itemize")
(license
;; Libraries are under LGPLv3+, and programs under GPLv3+.
(list license:gpl3+ license:lgpl3+))))