]> granicus.if.org Git - mutt/commitdiff
Fix documentation typos. Closes #3178.
authorRocco Rutte <pdmef@gmx.net>
Tue, 10 Feb 2009 12:05:04 +0000 (13:05 +0100)
committerRocco Rutte <pdmef@gmx.net>
Tue, 10 Feb 2009 12:05:04 +0000 (13:05 +0100)
ChangeLog
init.h

index 9d61e4ff5562ae0bb2ee43e89e3a9d29a362da5a..545db537ffd2c623e84bce526f163bae7f008eec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2009-01-27 12:58 -0800  Brendan Cully  <brendan@kublai.com>  (7ddf1d1cc490)
+
+       * imap/imap.c: Move socket close into imap_logout from imap_logout_all
+
+2009-01-27 12:17 -0800  Brendan Cully  <brendan@kublai.com>  (7c1e4f1c2ed4)
+
+       * ChangeLog, imap/imap.c: IMAP: only close socket when not already
+       disconnected.
+
 2009-01-27 18:48 +0100  Rocco Rutte  <pdmef@gmx.net>  (d7e44862a08a)
 
        * help.c, main.c, mh.c: Update copyright years
diff --git a/init.h b/init.h
index fc9088b49ac8b86a96f0591d2b8652b5d2e0ca13..22689f3dfb7d475e92456d87f8376a7705b245ad 100644 (file)
--- a/init.h
+++ b/init.h
@@ -754,7 +754,7 @@ struct option_t MuttVars[] = {
   ** If the GECOS field contains a string like ``lastname, firstname'' then you
   ** should set it to ``\fC.*\fP''.
   ** .pp
-  ** This can be useful if you see the following behavior: you address a e-mail
+  ** This can be useful if you see the following behavior: you address an e-mail
   ** to user ID ``stevef'' whose full name is ``Steve Franklin''.  If mutt expands
   ** ``stevef'' to ``"Franklin" stevef@foo.bar'' then you should set the $$gecos_mask to
   ** a regular expression that will match the whole name so mutt will expand
@@ -1835,7 +1835,7 @@ struct option_t MuttVars[] = {
   { "pgp_clearsign_command",   DT_STR, R_NONE, UL &PgpClearSignCommand, 0 },
   /*
   ** .pp
-  ** This format is used to create a old-style ``clearsigned'' PGP
+  ** This format is used to create an old-style ``clearsigned'' PGP
   ** message.  Note that the use of this format is \fBstrongly\fP
   ** \fBdeprecated\fP.
   ** .pp
@@ -2196,20 +2196,20 @@ struct option_t MuttVars[] = {
   { "ssl_use_sslv2", DT_BOOL, R_NONE, OPTSSLV2, 1 },
   /*
   ** .pp
-  ** This variables specifies whether to attempt to use SSLv2 in the
+  ** This variable specifies whether to attempt to use SSLv2 in the
   ** SSL authentication process.
   */
 # endif /* defined USE_SSL_OPENSSL */
   { "ssl_use_sslv3", DT_BOOL, R_NONE, OPTSSLV3, 1 },
   /*
   ** .pp
-  ** This variables specifies whether to attempt to use SSLv3 in the
+  ** This variable specifies whether to attempt to use SSLv3 in the
   ** SSL authentication process.
   */
   { "ssl_use_tlsv1", DT_BOOL, R_NONE, OPTTLSV1, 1 },
   /*
   ** .pp
-  ** This variables specifies whether to attempt to use TLSv1 in the
+  ** This variable specifies whether to attempt to use TLSv1 in the
   ** SSL authentication process.
   */
 # ifdef USE_SSL_GNUTLS