aboutsummaryrefslogtreecommitdiff
path: root/doc/aerc-config.5.scd
AgeCommit message (Collapse)Author
2019-07-17Add show-headers to aerc-configJeffas
2019-07-17Add MouseEnabled config settingJeffas
This patch adds the ability to control whether aerc captures mouseevents or not. By default it will be set to not capture events.
2019-07-12Add maildir docsBen Burwell
2019-07-04Document message index format specifiersBen Burwell
2019-06-25msgview/save: Use defaultSavePath if no path is providedReto Brunner
2019-06-23aerc-config: [viewer] should be [compose]Issam Maghni
2019-06-14Set empty message in dirlist if no folder exist.Reto Brunner
2019-06-09Add archive commandRobert Günzler
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.
2019-06-07Message list: implement index-format optionYash Srivastav
2019-06-07Update docs per filters rewriteDrew DeVault
2019-06-03add missing column in tableStephen Gregoratto
2019-05-22Minor fixes to list of filter dependenciesFrancis Dinh
- "sockify" -> "socksify" - Added colorama dependency
2019-05-21Use kebab-case for cred-cmdsDrew DeVault
2019-05-18Fix scdoc & gofmt issuesDrew DeVault
2019-05-18Implement loading passwords from external commandsGalen Abell
* Resolves #80
2019-05-17Add man pagesDrew DeVault