From: Rocco Rutte Date: Sat, 4 Apr 2009 13:37:08 +0000 (+0200) Subject: Manual: Capitalize headlines X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7368d11d9b3ed07d6a40a005396f99aedb396566;p=neomutt Manual: Capitalize headlines --- diff --git a/doc/gen-map-doc b/doc/gen-map-doc index 3e940dda2..1a99cf8f2 100644 --- a/doc/gen-map-doc +++ b/doc/gen-map-doc @@ -49,17 +49,19 @@ open XML, $xml or die "$xml: $!"; while () { if (/__print_map\((.*)\)/) { my $map = $1; + my $maptitle = $1; + $maptitle =~ s/^(.)/\U$1\E/; unless ($MAP{$map}) { warn "map $map undefined"; next; } print < -$map menu +$maptitle Menu $DOC{$map} -Default $map function bindings +Default $map Function Bindings FunctionDefault keyDescription @@ -73,7 +75,7 @@ $MAP{$map} EOT - delete $MAP{$1}; + delete $MAP{$map}; } else { print; } diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 70c0108c9..6c52e0bb8 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -99,7 +99,7 @@ For nightly tarballs and version control access, please refer to the -Mutt online resources +Mutt Online Resources @@ -174,7 +174,7 @@ refer to the developer pages at -Typograhical conventions +Typograhical Conventions This section lists typographical conventions followed throughout this @@ -271,7 +271,7 @@ either the Mutt man page or the reference. -Core concepts +Core Concepts Mutt is a text-based application which interacts with users through @@ -608,7 +608,7 @@ the history's valuable entries with unwanted entries. -Reading Mail - The Index and Pager +Reading Mail Similar to many other mail clients, there are two modes in which mail is @@ -1313,7 +1313,7 @@ a A to indicate that you are in attach-message mode. -Editing the message header +Editing the Message Header When editing the header because of $edit_headers @@ -1322,7 +1322,7 @@ will not be included in sent messages but trigger special Mutt behavior. -Fcc: pseudo header +Fcc: Pseudo Header If you specify @@ -1341,7 +1341,7 @@ It can later be changed from the compose menu. -Attach: pseudo header +Attach: Pseudo Header You can also attach files to your message by specifying @@ -1362,7 +1362,7 @@ The file can be removed as well as more added from the compose menu. -Pgp: pseudo header +Pgp: Pseudo Header If you want to use PGP, you can specify @@ -1383,7 +1383,7 @@ permanently. The selection can later be changed in the compose menu. -In-Reply-To: header +In-Reply-To: Header When replying to messages, the In-Reply-To: header contains the @@ -1397,7 +1397,7 @@ to create a new message to a mailing list without having to enter the mailing li -Sending cryptographically signed/encrypted messages +Sending Cryptographically Signed/Encrypted Messages If you have told Mutt to PGP or S/MIME encrypt a message, it will guide you @@ -1476,7 +1476,7 @@ indicates complete validity. -Sending format=flowed messages +Sending Format=Flowed Messages Concept @@ -1499,7 +1499,7 @@ receiver decide completely how to view a message. -Mutt support +Mutt Support Mutt only supports setting the required format=flowed @@ -1542,7 +1542,7 @@ the original message prior to further processing. -Editor considerations +Editor Considerations As Mutt provides no additional features to compose f=f @@ -1648,7 +1648,7 @@ See also the $postpone quad-option. Configuration -Location of initialization files +Location of Initialization Files While the default configuration (or preferences) make Mutt @@ -1846,7 +1846,7 @@ question marks into regular expressions). -Address groups +Address Groups Usage: @@ -1924,7 +1924,7 @@ contents. -Defining/Using aliases +Defining/Using Aliases Usage: @@ -2038,7 +2038,7 @@ In the alias menu, you can select as many aliases as you want with the -Changing the default key bindings +Changing the Default Key Bindings Usage: @@ -2248,8 +2248,7 @@ sequence. - -Defining aliases for character sets +Defining Aliases for Character Sets Usage: @@ -2289,7 +2288,7 @@ for character sets. -Setting variables based upon mailbox +Setting Variables Based Upon Mailbox Usage: @@ -2354,7 +2353,7 @@ folder-hook mutt "set sort=threads" -Keyboard macros +Keyboard Macros Usage: @@ -2424,7 +2423,7 @@ silently truncated at the screen width, and are not wrapped. -Using color and mono video attributes +Using Color and Mono Video Attributes Usage: @@ -2667,7 +2666,7 @@ can be one of the following: -Message header display +Message Header Display Selecting Headers @@ -2779,7 +2778,7 @@ hdr_order From Date: From: To: Cc: Subject: -Alternative addresses +Alternative Addresses Usage: @@ -2876,7 +2875,7 @@ is *, all entries on alternates -Mailing lists +Mailing Lists Usage: @@ -3022,7 +3021,7 @@ but keep it on the list of known mailing lists, use unsubscribe. -Using Multiple spool mailboxes +Using Multiple Spool Mailboxes Usage: @@ -3053,7 +3052,7 @@ mailbox). -Monitoring incoming mail +Monitoring Incoming Mail Usage: @@ -3140,7 +3139,7 @@ mail detection instead which won't work for size-neutral changes. -User defined headers +User-Defined Headers Usage: @@ -3211,7 +3210,7 @@ unmy_hdr to cc -Specify default save mailbox +Specify Default Save Mailbox Usage: @@ -3259,7 +3258,7 @@ Also see the fcc-save-hook command. -Specify default Fcc: mailbox when composing +Specify Default Fcc: Mailbox When Composing Usage: @@ -3301,7 +3300,7 @@ the `+spammers' mailbox by default. Also see the -Specify default save filename and default Fcc: mailbox at once +Specify Default Save Filename and Default Fcc: Mailbox at Once Usage: @@ -3325,7 +3324,7 @@ to $index_format. -Change settings based upon message recipients +Change Settings Based Upon Message Recipients @@ -3422,7 +3421,7 @@ from a send-hook. -Change settings before formatting a message +Change Settings Before Formatting a Message Usage: @@ -3461,7 +3460,7 @@ message-hook '~f freshmeat-news' 'set pager="less \"+/^ subject: .*\""' -Choosing the cryptographic key of the recipient +Choosing the Cryptographic Key of the Recipient Usage: @@ -3494,7 +3493,7 @@ just a real name. -Adding key sequences to the keyboard buffer +Adding Key Sequences to the Keyboard Buffer Usage: @@ -3524,7 +3523,7 @@ folder-hook . 'push <collapse-all>' -Executing functions +Executing Functions Usage: @@ -3595,7 +3594,7 @@ of all score entries. -Spam detection +Spam Detection Usage: @@ -3748,7 +3747,7 @@ spam "^From: .*MAILER-DAEMON" "999" Setting and Querying Variables -Variable types +Variable Types Mutt supports these types of configuration variables: @@ -3964,7 +3963,7 @@ which allows you to reset all variables to their system defaults. -User-defined variables +User-Defined Variables Introduction @@ -4070,7 +4069,7 @@ recording the macro's commands into its history. -Reading initialization commands from another file +Reading Initialization Commands From Another File Usage: @@ -4102,7 +4101,7 @@ considered to be an executable program from which to read input (eg. -Removing hooks +Removing Hooks Usage: @@ -5522,7 +5521,7 @@ the mailboxes list containing new mail (if any), pressing -Editing threads +Editing Threads Mutt has the ability to dynamically restructure threads that are broken @@ -5532,7 +5531,7 @@ annoyances which make it hard to follow a discussion. -Linking threads +Linking Threads Some mailers tend to forget to correctly set the In-Reply-To: and @@ -5552,7 +5551,7 @@ You can also connect multiple children at once, tagging them and using the -Breaking threads +Breaking Threads On mailing lists, some people are in the bad habit of starting a new @@ -5694,7 +5693,7 @@ menu. -Viewing MIME messages in the pager +Viewing MIME Messages in the Pager When you select a message from the index and view it in the pager, Mutt @@ -5801,7 +5800,7 @@ changed with the <edit-description> command (default: d -MIME Type configuration with <literal>mime.types</literal> +MIME Type Configuration with <literal>mime.types</literal> When you add an attachment to your mail message, Mutt searches your @@ -5847,7 +5846,7 @@ if the recipient of the message is likely to be expecting such attachments. -MIME Viewer configuration with mailcap +MIME Viewer Configuration with Mailcap Mutt supports RFC 1524 MIME Configuration, in particular the Unix @@ -5898,7 +5897,7 @@ entries. -The Basics of the mailcap file +The Basics of the Mailcap File A mailcap file consists of a series of lines which are comments, blank, @@ -6009,7 +6008,7 @@ This is the simplest form of a mailcap file. -Secure use of mailcap +Secure Use of Mailcap The interpretation of shell meta-characters embedded in MIME parameters @@ -6050,7 +6049,7 @@ text/test-mailcap-bug; cat %s; copiousoutput; test=charset=%{charset} \ -Advanced mailcap Usage +Advanced Mailcap Usage Optional Fields @@ -6314,7 +6313,7 @@ multipart messages, which is handled internally by Mutt. -Example mailcap files +Example Mailcap Files This mailcap file is fairly simple and standard: @@ -6632,13 +6631,13 @@ set, for example, in a global .muttrc. -Optional features +Optional Features -General notes +General Notes -Enabling/disabling features +Enabling/Disabling Features Mutt supports several of optional features which can be enabled or @@ -6661,7 +6660,7 @@ OpenSSL, mutt -v would contain: -URL syntax +URL Syntax Mutt optionally supports the IMAP, POP3 and SMTP protocols which require @@ -6820,7 +6819,7 @@ selects the same folder. -The Folder Browser +The IMAP Folder Browser As of version 1.2, Mutt supports browsing mailboxes on an IMAP @@ -6963,7 +6962,7 @@ from most-secure to least-secure. -Managing multiple accounts +Managing Multiple Accounts If you happen to have accounts on multiple IMAP, POP and/or SMTP servers, @@ -7032,7 +7031,7 @@ or $signature is analogous to setting -Local caching +Local Caching Mutt contains two types of local caching: (1) @@ -7047,7 +7046,7 @@ support as these use it (body caching requires no external library). -Header caching +Header Caching Mutt provides optional support for caching message headers for the @@ -7077,7 +7076,7 @@ to a directory. -Body caching +Body Caching Both cache methods can be combined using the same directory for storage @@ -7133,7 +7132,7 @@ it should not be set in general but only occasionally. -Exact address generation +Exact Address Generation Mutt supports the Name <user@host> address syntax for reading and @@ -7245,7 +7244,7 @@ via the $tmpdir variable. Information Leaks -Message-ID: headers +Message-Id: headers Message-Id: headers contain a local part that is to be created in a @@ -7263,7 +7262,7 @@ recommended). -<literal>mailto:</literal>-style links +<literal>mailto:</literal>-style Links As Mutt be can be set up to be the mail client to handle @@ -7296,7 +7295,7 @@ on screen carefully enough. -External applications +External Applications Mutt in many places has to rely on external applications or for @@ -7323,10 +7322,10 @@ mailcap. -Performance tuning +Performance Tuning -Reading and writing mailboxes +Reading and Writing Mailboxes Mutt's performance when reading mailboxes can be improved in two ways: @@ -7383,7 +7382,7 @@ actually send to the terminal using the -Reading messages from remote folders +Reading Messages from Remote Folders Reading messages from remote folders such as IMAP an POP can be @@ -7401,7 +7400,7 @@ please refer to Mutt's so-called -Searching and limiting +Searching and Limiting When searching mailboxes either via a search or a limit action, for @@ -7440,7 +7439,7 @@ Mutt performs server-side searches which don't support case-insensivity). Reference -Command line options +Command-Line Options Running mutt with no arguments will make Mutt attempt to read your spool @@ -8379,4 +8378,4 @@ The following are the commands understood by Mutt: -Configuration variables +Configuration Variables diff --git a/doc/manual.xml.tail b/doc/manual.xml.tail index 4a69ae380..c2c955fc5 100644 --- a/doc/manual.xml.tail +++ b/doc/manual.xml.tail @@ -92,7 +92,7 @@ The following people have been very helpful to the development of Mutt: -About this document +About This Document This document was written in DocBook,