guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: Fix documentation of delete_after in the getmail service.


From: guix-commits
Subject: 01/01: Fix documentation of delete_after in the getmail service.
Date: Fri, 18 Oct 2019 03:56:37 -0400 (EDT)

pelzflorian pushed a commit to branch master
in repository guix.

commit 99190575a0a37115a11e561ae8a9bbdb5398dfd8
Author: Florian Pelz <address@hidden>
Date:   Fri Oct 18 08:52:12 2019 +0200

    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.
---
 doc/guix.texi            | 2 +-
 gnu/services/getmail.scm | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index e99ca3f..6eccbb9 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.
 
diff --git a/gnu/services/getmail.scm b/gnu/services/getmail.scm
index b807bb3..b3d86cb 100644
--- a/gnu/services/getmail.scm
+++ b/gnu/services/getmail.scm
@@ -176,8 +176,8 @@ server.")
   (delete-after
    (non-negative-integer 0)
    "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
-this number of days after delivering them.  A value of @samp{0} disabled this
+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.")
   (delete-bigger-than
    (non-negative-integer 0)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]