]> granicus.if.org Git - neomutt/commitdiff
Tweak description of pop_checkinterval slightly. Closes: #2074.
authorBrendan Cully <brendan@kublai.com>
Tue, 4 Oct 2005 19:00:05 +0000 (19:00 +0000)
committerBrendan Cully <brendan@kublai.com>
Tue, 4 Oct 2005 19:00:05 +0000 (19:00 +0000)
init.h

diff --git a/init.h b/init.h
index af82e8e7fa28d8f8f4c6a8cefe37793454cb072e..0008cba2e3ede4b5ff8cef1edc774951058db0a7 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2040,8 +2040,8 @@ struct option_t MuttVars[] = {
   { "pop_checkinterval", DT_NUM, R_NONE, UL &PopCheckTimeout, 60 },
   /*
   ** .pp
-  ** This variable configures how often (in seconds) POP should look for
-  ** new mail.
+  ** This variable configures how often (in seconds) mutt should look for
+  ** new mail in the currently selected mailbox if it is a POP mailbox.
   */
   { "pop_delete",      DT_QUAD, R_NONE, OPT_POPDELETE, M_ASKNO },
   /*
@@ -2068,8 +2068,8 @@ struct option_t MuttVars[] = {
   { "pop_reconnect",   DT_QUAD, R_NONE, OPT_POPRECONNECT, M_ASKYES },
   /*
   ** .pp
-  ** Controls whether or not Mutt will try to reconnect to POP server when
-  ** connection lost.
+  ** Controls whether or not Mutt will try to reconnect to POP server if
+  ** the connection is lost.
   */
   { "pop_user",                DT_STR,  R_NONE, UL &PopUser, 0 },
   /*