From: Rocco Rutte Date: Mon, 24 Nov 2008 10:43:38 +0000 (+0100) Subject: Manual: Fix/Improve quoting X-Git-Tag: neomutt-20160307~872 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71ceade084aa8e79153b79ec7cd20d089b727259;p=neomutt Manual: Fix/Improve quoting --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index beb1afbef..68eccbc05 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -5273,7 +5273,8 @@ attachments ? Disposition is the attachment's Content-disposition type -- either -"inline" or "attachment". You can abbreviate this to I or A. +inline or attachment. +You can abbreviate this to I or A. @@ -5286,11 +5287,11 @@ below of how this is useful. Mime-type is, unsurprisingly, the MIME type of the attachment you want -to affect. A MIME type is always of the format "major/minor", where -"major" describes the broad category of document you're looking at, and -"minor" describes the specific type within that category. The major -part of mime-type must be literal text (or the special token "*"), but -the minor part may be a regular expression. (Therefore, "*/.*" matches +to affect. A MIME type is always of the format major/minor, where +major describes the broad category of document you're looking at, and +minor describes the specific type within that category. The major +part of mime-type must be literal text (or the special token *), but +the minor part may be a regular expression. (Therefore, */.* matches any MIME type.) @@ -5358,8 +5359,9 @@ attachments -I message/external-body -"attachments ?" will list your current settings in Muttrc format, so -that it can be pasted elsewhere. +Entering the command attachments ? +as a command will list your current settings in Muttrc format, so that +it can be pasted elsewhere.