diff options
author | Florian Pelz <pelzflorian@pelzflorian.de> | 2019-10-18 08:52:12 +0200 |
---|---|---|
committer | Florian Pelz <pelzflorian@pelzflorian.de> | 2019-10-18 07:53:55 +0000 |
commit | 99190575a0a37115a11e561ae8a9bbdb5398dfd8 (patch) | |
tree | 5526ae6d014a07e46e37779829c50bbef39cc68e /doc/guix.texi | |
parent | d133bdbcaf6f40423a60ef475265b3accf7516f6 (diff) | |
download | guix-99190575a0a37115a11e561ae8a9bbdb5398dfd8.tar.gz |
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.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index e99ca3f563..6eccbb971f 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -17414,7 +17414,7 @@ Defaults to @samp{#f}. @deftypevr {@code{getmail-options-configuration} parameter} non-negative-integer delete-after 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} disabled this feature. |