From: Floyd Anderson Date: Tue, 24 Apr 2018 04:07:58 +0000 (+0200) Subject: Adopt formatting and finalise syntax sanitising X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F1105%2Fhead;p=neomutt Adopt formatting and finalise syntax sanitising --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 2aabd56db..4db45b1b8 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -15,8 +15,8 @@ vim: ts=2 sw=2 sts=2 expandtab: version @VERSION@ - All mail clients suck. This one just sucks less. – me, - circa 1995 + All mail clients suck. This one just sucks less. + — me, circa 1995 @@ -462,8 +462,8 @@ Cars 4| 3 ! Aug 16 Ewan Brown (333) Hummingbird Functions <sidebar-next> and <sidebar-prev> move the Sidebar - highlight. They do not change the open mailbox. + highlight. They + do not change the open mailbox. @@ -684,7 +684,7 @@ set sidebar_divider_char = '│' # Pretty line Sidebar display. For an introduction, read format strings including the section about - conditionals. + conditionals. The default value is: %B%* %n @@ -842,7 +842,7 @@ set sidebar_divider_char = '│' # Pretty line - sidebar_format + sidebar_format examples @@ -1212,8 +1212,8 @@ color sidebar_divider color8 default # Dark grey Moving Around in Menus The most important navigation keys common to line- or entry-based menus - are shown in and in for page-based menus. + are shown in and in + for page-based menus.
@@ -4179,9 +4179,10 @@ bind index gg first-entry executed in the order given in the .neomuttrc. - The regex parameter has mailbox - shortcut expansion performed on the first character. See - for more details. + The regex parameter has + mailbox shortcut expansion performed + on the first character. See for more + details. @@ -5340,6 +5341,9 @@ my_hdr Organization: A Really Big Company, Anytown, USA Specify Default Fcc: and/or Save Mailbox + + + Usage: @@ -5366,15 +5370,14 @@ my_hdr Organization: A Really Big Company, Anytown, USA mailbox - + fcc-save-hook is a shortcut, equivalent to doing both a fcc-hook and a save-hook with its arguments, including %-expansion on mailbox according to $index_format. - - + fcc-hook is used to save outgoing mail in a mailbox other than $record. NeoMutt searches the initial list of message recipients for the first matching @@ -5387,14 +5390,14 @@ my_hdr Organization: A Really Big Company, Anytown, USA ...will save a copy of all messages going to the aol.com domain to the +spammers mailbox by default. - - + save-hook is used to override the default mailbox used when saving messages. mailbox will be used as the default if the message matches pattern. Using %-expandos in <command>save-hook</command> + # default: save all to ~/Mail/<author name> save-hook . ~/Mail/%F @@ -5403,13 +5406,14 @@ save-hook me@(turing\\.)?cs\\.hmc\\.edu$ +elkins # save from aol.com to $folder/spam save-hook aol\\.com$ +spam - + Also see the fcc-save-hook command. - + + To provide more flexibility and good defaults, NeoMutt applies the expandos of $index_format to mailbox after it was expanded. See @@ -8028,7 +8032,7 @@ set index_format="%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?)%* %s" (Message marking is really just a shortcut for defining a macro that returns you to the current message by searching for its Message-ID. You can choose a different prefix by setting the - $mark_macro_prefix variable.) + $mark_macro_prefix variable.) @@ -8394,8 +8398,8 @@ roessler@does-not-exist.org Thomas Roessler mutt pgp more robust with concurrent clients writing the mailbox, but still may suffer from lost flags; message corruption is less likely to occur than with mbox/mmdf. It's usually slower to open compared to mbox/mmdf since - many small files have to be read (NeoMutt provides to greatly speed this process up). + many small files have to be read (NeoMutt provides + to greatly speed this process up). Depending on the environment, MH is not very disk-space efficient. @@ -9220,7 +9224,7 @@ audio/x-aiff aif aifc aiff
MIME types are not arbitrary, they need to be assigned by - IANA. + IANA. @@ -9388,7 +9392,7 @@ text/*; more parameters can lead to security problems in general. NeoMutt tries to quote parameters in expansion of %s syntaxes properly, and avoids risky characters by substituting them, see the - $mailcap_sanitize variable. + $mailcap_sanitize variable. Although NeoMutt's procedures to invoke programs with mailcap seem to @@ -10239,7 +10243,7 @@ smtp://user@host:587/ for details) using the imap or imaps protocol. Alternatively, a pine-compatible notation is also supported, i.e. - {[username@]imapserver[:port][/ssl]}path/to/folder + {[username@]imapserver[:port][/ssl]}path/to/folder Note that not all servers use / as the hierarchy @@ -10250,7 +10254,7 @@ smtp://user@host:587/ When browsing folders on an IMAP server, you can toggle whether to look at only the folders you are subscribed to, or all folders with the toggle-subscribed command. See also the - $imap_list_subscribed + $imap_list_subscribed variable. @@ -14310,7 +14314,7 @@ virtual-mailboxes "My INBOX" "notmuch://?query=tag:inbox" For an explanation of soft-fill, see the - $index_format documentation. + $index_format documentation. * = can be optionally printed if nonzero diff --git a/doc/neomutt.man b/doc/neomutt.man index 56386ec2b..26eedb4a9 100644 --- a/doc/neomutt.man +++ b/doc/neomutt.man @@ -535,9 +535,9 @@ A PARTICULAR PURPOSE. See the GNU General Public License for more details. . .\" -------------------------------------------------------------------- .SH SEE ALSO -.\" - sorted by category and name .\" -------------------------------------------------------------------- .PP +.\" sorted by category and name .BR gettext (1), .BR mailx (1), .BR msmtp (1), diff --git a/doc/neomuttrc.man.tail b/doc/neomuttrc.man.tail index 65a06e0dd..b96521d98 100644 --- a/doc/neomuttrc.man.tail +++ b/doc/neomuttrc.man.tail @@ -1,9 +1,9 @@ .\" -*- nroff -*- .\" -------------------------------------------------------------------- .SH SEE ALSO -.\" - sorted by category and name .\" -------------------------------------------------------------------- .PP +.\" sorted by category and name .BR iconv (1), .BR neomutt (1), .BR notmuch (1),