diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 4 | ||||
-rw-r--r-- | doc/aerc-imap.5.scd | 2 | ||||
-rw-r--r-- | doc/aerc-maildir.5.scd | 2 | ||||
-rw-r--r-- | doc/aerc-notmuch.5.scd | 2 | ||||
-rw-r--r-- | doc/aerc-search.1.scd | 2 | ||||
-rw-r--r-- | doc/aerc-sendmail.5.scd | 2 | ||||
-rw-r--r-- | doc/aerc-smtp.5.scd | 2 | ||||
-rw-r--r-- | doc/aerc-stylesets.7.scd | 18 | ||||
-rw-r--r-- | doc/aerc-templates.7.scd | 2 | ||||
-rw-r--r-- | doc/aerc-tutorial.7.scd | 2 | ||||
-rw-r--r-- | doc/aerc.1.scd | 2 |
11 files changed, 20 insertions, 20 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 852f01e3..7338161d 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -1,4 +1,4 @@ -aerc-config(5) +AERC-CONFIG(5) # NAME @@ -387,7 +387,7 @@ These options are configured in the *[ui]* section of aerc.conf. Default: false -## Contextual UI Configuration +## CONTEXTUAL UI CONFIGURATION The UI configuration can be specialized for accounts, specific mail directories and message subjects. The specializations are added using diff --git a/doc/aerc-imap.5.scd b/doc/aerc-imap.5.scd index 52809b4d..1785a03f 100644 --- a/doc/aerc-imap.5.scd +++ b/doc/aerc-imap.5.scd @@ -1,4 +1,4 @@ -aerc-imap(5) +AERC-IMAP(5) # NAME diff --git a/doc/aerc-maildir.5.scd b/doc/aerc-maildir.5.scd index f1978d9a..7054d8d1 100644 --- a/doc/aerc-maildir.5.scd +++ b/doc/aerc-maildir.5.scd @@ -1,4 +1,4 @@ -aerc-maildir(5) +AERC-MAILDIR(5) # NAME diff --git a/doc/aerc-notmuch.5.scd b/doc/aerc-notmuch.5.scd index 5415389c..e9c03dff 100644 --- a/doc/aerc-notmuch.5.scd +++ b/doc/aerc-notmuch.5.scd @@ -1,4 +1,4 @@ -aerc-notmuch(5) +AERC-NOTMUCH(5) # NAME diff --git a/doc/aerc-search.1.scd b/doc/aerc-search.1.scd index 7cda7d43..c99bc0fd 100644 --- a/doc/aerc-search.1.scd +++ b/doc/aerc-search.1.scd @@ -1,4 +1,4 @@ -aerc-search(1) +AERC-SEARCH(1) # NAME diff --git a/doc/aerc-sendmail.5.scd b/doc/aerc-sendmail.5.scd index e1f0521e..51e89a7f 100644 --- a/doc/aerc-sendmail.5.scd +++ b/doc/aerc-sendmail.5.scd @@ -1,4 +1,4 @@ -aerc-sendmail(5) +AERC-SENDMAIL(5) # NAME diff --git a/doc/aerc-smtp.5.scd b/doc/aerc-smtp.5.scd index ef5e6aa5..3a731b45 100644 --- a/doc/aerc-smtp.5.scd +++ b/doc/aerc-smtp.5.scd @@ -1,4 +1,4 @@ -aerc-smtp(5) +AERC-SMTP(5) # NAME diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd index f5272013..c3994d6c 100644 --- a/doc/aerc-stylesets.7.scd +++ b/doc/aerc-stylesets.7.scd @@ -1,6 +1,6 @@ -aerc-stylesets(7) +AERC-STYLESETS(7) -# Name +# NAME aerc-stylesets - styleset file specification for *aerc*(1) @@ -9,7 +9,7 @@ aerc-stylesets - styleset file specification for *aerc*(1) aerc uses a simple configuration syntax to configure the styleset for its ui. -# Styleset Configuration +# STYLESET CONFIGURATION Aerc uses a simple configuration file to describe a styleset. The styleset is described as key, value pairs. In each line, the key @@ -25,7 +25,7 @@ msglist_unread.fg=cornflowerblue The configuration also allows wildcard matching of the keys to configure multiple style objects at a time. -## Style +## STYLE The following options are available to be modified for each of the style objects. @@ -83,7 +83,7 @@ style objects. Syntax: `<style_object>.default=<true>` _The value doesn't matter_ -## Style Objects +## STYLE OBJECTS The style objects represent the various ui elements or ui instances for styling. @@ -149,7 +149,7 @@ styling. | selector_chooser : The item chooser in a selector ui element. -## fnmatch style wildcard matching +## FNMATCH STYLE WILDCARD MATCHING The styleset configuration can be made simpler by using the fnmatch style wildcard matching for the style object. @@ -170,7 +170,7 @@ For example, the following wildcards can be made using this syntax. | \*list.bg=hotpink : Set the background color of all style objects that end in list to hotpink. -## Selected modifier +## SELECTED MODIFIER The selected modifier can be applied to any style object. The style provided for the selected modifier is applied on top of the style object it corresponds to. @@ -189,7 +189,7 @@ If we specify the global style selected modifier using fnmatch as below: This toggles the reverse switch for selected version of all the style objects. -## Layered styles +## LAYERED STYLES Some styles, (currently the `msglist\*` and `dirlist\*` ones) are applied in layers. If a style differs from the base (in this case `\{msglist|dirlist\}_default`) then that style @@ -213,7 +213,7 @@ dirlist_unread dirlist_recent ``` -## Colors +## COLORS The color values are set using the values accepted by the tcell library. The values can be one of the following. diff --git a/doc/aerc-templates.7.scd b/doc/aerc-templates.7.scd index d9623c11..62d5b488 100644 --- a/doc/aerc-templates.7.scd +++ b/doc/aerc-templates.7.scd @@ -1,4 +1,4 @@ -aerc-templates(7) +AERC-TEMPLATES(7) # NAME diff --git a/doc/aerc-tutorial.7.scd b/doc/aerc-tutorial.7.scd index 3f851d0e..c71dde61 100644 --- a/doc/aerc-tutorial.7.scd +++ b/doc/aerc-tutorial.7.scd @@ -1,4 +1,4 @@ -aerc-tutorial(7) +AERC-TUTORIAL(7) # NAME diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index ca01938f..2830a8ae 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -1,4 +1,4 @@ -aerc(1) +AERC(1) # NAME |