Fix documentation of delete_after in the getmail service.

* doc/guix.texi (Getmail service): Remove the word `not'.
* gnu/services/getmail.scm (getmail-options-configuration): Ditto.
This commit is contained in:
Florian Pelz 2019-10-18 08:52:12 +02:00
parent d133bdbcaf
commit 99190575a0
No known key found for this signature in database
GPG key ID: 300888CB39C63817
2 changed files with 3 additions and 3 deletions

View file

@ -17414,7 +17414,7 @@ Defaults to @samp{#f}.
@deftypevr {@code{getmail-options-configuration} parameter} non-negative-integer delete-after @deftypevr {@code{getmail-options-configuration} parameter} non-negative-integer delete-after
Getmail will delete messages this number of days after seeing them, if Getmail will delete messages this number of days after seeing them, if
they have not been delivered. This means messages will be left on the they have been delivered. This means messages will be left on the
server this number of days after delivering them. A value of @samp{0} server this number of days after delivering them. A value of @samp{0}
disabled this feature. disabled this feature.

View file

@ -176,8 +176,8 @@ (define-configuration getmail-options-configuration
(delete-after (delete-after
(non-negative-integer 0) (non-negative-integer 0)
"Getmail will delete messages this number of days after seeing them, if "Getmail will delete messages this number of days after seeing them, if
they have not been delivered. This means messages will be left on the server they have been delivered. This means messages will be left on the server this
this number of days after delivering them. A value of @samp{0} disabled this number of days after delivering them. A value of @samp{0} disabled this
feature.") feature.")
(delete-bigger-than (delete-bigger-than
(non-negative-integer 0) (non-negative-integer 0)