diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-09-09 13:07:26 -0400 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-09-09 20:48:31 -0400 |
| commit | d8a184f086fb1b434628f8e486c14c2daf716ce9 (patch) | |
| tree | efdf94742670d19e00fb572abbf443a1e119e6db /gnu | |
| parent | 370d1cdb61e1b9b5467d2aed4cab89c2a8e2a491 (diff) | |
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.scm | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index eb2732508ba..bf0ae0041c6 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm | |||
| @@ -32,7 +32,7 @@ | |||
| 32 | ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com> | 32 | ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com> |
| 33 | ;;; Copyright © 2020 Justus Winter <justus@sequoia-pgp.org> | 33 | ;;; Copyright © 2020 Justus Winter <justus@sequoia-pgp.org> |
| 34 | ;;; Copyright © 2020 Eric Brown <ecbrown@ericcbrown.com> | 34 | ;;; Copyright © 2020 Eric Brown <ecbrown@ericcbrown.com> |
| 35 | ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com> | 35 | ;;; Copyright © 2020, 2021 Maxim Cournoyer <maxim.cournoyer@gmail.com> |
| 36 | ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> | 36 | ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de> |
| 37 | ;;; Copyright © 2020, 2021 Alexey Abramov <levenson@mmer.org> | 37 | ;;; Copyright © 2020, 2021 Alexey Abramov <levenson@mmer.org> |
| 38 | ;;; Copyright © 2020 Tim Gesthuizen <tim.gesthuizen@yahoo.de> | 38 | ;;; 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.") | |||
| 369 | processing electronic mail. It contains both utilities and server daemons | 369 | processing electronic mail. It contains both utilities and server daemons |
| 370 | and all operate in a protocol-agnostic way. The underlying libraries are | 370 | and all operate in a protocol-agnostic way. The underlying libraries are |
| 371 | also available, simplifying the addition of mail capabilities to new | 371 | also available, simplifying the addition of mail capabilities to new |
| 372 | software.") | 372 | software. GNU Mailutils provides the following commands: |
| 373 | @itemize @command | ||
| 374 | @item dotlock | ||
| 375 | @item decodemail | ||
| 376 | @item frm | ||
| 377 | @item from | ||
| 378 | @item guimb | ||
| 379 | @item mail | ||
| 380 | @item mailutils | ||
| 381 | @item mailutils-config | ||
| 382 | @item messages | ||
| 383 | @item mimeview | ||
| 384 | @item movemail | ||
| 385 | @item popauth | ||
| 386 | @item putmail | ||
| 387 | @item readmsg | ||
| 388 | @item sieve | ||
| 389 | @end itemize") | ||
| 373 | (license | 390 | (license |
| 374 | ;; Libraries are under LGPLv3+, and programs under GPLv3+. | 391 | ;; Libraries are under LGPLv3+, and programs under GPLv3+. |
| 375 | (list license:gpl3+ license:lgpl3+)))) | 392 | (list license:gpl3+ license:lgpl3+)))) |
