about summary refs log tree commit diff stats
path: root/doc/aerc-config.5.scd
Commit message (Collapse)AuthorAgeFilesLines
* Add notmuch docsReto Brunner2019-08-081-0/+2
|
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-291-0/+5
| | | | | | | | Add a "new-message-bell" option to the UI section of aerc.conf. A new hook into the message store allows the msglist widget to detect new messages being added to the displayed list. When new messages are delivered, and the new-message-bell option is enabled (as it is by default), the terminal will beep.
* Implement sendmail supportDrew DeVault2019-07-271-1/+1
|
* Support configurable header layout in compose widgetDaniel Bridges2019-07-261-0/+6
|
* Add new-email triggerJeffas2019-07-261-0/+20
| | | | | | | | | | | | | | | | | This patch sets up the trigger config section of aerc.conf. Each trigger has its own function which is called from the place where it is triggered. Currently only the new-email trigger is implemented. The triggers make use of format strings. For instance, in the new-email trigger this allows the user to select the trigger command and also the information extracted from the command and placed into their command. To actually execute the trigger commands the keypresses are simulated. Further triggers can be implemented in the future. Formatting of the command is moved to a new package.
* Add option to always show mimetype in viewerJeffas2019-07-171-0/+5
| | | | | | | | | | A user may want to be able to see what mimetype they are viewing, so that they can determine what program it may be opened in or for some other reason. The config option is under the [viewer] section and is called 'always-show-mime'. It defaults to false to preserve the current behaviour.
* Display user specified headers in viewer if presentDaniel Bridges2019-07-171-0/+8
|
* Add show-headers to aerc-configJeffas2019-07-171-0/+6
|
* Add MouseEnabled config settingJeffas2019-07-171-0/+5
| | | | | This patch adds the ability to control whether aerc captures mouseevents or not. By default it will be set to not capture events.
* Add maildir docsBen Burwell2019-07-121-1/+2
|
* Document message index format specifiersBen Burwell2019-07-041-1/+36
|
* msgview/save: Use defaultSavePath if no path is providedReto Brunner2019-06-251-0/+7
|
* aerc-config: [viewer] should be [compose]Issam Maghni2019-06-231-1/+1
|
* Set empty message in dirlist if no folder exist.Reto Brunner2019-06-141-0/+5
|
* Add archive commandRobert Günzler2019-06-091-0/+5
| | | | | | | | | | | | | | | Adds an archive command that moves the current message into the folder specified in the account config entry. Supports three layouts at this point: - flat: puts all messages next to each other - year: creates a folder per year - month: same as above, plus folders per month This also adds a "-p" argument to "cp" and "mv" that works like "--parents" on mkdir(1). We use this to auto-create the directories for the archive layout.
* Message list: implement index-format optionYash Srivastav2019-06-071-3/+3
|
* Update docs per filters rewriteDrew DeVault2019-06-071-11/+3
|
* add missing column in tableStephen Gregoratto2019-06-031-0/+1
|
* Minor fixes to list of filter dependenciesFrancis Dinh2019-05-221-1/+1
| | | | | - "sockify" -> "socksify" - Added colorama dependency
* Use kebab-case for cred-cmdsDrew DeVault2019-05-211-7/+5
|
* Fix scdoc & gofmt issuesDrew DeVault2019-05-181-6/+6
|
* Implement loading passwords from external commandsGalen Abell2019-05-181-0/+13
| | | | * Resolves #80
* Add man pagesDrew DeVault2019-05-171-0/+319