mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: fdm: Edit description.
* gnu/packages/mail.scm (fdm)[synopsis]: Use @acronym{}. [description]: Expand based on the README.
This commit is contained in:
parent
37e64eed03
commit
b9d309114b
1 changed files with 12 additions and 4 deletions
|
@ -2435,10 +2435,18 @@ (define-public fdm
|
||||||
(inputs
|
(inputs
|
||||||
(list tdb openssl zlib))
|
(list tdb openssl zlib))
|
||||||
(home-page "https://github.com/nicm/fdm")
|
(home-page "https://github.com/nicm/fdm")
|
||||||
(synopsis "Mail Retrieval Agent (MRA) and Mail Delivery Agent (MDA)")
|
(synopsis
|
||||||
(description "fdm is a program designed to fetch mail from POP3
|
"@acronym{MRA, Mail Retrieval Agent} and @acronym{MDA, Mail Delivery Agent}")
|
||||||
or IMAP servers, or receive local mail from stdin, and
|
(description "fdm fetches and delivers mail in various ways.
|
||||||
deliver it in various ways.")
|
|
||||||
|
Mail may be fetched from IMAP or POP3 servers, from local maildirs, or read
|
||||||
|
from standard input. It is then filtered based on regular expressions, its
|
||||||
|
size or age, or the output of a (shell) command. It can be rewritten by an
|
||||||
|
external process, dropped, left on the server or delivered into maildirs,
|
||||||
|
mboxes, to a file or pipe, or any combination.
|
||||||
|
|
||||||
|
fdm is primarily designed for use by a single user, but can use privilege
|
||||||
|
separation to safely deliver mail in multi-user setups.")
|
||||||
(license
|
(license
|
||||||
;; Why point to a source file? Well, all the individual files have a
|
;; Why point to a source file? Well, all the individual files have a
|
||||||
;; copy of this license in their headers, but there's no seprate file
|
;; copy of this license in their headers, but there's no seprate file
|
||||||
|
|
Loading…
Reference in a new issue