guix-commits
[Top][All Lists]
Advanced

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

03/04: services: getmail: Adjust a couple of default configuration value


From: guix-commits
Subject: 03/04: services: getmail: Adjust a couple of default configuration values.
Date: Mon, 20 Jan 2020 14:27:30 -0500 (EST)

cbaines pushed a commit to branch master
in repository guix.

commit c8defb2b2a4daf370497e6be1047a1fcf82143e1
Author: Christopher Baines <address@hidden>
AuthorDate: Mon Jan 20 19:02:49 2020 +0000

    services: getmail: Adjust a couple of default configuration values.
    
    Change the message-log-syslog and message-log-verbose configuration values 
to
    match the Getmail defaults.
    
    * gnu/services/getmail.scm (getmail-options-configuration): Change defaults
    for message-log-syslog and message-log-verbose
    * doc/guix.texi (Mail Services): Update the Getmail documentation 
accordingly.
---
 doc/guix.texi            | 4 ++--
 gnu/services/getmail.scm | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 25dc8b9..2b5bfc6 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -17902,7 +17902,7 @@ Defaults to @samp{""}.
 If true, getmail will record a log of its actions using the system
 logger.
 
-Defaults to @samp{#t}.
+Defaults to @samp{#f}.
 
 @end deftypevr
 
@@ -17911,7 +17911,7 @@ If true, getmail will log information about messages 
not retrieved and
 the reason for not retrieving them, as well as starting and ending
 information lines.
 
-Defaults to @samp{#t}.
+Defaults to @samp{#f}.
 
 @end deftypevr
 
diff --git a/gnu/services/getmail.scm b/gnu/services/getmail.scm
index 93e0ab1..7d77888 100644
--- a/gnu/services/getmail.scm
+++ b/gnu/services/getmail.scm
@@ -203,11 +203,11 @@ session with the server.  A value of @samp{0} disables 
this feature.")
    "Getmail will record a log of its actions to the named file.  A value of
 @samp{\"\"} disables this feature.")
   (message-log-syslog
-   (boolean #t)
+   (boolean #f)
    "If true, getmail will record a log of its actions using the system
 logger.")
   (message-log-verbose
-   (boolean #t)
+   (boolean #f)
    "If true, getmail will log information about messages not retrieved and the
 reason for not retrieving them, as well as starting and ending information
 lines.")



reply via email to

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