From 4db1353d97552b60ff57cbd6987fbe9dc6e6724b Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Wed, 23 Nov 2022 23:08:43 +0100 Subject: doc: extract accounts and binds into separate man pages aerc-config(5) is getting too big and cluttered. Only keep aerc.conf settings in it. Move binds.conf settings in aerc-binds(5) and accounts.conf settings in aerc-accounts(5). Adjust all references accordingly. Update the README to reference the two new man pages. Update the Makefile to install them in proper locations. Signed-off-by: Robin Jarry Acked-by: Koni Marti --- doc/aerc-accounts.5.scd | 186 +++++++++++++++++++ doc/aerc-binds.5.scd | 306 +++++++++++++++++++++++++++++++ doc/aerc-config.5.scd | 464 ++---------------------------------------------- doc/aerc-imap.5.scd | 4 +- doc/aerc-maildir.5.scd | 4 +- doc/aerc-notmuch.5.scd | 4 +- doc/aerc-sendmail.5.scd | 4 +- doc/aerc-smtp.5.scd | 6 +- doc/aerc.1.scd | 6 +- 9 files changed, 523 insertions(+), 461 deletions(-) create mode 100644 doc/aerc-accounts.5.scd create mode 100644 doc/aerc-binds.5.scd (limited to 'doc') diff --git a/doc/aerc-accounts.5.scd b/doc/aerc-accounts.5.scd new file mode 100644 index 00000000..ed9d3e12 --- /dev/null +++ b/doc/aerc-accounts.5.scd @@ -0,0 +1,186 @@ +AERC-ACCOUNTS(5) + +# NAME + +aerc-accounts - account configuration file format for *aerc*(1) + +# SYNOPSIS + +The _accounts.conf_ file is used for configuring each mail account used for +aerc. It is expected to be in your XDG config home plus _aerc_, which defaults +to _~/.config/aerc/accounts.conf_. This file must be kept secret, as it may +include your account credentials. + +If _accounts.conf_ does not exist, the *:new-account* configuration wizard will +be executed automatically on first startup. + +This file is written in the ini format where each *[section]* is the name of an +account you want to configure, and the keys & values in that section specify +details of that account's configuration. In addition to the options documented +here, specific transports for incoming and outgoing emails may have additional +configuration parameters, documented on their respective man pages. + +# CONFIGURATION + +Note that many of these configuration options are written for you, such as +*source* and *outgoing*, when you run the account configuration wizard +(*:new-account*). + +*archive* + Specifies a folder to use as the destination of the *:archive* command. + + Default: _Archive_ + +*check-mail* + Specifies an interval to check for new mail. Mail will be checked at + startup, and every interval. IMAP accounts will check for mail in all + unselected folders, and the selected folder will continue to receive PUSH + mail notifications. Maildir/Notmuch folders must use *check-mail-cmd* in + conjunction with this option. See *aerc-maildir* and *aerc-notmuch* for + more information. + + Setting this option to _0_ will disable *check-mail* + + Example: + *check-mail* = _5m_ + + Default: _0_ + +*copy-to* + Specifies a folder to copy sent mails to, usually _Sent_. + +*default* + Specifies the default folder to open in the message list when aerc + configures this account. + + Default: _INBOX_ + +*folders* + Specifies the comma separated list of folders to display in the sidebar. + Names prefixed with _~_ are interpreted as regular expressions. + + Default: all folders + +*folders-exclude* + Specifies the comma separated list of folders to exclude from the sidebar. + Names prefixed with _~_ are interpreted as regular expressions. + Note that this overrides anything from *folders*. + + Default: no folders + +*enable-folders-sort* + If _true_, folders are sorted, first by specified folders (see *folders-sort*), + then alphabetically. + + Default: _true_ + +*folders-sort* + Specifies a comma separated list of folders to be shown at the top of the + list in the provided order. Remaining folders will be sorted alphabetically. + +*from* + The default value to use for the From header in new emails. This should be + an RFC 5322-compatible string, such as _Your Name _. + +*aliases* + All aliases of the current account. These will be used to fill in the From: + field. Make sure that your email server accepts this value, or for example + use *aerc-sendmail*(5) in combination with *msmtp*(1) and + *--read-envelope-from*. + +*outgoing* + Specifies the transport for sending outgoing emails on this account. It + should be a connection string, and the specific meaning of each component + varies depending on the protocol in use. See each protocol's man page for + more details: + + - *aerc-sendmail*(5) + - *aerc-smtp*(5) + +*outgoing-cred-cmd* + Specifies an optional command that is run to get the outgoing account's + password. See each protocol's man page for more details. + +*outgoing-cred-cmd-cache* + By default, the credentials returned by the command will be cached until + aerc is shut down. If set to _false_, *outgoing-cred-cmd* will be executed + every time an email is to be sent. + + Default: _true_ + +*pgp-auto-sign* + If _true_, all outgoing emails from this account will be signed (if a signing + key is available). + + Default: _false_ + +*pgp-key-id* + Specify the key id to use when signing a message. Can be either short or + long key id. If unset, aerc will look up the key by email. + +*pgp-opportunistic-encrypt* + If _true_, any outgoing email from this account will be encrypted when all + recipients (including Cc and Bcc field) have a public key available in + the keyring. + + Default: _false_ + +*postpone* + Specifies the folder to save postponed messages to. + + Default: _Drafts_ + +*send-as-utc* + Converts the timestamp of the Date header to UTC. + + Default: _false_ + +*source* + Specifies the source for reading incoming emails on this account. This key + is required for all accounts. It should be a connection string, and the + specific meaning of each component varies depending on the protocol in use. + See each protocol's man page for more details: + + - *aerc-imap*(5) + - *aerc-maildir*(5) + - *aerc-notmuch*(5) + +*source-cred-cmd* + Specifies an optional command that is run to get the source account's + password. See each protocol's man page for more details. + +*signature-file* + Specifies the file to read in order to obtain the signature to be added + to emails sent from this account. + +*signature-cmd* + Specifies the command to execute with _sh -c_ in order to obtain the + signature to be added to emails sent from this account. If the command + fails then *signature-file* is used instead. + +*trusted-authres* + Comma-separated list of trustworthy hostnames from which the + Authentication Results header will be displayed. Entries can be regular + expressions. If you want to trust any host (e.g. for debugging), + use the wildcard _\*_. + +*subject-re-pattern* + When replying to a message, this is the regular expression that will + be used to match the prefix of the original message's subject that has + to be removed, to create the subject line of the new message. + Typically, this will be used to avoid a repetition of the Re: + prefix in the subject header. The default will match known + translations for the common Re:. + + Default: _(?i)^((AW|RE|SV|VS|ODP|R): ?)+_ + +# SEE ALSO + +*aerc*(1) *aerc-config*(5) *aerc-imap*(5) *aerc-maildir*(5) *aerc-notmuch*(5) +*aerc-sendmail*(5) *aerc-smtp*(5) + +# AUTHORS + +Originally created by Drew DeVault and maintained by Robin +Jarry who is assisted by other open source contributors. For +more information about aerc development, see https://sr.ht/~rjarry/aerc/. diff --git a/doc/aerc-binds.5.scd b/doc/aerc-binds.5.scd new file mode 100644 index 00000000..f6a0f156 --- /dev/null +++ b/doc/aerc-binds.5.scd @@ -0,0 +1,306 @@ +AERC-BINDS(5) + +# NAME + +aerc-binds - key bindings configuration file format for *aerc*(1) + +# SYNOPSIS + +The _binds.conf_ file is used for configuring keybindings used in the aerc +interactive client. It is expected to be in your XDG config home plus _aerc_, +which defaults to _~/.config/aerc/binds.conf_. If the file does not exist, the +built-in default will be installed. + +This file is written in the ini format with key bindings defined as: + + ** = __ + +Where ** is the keystrokes pressed (in order) to invoke this +keybinding, and __ specifies keystrokes that aerc will simulate when +the keybinding is invoked. Generally this is used to execute commands, for +example: + + *rq* = _:reply -q_ + +Pressing *r*, then *q*, will simulate typing in _:reply -q_, and execute +*:reply -q* accordingly. It is also possible to invoke keybindings recursively +in a similar fashion. + +You may configure different keybindings for different contexts by writing them +into different *[sections]* of the ini file. + +# CONTEXTS + +The available contexts are: + +*[messages]* + keybindings for the message list + +*[view]* + keybindings for the message viewer + +*[view::passthrough]* + keybindings for the viewer, when in key passthrough mode + (toggled with *:toggle-key-passthrough*) + +*[compose]* + keybindings for the message composer + +*[compose::editor]* + keybindings for the composer, when the editor is focused + +*[compose::review]* + keybindings for the composer, when reviewing the email before it's sent + +*[terminal]* + keybindings for terminal tabs + +You may also configure account specific key bindings for each context: + +*[context:account=*_AccountName_*]* + keybindings for this context and account, where _AccountName_ matches + the account name you provided in _accounts.conf_. + +Folder-specific bindings can be configured for message lists: + +*[messages:folder=*_FolderName_*]* + keybindings under this section will be specific to the folder named + _FolderName_. Keybindings from a folder specifier will take precedence + over account specifiers + +Example: + +``` +[messages:account=Mailbox] +c = :cf path:mailbox/** and + +[compose::editor:account=Mailbox2] + +[messages:folder=Drafts] + = :recall +... +``` + +You may also configure global keybindings by placing them at the beginning of +the file, before specifying any context-specific sections. + +# SPECIAL OPTIONS + +In addition of user defined key sequences, the following special options are +available in each binding context: + +*$noinherit* + If set to _true_, global keybindings will not be effective in this context. + + Default: _false_ + +*$ex* + This can be set to a keystroke which will bring up the command input in this + context. + + Default: _:_ + +# SUPPORTED KEYS + +In addition to letters and some characters (e.g. *a*, *RR*, *gu*, *?*, *!*, +etc.), special keys may be specified in **. The following +special keys are supported: + +[[ *Name* +:- *Description* +| ** +: " " +| ** +: ; +| ** +: Tab +| ** +: Enter +| ** +: Up arrow +| ** +: Ctrl+Up +| ** +: Alt+Up +| ** +: Down arrow +| ** +: Ctrl+Down +| ** +: Alt+Down +| ** +: Right arrow +| ** +: Ctrl+Right +| ** +: Alt+Right +| ** +: Left arrow +| ** +: Ctrl+Left +| ** +: Alt+Left +| ** +: Page Up +| ** +: Ctrl+PageUp +| ** +: Alt+PageUp +| ** +: Page Down +| ** +: Ctrl+PageDn +| ** +: Alt+PageDn +| ** +: Home +| ** +: End +| ** +: Insert +| ** +: Delete +| ** +: Exit +| ** +: Cancel +| ** +: Print screen +| ** +: Pause +| ** +: Shift+Tab +| ** +: Ctrl+Space +| ** +: Alt+Space +| ** +: Ctrl+a +| ** +: Alt+a +| ** +: Ctrl+b +| ** +: Alt+b +| ** +: Ctrl+c +| ** +: Alt+c +| ** +: Ctrl+d +| ** +: Alt+d +| ** +: Ctrl+e +| ** +: Alt+e +| ** +: Ctrl+f +| ** +: Alt+f +| ** +: Ctrl+g +| ** +: Alt+g +| ** +: Ctrl+h +| ** +: Alt+h +| ** +: Ctrl+i +| ** +: Alt+i +| ** +: Ctrl+j +| ** +: Alt+j +| ** +: Ctrl+k +| ** +: Alt+k +| ** +: Ctrl+l +| ** +: Alt+l +| ** +: Ctrl+m +| ** +: Alt+m +| ** +: Ctrl+n +| ** +: Alt+n +| ** +: Ctrl+o +| ** +: Alt+o +| ** +: Ctrl+p +| ** +: Alt+p +| ** +: Ctrl+q +| ** +: Alt+q +| ** +: Ctrl+r +| ** +: Alt+r +| ** +: Ctrl+s +| ** +: Alt+s +| ** +: Ctrl+t +| ** +: Alt+t +| ** +: Ctrl+u +| ** +: Alt+u +| ** +: Ctrl+v +| ** +: Alt+v +| ** +: Ctrl+w +| ** +: Alt+w +| ** +: Ctrl+x +| ** +: Alt+x +| ** +: Ctrl+y +| ** +: Alt+y +| ** +: Ctrl+z +| ** +: Alt+z +| ** +: Ctrl+] +| ** +: Alt+] +| ** +: Ctrl+[ +| ** +: Alt+[ +| ** +: Ctrl+^ +| ** +: Alt+^ +| ** +: Ctrl+\_ +| ** +: Alt+\_ + +# SEE ALSO + +*aerc*(1) *aerc-config*(5) + +# AUTHORS + +Originally created by Drew DeVault and maintained by Robin +Jarry who is assisted by other open source contributors. For +more information about aerc development, see https://sr.ht/~rjarry/aerc/. diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 3cfd697c..9df2ad49 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -2,9 +2,9 @@ AERC-CONFIG(5) # NAME -aerc-config - configuration file formats for *aerc*(1) +aerc-config - configuration file format for *aerc*(1) -# CONFIGURATION +# SYNOPSIS There are three aerc config files: _aerc.conf_, _binds.conf_, and _accounts.conf_. The last one must be kept secret, as it may include your @@ -19,11 +19,12 @@ A line beginning with _#_ is considered a comment and ignored, as are empty lines. New sections begin with _[section-name]_ on a single line, and keys and values are separated with _=_. -# AERC.CONF +This manual page focuses on _aerc.conf_. _binds.conf_ is detailed in +*aerc-binds*(5) and _accounts.conf_ in *aerc-accounts*(5). -This file is used for configuring the general appearance and behavior of aerc. +_aerc.conf_ is used for configuring the general appearance and behavior of aerc. -## GENERAL OPTIONS +# GENERAL OPTIONS These options are configured in the *[general]* section of _aerc.conf_. @@ -59,7 +60,7 @@ These options are configured in the *[general]* section of _aerc.conf_. Default: _info_ -## UI OPTIONS +# UI OPTIONS These options are configured in the *[ui]* section of _aerc.conf_. @@ -362,7 +363,6 @@ These options are configured in the *[ui]* section of _aerc.conf_. Default: _false_ - ## CONTEXTUAL UI CONFIGURATION The UI configuration can be specialized for accounts, specific mail @@ -402,7 +402,7 @@ index-format=... index-format=... ``` -## STATUSLINE +# STATUSLINE These options are configured in the *[statusline]* section of _aerc.conf_. @@ -450,7 +450,7 @@ These options are configured in the *[statusline]* section of _aerc.conf_. Default: _text_ -## VIEWER +# VIEWER These options are configured in the *[viewer]* section of _aerc.conf_. @@ -500,7 +500,7 @@ These options are configured in the *[viewer]* section of _aerc.conf_. Default: _true_ -## COMPOSE +# COMPOSE These options are configured in the *[compose]* section of _aerc.conf_. @@ -563,7 +563,7 @@ These options are configured in the *[compose]* section of _aerc.conf_. Example: *no-attachment-warning* = _^[^>]\*attach(ed|ment)_ -## FILTERS +# FILTERS Filters allow you to pipe an email body through a shell command to render certain emails differently, e.g. highlighting them with ANSI escape codes. @@ -622,7 +622,7 @@ application/x-sh=bat -fP -l sh image/*=catimg -w $(tput cols) - ``` -## OPENERS +# OPENERS Openers allow you to specify the command to use for the *:open* action on a per-MIME-type basis. They are configured in the *[openers]* section of @@ -641,7 +641,7 @@ text/plain=gvim {} +125 message/rfc822=thunderbird ``` -## TRIGGERS +# TRIGGERS Triggers specify commands to execute when certain events occur. @@ -655,7 +655,7 @@ They are configured in the *[triggers]* section of _aerc.conf_. Format specifiers from *index-format* are expanded with respect to the new message. -## TEMPLATES +# TEMPLATES Templates are used to populate the body of an email. The *:compose*, *:reply* and *:forward* commands can be called with the *-T* flag with the name of the @@ -693,441 +693,11 @@ These options are configured in the *[templates]* section of _aerc.conf_. Default: _forward_as_body_ -# ACCOUNTS.CONF - -This file is used for configuring each mail account used for aerc. Each section -is the name of an account you want to configure, and the keys & values in that -section specify details of that account's configuration. In addition to the -options documented here, specific transports for incoming and outgoing emails -may have additional configuration parameters, documented on their respective man -pages. - -Note that many of these configuration options are written for you, such as -*source* and *outgoing*, when you run the account configuration wizard -(*:new-account*). - -*archive* - Specifies a folder to use as the destination of the *:archive* command. - - Default: _Archive_ - -*check-mail* - Specifies an interval to check for new mail. Mail will be checked at - startup, and every interval. IMAP accounts will check for mail in all - unselected folders, and the selected folder will continue to receive PUSH - mail notifications. Maildir/Notmuch folders must use *check-mail-cmd* in - conjunction with this option. See *aerc-maildir* and *aerc-notmuch* for - more information. - - Setting this option to _0_ will disable *check-mail* - - Example: - *check-mail* = _5m_ - - Default: _0_ - -*copy-to* - Specifies a folder to copy sent mails to, usually _Sent_. - -*default* - Specifies the default folder to open in the message list when aerc - configures this account. - - Default: _INBOX_ - -*folders* - Specifies the comma separated list of folders to display in the sidebar. - Names prefixed with _~_ are interpreted as regular expressions. - - Default: all folders - -*folders-exclude* - Specifies the comma separated list of folders to exclude from the sidebar. - Names prefixed with _~_ are interpreted as regular expressions. - Note that this overrides anything from *folders*. - - Default: no folders - -*enable-folders-sort* - If _true_, folders are sorted, first by specified folders (see *folders-sort*), - then alphabetically. - - Default: _true_ - -*folders-sort* - Specifies a comma separated list of folders to be shown at the top of the - list in the provided order. Remaining folders will be sorted alphabetically. - -*from* - The default value to use for the From header in new emails. This should be - an RFC 5322-compatible string, such as _Your Name _. - -*aliases* - All aliases of the current account. These will be used to fill in the From: - field. Make sure that your email server accepts this value, or for example - use *aerc-sendmail*(5) in combination with *msmtp*(1) and - *--read-envelope-from*. - -*outgoing* - Specifies the transport for sending outgoing emails on this account. It - should be a connection string, and the specific meaning of each component - varies depending on the protocol in use. See each protocol's man page for - more details: - - - *aerc-smtp*(5) - -*outgoing-cred-cmd* - Specifies an optional command that is run to get the outgoing account's - password. See each protocol's man page for more details. - -*outgoing-cred-cmd-cache* - By default, the credentials returned by the command will be cached until - aerc is shut down. If set to _false_, *outgoing-cred-cmd* will be executed - every time an email is to be sent. - - Default: _true_ - -*pgp-auto-sign* - If _true_, all outgoing emails from this account will be signed (if a signing - key is available). - - Default: _false_ - -*pgp-key-id* - Specify the key id to use when signing a message. Can be either short or - long key id. If unset, aerc will look up the key by email. - -*pgp-opportunistic-encrypt* - If _true_, any outgoing email from this account will be encrypted when all - recipients (including Cc and Bcc field) have a public key available in - the keyring. - - Default: _false_ - -*postpone* - Specifies the folder to save postponed messages to. - - Default: _Drafts_ - -*send-as-utc* - Converts the timestamp of the Date header to UTC. - - Default: _false_ - -*source* - Specifies the source for reading incoming emails on this account. This key - is required for all accounts. It should be a connection string, and the - specific meaning of each component varies depending on the protocol in use. - See each protocol's man page for more details: - - - *aerc-imap*(5) - - *aerc-maildir*(5) - - *aerc-notmuch*(5) - -*source-cred-cmd* - Specifies an optional command that is run to get the source account's - password. See each protocol's man page for more details. - -*signature-file* - Specifies the file to read in order to obtain the signature to be added - to emails sent from this account. - -*signature-cmd* - Specifies the command to execute with _sh -c_ in order to obtain the - signature to be added to emails sent from this account. If the command - fails then *signature-file* is used instead. - -*trusted-authres* - Comma-separated list of trustworthy hostnames from which the - Authentication Results header will be displayed. Entries can be regular - expressions. If you want to trust any host (e.g. for debugging), - use the wildcard _\*_. - -*subject-re-pattern* - When replying to a message, this is the regular expression that will - be used to match the prefix of the original message's subject that has - to be removed, to create the subject line of the new message. - Typically, this will be used to avoid a repetition of the Re: - prefix in the subject header. The default will match known - translations for the common Re:. - - Default: _(?i)^((AW|RE|SV|VS|ODP|R): ?)+_ - -# BINDS.CONF - -This file is used for configuring keybindings used in the aerc interactive -client. You may configure different keybindings for different contexts by -writing them into different *[sections]* of the ini file. The available contexts -are: - -*[messages]* - keybindings for the message list - -*[view]* - keybindings for the message viewer - -*[view::passthrough]* - keybindings for the viewer, when in key passthrough mode - (toggled with *:toggle-key-passthrough*) - -*[compose]* - keybindings for the message composer - -*[compose::editor]* - keybindings for the composer, when the editor is focused - -*[compose::review]* - keybindings for the composer, when reviewing the email before it's sent - -*[terminal]* - keybindings for terminal tabs - -You may also configure account specific key bindings for each context: - -*[context:account=*_AccountName_*]* - keybindings for this context and account, where _AccountName_ matches - the account name you provided in _accounts.conf_. - -Folder-specific bindings can be configured for message lists: - -*[messages:folder=*_FolderName_*]* - keybindings under this section will be specific to the folder named - _FolderName_. Keybindings from a folder specifier will take precedence - over account specifiers - -Example: - -``` -[messages:account=Mailbox] -c = :cf path:mailbox/** and - -[compose::editor:account=Mailbox2] - -[messages:folder=Drafts] - = :recall -... -``` - -You may also configure global keybindings by placing them at the beginning of -the file, before specifying any context-specific sections. For each *key=value* -option specified, the _key_ is the keystrokes pressed (in order) to invoke this -keybinding, and _value_ specifies keystrokes that aerc will simulate when the -keybinding is invoked. Generally this is used to execute commands, for example: - - rq = :reply -q - -Pressing *r*, then *q*, will simulate typing in *:reply -q*, and execute -*:reply -q* accordingly. It is also possible to invoke keybindings recursively in -a similar fashion. Additionally, the following special options are available in -each binding context: - -*$noinherit* - If set to _true_, global keybindings will not be effective in this context. - - Default: _false_ - -*$ex* - This can be set to a keystroke which will bring up the command input in this - context. - - Default: _:_ - -In addition to letters, special keys may be specified in **. The -following special keys are supported: - -[[ *Name* -:- *Description* -| ** -: " " -| ** -: ; -| ** -: Tab -| ** -: Enter -| ** -: Up arrow -| ** -: Ctrl+Up -| ** -: Alt+Up -| ** -: Down arrow -| ** -: Ctrl+Down -| ** -: Alt+Down -| ** -: Right arrow -| ** -: Ctrl+Right -| ** -: Alt+Right -| ** -: Left arrow -| ** -: Ctrl+Left -| ** -: Alt+Left -| ** -: Page Up -| ** -: Ctrl+PageUp -| ** -: Alt+PageUp -| ** -: Page Down -| ** -: Ctrl+PageDn -| ** -: Alt+PageDn -| ** -: Home -| ** -: End -| ** -: Insert -| ** -: Delete -| ** -: Exit -| ** -: Cancel -| ** -: Print screen -| ** -: Pause -| ** -: Shift+Tab -| ** -: Ctrl+Space -| ** -: Alt+Space -| ** -: Ctrl+a -| a-a -: Alt+a -| ** -: Ctrl+b -| ** -: Alt+b -| ** -: Ctrl+c -| ** -: Alt+c -| ** -: Ctrl+d -| ** -: Alt+d -| ** -: Ctrl+e -| ** -: Alt+e -| ** -: Ctrl+f -| ** -: Alt+f -| ** -: Ctrl+g -| ** -: Alt+g -| ** -: Ctrl+h -| ** -: Alt+h -| ** -: Ctrl+i -| ** -: Alt+i -| ** -: Ctrl+j -| ** -: Alt+j -| ** -: Ctrl+k -| ** -: Alt+k -| ** -: Ctrl+l -| ** -: Alt+l -| ** -: Ctrl+m -| ** -: Alt+m -| ** -: Ctrl+n -| ** -: Alt+n -| ** -: Ctrl+o -| ** -: Alt+o -| ** -: Ctrl+p -| ** -: Alt+p -| ** -: Ctrl+q -| ** -: Alt+q -| ** -: Ctrl+r -| ** -: Alt+r -| ** -: Ctrl+s -| ** -: Alt+s -| ** -: Ctrl+t -| ** -: Alt+t -| ** -: Ctrl+u -| ** -: Alt+u -| ** -: Ctrl+v -| ** -: Alt+v -| ** -: Ctrl+w -| ** -: Alt+w -| ** -: Ctrl+x -| ** -: Alt+x -| ** -: Ctrl+y -| ** -: Alt+y -| ** -: Ctrl+z -| ** -: Alt+z -| ** -: Ctrl+] -| ** -: Alt+] -| ** -: Ctrl+[ -| ** -: Alt+[ -| ** -: Ctrl+^ -| ** -: Alt+^ -| ** -: Ctrl+\_ -| ** -: Alt+\_ - # SEE ALSO -*aerc*(1) *aerc-imap*(5) *aerc-smtp*(5) *aerc-maildir*(5) *aerc-sendmail*(5) -*aerc-notmuch*(5) *aerc-stylesets*(7) +*aerc*(1) *aerc-accounts*(5) *aerc-binds*(5) *aerc-imap*(5) *aerc-maildir*(5) +*aerc-notmuch*(5) *aerc-templates*(7) *aerc-sendmail*(5) *aerc-smtp*(5) +*aerc-stylesets*(7) # AUTHORS diff --git a/doc/aerc-imap.5.scd b/doc/aerc-imap.5.scd index e26003dc..787730df 100644 --- a/doc/aerc-imap.5.scd +++ b/doc/aerc-imap.5.scd @@ -15,7 +15,7 @@ IMAP extensions: IMAP configuration may be done interactively with the *:new-account* command. -In _accounts.conf_ (see *aerc-config*(5)), the following IMAP-specific options +In _accounts.conf_ (see *aerc-accounts*(5)), the following IMAP-specific options are available: *source* @@ -143,7 +143,7 @@ are available: # SEE ALSO -*aerc*(1) *aerc-config*(5) +*aerc*(1) *aerc-accounts*(5) # AUTHORS diff --git a/doc/aerc-maildir.5.scd b/doc/aerc-maildir.5.scd index d11140ac..528d7953 100644 --- a/doc/aerc-maildir.5.scd +++ b/doc/aerc-maildir.5.scd @@ -11,7 +11,7 @@ aerc implements the maildir format. # CONFIGURATION Maildir accounts currently are not supported with the *:new-account* command and -must be added manually to the _accounts.conf_ file. +must be added manually to the _accounts.conf_ file (see *aerc-accounts*(5)). The following maildir-specific options are available: @@ -51,7 +51,7 @@ The following maildir-specific options are available: # SEE ALSO -*aerc*(1) *aerc-config*(5) *aerc-smtp*(5) *aerc-notmuch*(5) +*aerc*(1) *aerc-accounts*(5) *aerc-smtp*(5) *aerc-notmuch*(5) # AUTHORS diff --git a/doc/aerc-notmuch.5.scd b/doc/aerc-notmuch.5.scd index 0964ec29..1265b4c5 100644 --- a/doc/aerc-notmuch.5.scd +++ b/doc/aerc-notmuch.5.scd @@ -17,7 +17,7 @@ Refer to the installation instructions for details. Notmuch accounts currently are not supported with the *:new-account* command and must be added manually. -In _accounts.conf_ (see *aerc-config*(5)), the following notmuch-specific +In _accounts.conf_ (see *aerc-accounts*(5)), the following notmuch-specific options are available: *check-mail-cmd* @@ -85,7 +85,7 @@ are slightly different in semantics and mentioned below: # SEE ALSO -*aerc*(1) *aerc-config*(5) *aerc-smtp*(5) *aerc-maildir*(5) +*aerc*(1) *aerc-accounts*(5) *aerc-smtp*(5) *aerc-maildir*(5) # AUTHORS diff --git a/doc/aerc-sendmail.5.scd b/doc/aerc-sendmail.5.scd index f85f9da3..7aa0f8a4 100644 --- a/doc/aerc-sendmail.5.scd +++ b/doc/aerc-sendmail.5.scd @@ -10,7 +10,7 @@ aerc can defer to sendmail for the delivery of outgoing messages. # CONFIGURATION -In _accounts.conf_ (see *aerc-config*(5)), the following sendmail-specific +In _accounts.conf_ (see *aerc-accounts*(5)), the following sendmail-specific options are available: *outgoing* @@ -22,7 +22,7 @@ options are available: # SEE ALSO -*aerc*(1) *aerc-config*(5) +*aerc*(1) *aerc-accounts*(5) # AUTHORS diff --git a/doc/aerc-smtp.5.scd b/doc/aerc-smtp.5.scd index be7e727c..b1a28a5c 100644 --- a/doc/aerc-smtp.5.scd +++ b/doc/aerc-smtp.5.scd @@ -12,8 +12,8 @@ aerc implements the SMTP protocol as specified by RFC 5321. SMTP configuration may be done interactively with the *:new-account* command. -In _accounts.conf_ (see *aerc-config*(5)), the following SMTP-specific options are -available: +In _accounts.conf_ (see *aerc-accounts*(5)), the following SMTP-specific options +are available: *outgoing* __+__://__[_:_]_@_[_:_]?[__] @@ -66,7 +66,7 @@ available: # SEE ALSO -*aerc*(1) *aerc-config*(5) +*aerc*(1) *aerc-accounts*(5) # AUTHORS diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 61f17263..04ca89f1 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -48,7 +48,7 @@ from your terminal. # RUNTIME COMMANDS To execute a command, press *:* to bring up the command interface. Commands may -also be bound to keys, see *aerc-config*(5) for details. In some contexts, such +also be bound to keys, see *aerc-binds*(5) for details. In some contexts, such as the terminal emulator, ** is used to bring up the command interface. Different commands work in different contexts, depending on the kind of tab you @@ -296,7 +296,7 @@ message list, the message in the message viewer, etc). *:compose* [*-H* _"
: "_] [*-T* __] [__] Open the compose window to send a new email. The new email will be sent with the current account's outgoing transport configuration. For details on - configuring outgoing mail delivery consult *aerc-config*(5). + configuring outgoing mail delivery consult *aerc-accounts*(5). *-H* _"
: "_ Add the specified header to the message, e.g: @@ -541,7 +541,7 @@ message list, the message in the message viewer, etc). *:send* Sends the message using this accounts default outgoing transport configuration. For details on configuring outgoing mail delivery consult - *aerc-config*(5). + *aerc-accounts*(5). *:switch-account* __++ *:switch-account* *-n*++ -- cgit