From d9afc4175619a2bd8c79c86232cd7d9cbdcd6ad9 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Tamotsu Date: Mon, 12 Apr 2004 19:53:29 +0000 Subject: [PATCH] Various documentation fixes, #1790. --- doc/manual.sgml.head | 35 ++++++++++++++++++----------------- init.h | 16 ++++++++-------- 2 files changed, 26 insertions(+), 25 deletions(-) diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index 9bba7bcc..76be516c 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -568,7 +568,7 @@ Also see .

If you want to use PGP, you can specify - + ``E'' encrypts, ``S'' signs and ``S<id>'' signs with the given key, setting source ~/bin/myscript|). Removing hooks

@@ -1861,8 +1861,9 @@ pattern language. For example, ~f "me@(mutt\.org|cs\.hmc\.edu)" -Without the quotes, the parenthesis would truncate the regular expression -to simply Searching by Date

@@ -2046,7 +2047,7 @@ There are two mechanisms for accessing the query function of mutt. One is to do a query from the index menu using the query function (default: Q). This will prompt for a query, then bring up the query menu which will list the matching responses. From the query menu, you can select -addresses to create aliases, or to mail. You can tag multiple messages +addresses to create aliases, or to mail. You can tag multiple addresses to mail, start a new query, or have a new query appended to the current responses. @@ -2233,7 +2234,7 @@ You can also specify different username for each folder, ie: Polling for new mail is more expensive over POP3 than locally. For this reason the frequency at which Mutt will check for mail remotely can be controlled by the - + variable, which defaults to every 60 seconds. If Mutt was compiled with SSL support (by running the variable. Polling for new mail on an IMAP server can cause noticeable delays. So, you'll want to carefully tune the - + and variables. Personally I use @@ -2356,15 +2357,15 @@ in the following order: SASL, ANONYMOUS, GSSAPI, CRAM-MD5, LOGIN. There are a few variables which control authentication: - - controls + - controls the username under which you request authentication on the IMAP server, for all authenticators. This is overridden by an explicit username in the mailbox path (ie by using a mailbox name of the form - a + - a password which you may preset, used by all authentication methods where a password is needed. - - a colon-delimited list of IMAP authentication methods to try, in the order you wish to try them. If specified, this overrides mutt's default (attempt everything, in the order @@ -2905,7 +2906,7 @@ associated with this extension will then be used to process the attachment according to the rules in the mailcap file and according to any other configuration options (such as auto_view) specified. Common usage would be: -mime-lookup application/octet-stream application/X-Lotus-Manuscript +mime_lookup application/octet-stream application/X-Lotus-Manuscript In addition, the unmime_lookup command may be used to disable this feature @@ -3011,9 +3012,9 @@ The following are the commands understood by mutt. - - @@ -3055,9 +3056,9 @@ The following are the commands understood by mutt. - - diff --git a/init.h b/init.h index 97fc23ef..3556aea2 100644 --- a/init.h +++ b/init.h @@ -192,7 +192,7 @@ struct option_t MuttVars[] = { ** .pp ** .dl ** .dt %C .dd charset - ** .dt %c .dd reqiures charset conversion (n or c) + ** .dt %c .dd requires charset conversion (n or c) ** .dt %D .dd deleted flag ** .dt %d .dd description ** .dt %e .dd MIME content-transfer-encoding @@ -308,7 +308,7 @@ struct option_t MuttVars[] = { { "compose_format", DT_STR, R_BOTH, UL &ComposeFormat, UL "-- Mutt: Compose [Approx. msg size: %l Atts: %a]%>-" }, /* ** .pp - ** Controls the format of the status line displayed in the \fCompose\fP + ** Controls the format of the status line displayed in the \fICompose\fP ** menu. This string is similar to ``$$status_format'', but has its own ** set of printf()-like sequences: ** .pp @@ -422,8 +422,8 @@ struct option_t MuttVars[] = { { "digest_collapse", DT_BOOL, R_NONE, OPTDIGESTCOLLAPSE, 1}, /* ** .pp - ** If this option is \fIset\fP, mutt's revattach menu will not show the subparts of - ** individual messages in a digest. To see these subparts, press 'v' on that menu. + ** If this option is \fIset\fP, mutt's received-attachments menu will not show the subparts of + ** individual messages in a multipart/digest. To see these subparts, press 'v' on that menu. */ { "display_filter", DT_PATH, R_PAGER, UL &DisplayFilter, UL "" }, /* @@ -763,8 +763,8 @@ struct option_t MuttVars[] = { ** This is a colon-delimited list of authentication methods mutt may ** attempt to use to log in to an IMAP server, in the order mutt should ** try them. Authentication methods are either 'login' or the right - ** side of an IMAP 'AUTH=xxx' capability string, eg 'digest-md5', - ** 'gssapi' or 'cram-md5'. This parameter is case-insensitive. If this + ** side of an IMAP 'AUTH=xxx' capability string, eg 'digest-md5', 'gssapi' + ** or 'cram-md5'. This parameter is case-insensitive. If this ** parameter is unset (the default) mutt will try all available methods, ** in order from most-secure to least-secure. ** .pp @@ -1709,8 +1709,8 @@ struct option_t MuttVars[] = { /* ** .pp ** This command is used to extract only the signers X509 certificate from a S/MIME - ** signature, so that the certificate's owner may get compared to the email's - ** 'From'-field. + ** signature, so that the certificate's owner may get compared to the + ** email's 'From'-field. ** (S/MIME only) */ { "smime_import_cert_command", DT_STR, R_NONE, UL &SmimeImportCertCommand, 0}, -- 2.40.0