about summary refs log tree commit diff stats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Add MouseEnabled config settingJeffas2019-07-172-0/+7
| | | | | This patch adds the ability to control whether aerc captures mouseevents or not. By default it will be set to not capture events.
* lowercase all key bindingsReto Brunner2019-07-171-32/+32
|
* 71: Allow user to change config options at runtimePedro L. Ramos2019-07-151-50/+59
| | | | | | | | | There is a LoadConf and a LoadConfFromFile. LoadConfFromFile reads the iniFile into memory and and calls LoadConf, which executes the old parsing commands from LoadConf (old func). The remaining of the LoadConfFromFile is the same as the old OldConf.
* Don't bind $noinheritEyal Sawady2019-07-111-0/+1
| | | | | | Fixes #112 Signed-off-by: Eyal Sawady <eyalsawady@gmail.com>
* Document message index format specifiersBen Burwell2019-07-041-1/+1
|
* Update binds.confDrew DeVault2019-07-041-2/+2
|
* Correct default filter order in aerc.conf.inDrew DeVault2019-07-021-1/+1
|
* Implement :search, :next-result, :prev-resultDrew DeVault2019-06-261-0/+4
|
* add DefaultSavePath configReto Brunner2019-06-251-0/+10
|
* Fix reply bindings in [view]Drew DeVault2019-06-191-4/+4
|
* Set empty message in dirlist if no folder exist.Reto Brunner2019-06-142-0/+7
|
* Make awk filters more portableDrew DeVault2019-06-131-2/+2
|
* Add :next/:prev binds for [viewer]Drew DeVault2019-06-111-4/+8
|
* Override $ex in compose viewYash Srivastav2019-06-091-0/+1
|
* Add archive commandRobert Günzler2019-06-092-0/+6
| | | | | | | | | | | | | | | 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-072-6/+6
|
* Rewrite Python filters in awkDrew DeVault2019-06-071-2/+2
|
* Add image/* filter, commented out by defaultDrew DeVault2019-06-071-0/+1
|
* Disable HTML filter by defaultDrew DeVault2019-06-071-1/+1
|
* Add binding to toggle headersDrew DeVault2019-06-071-0/+1
|
* implements ability to view headers in message viewYash Srivastav2019-06-072-0/+8
|
* config: sort account foldersChris Kinniburgh2019-06-051-1/+4
| | | | directory list depends on these being sorted
* Add delete to the default binds.confDrew DeVault2019-06-021-0/+1
|
* Add :save and :pipe commands to viewerGalen Abell2019-05-271-0/+1
| | | | | | | | | * :save takes a path and saves the current message part to that location * :pipe is the same as pipe on the account page, but uses the current message part rather than the whole email (ie :pipe gzip -d) * Refactored account:pipe and extracted common pipe code to commands.util.QuickTerm * Added helper command aerc.PushError
* Implement :edit in compose screenDrew DeVault2019-05-261-0/+1
|
* Subsitute prefix in aerc.conf for installDrew DeVault2019-05-261-3/+3
|
* binds.conf: make reply -a easier to use than replyDrew DeVault2019-05-251-4/+4
|
* Change ex command to C-x when using terminalDrew DeVault2019-05-241-2/+2
|
* Bind :compose to C in binds.confFrancis Dinh2019-05-231-0/+2
| | | | | The tutorial mentions using "C" for composing messages, but this was not actually implemented in binds.conf.
* Install default configs to XDG config if not foundDrew DeVault2019-05-221-4/+34
|
* Show account wizard if no accounts configuredDrew DeVault2019-05-221-6/+3
|
* New account wizard, part oneDrew DeVault2019-05-211-0/+9
|
* Use kebab-case for cred-cmdsDrew DeVault2019-05-211-2/+2
|
* Implement :next-part, :prev-partDrew DeVault2019-05-201-0/+2
|
* Rename :delete-message et al to :delete et alDrew DeVault2019-05-191-14/+14
|
* Implement loading passwords from external commandsGalen Abell2019-05-181-8/+61
| | | | * Resolves #80
* Install filters to /usr/share/aerc/filtersDrew DeVault2019-05-171-3/+3
|
* Remove unimplemented color configurationDrew DeVault2019-05-171-42/+0
| | | | Will probably end up doing this differently anyway
* Implement ui.empty-message config optionDrew DeVault2019-05-172-17/+0
| | | | | Also removes some options that aren't going to be supported any time soon.
* Abort if accounts.conf is world readableReto Brunner2019-05-161-1/+26
| | | | Fixes #32
* Revert "Abort if accounts.conf is world readable"Drew DeVault2019-05-161-25/+1
| | | | This reverts commit a755608ef9d5893b68dc4c774bbda06503481552.
* Revert "s/aerc.conf/address.conf/ in permission check"Drew DeVault2019-05-161-1/+1
| | | | This reverts commit 66ba099ca0bfa83cd050050d92663ec45da20141.
* s/aerc.conf/address.conf/ in permission checkCole Helbling2019-05-161-1/+1
| | | | | Small typo in a recent commit: should abort if accounts.conf is world readable, not aerc.conf.
* Abort if accounts.conf is world readableReto Brunner2019-05-161-1/+25
| | | | Fixes #32
* Change default bindings for repliesDrew DeVault2019-05-161-4/+4
|
* Change default reply keybindingsDrew DeVault2019-05-161-8/+8
|
* Copy sent emails to the Sent folderDrew DeVault2019-05-152-0/+4
| | | | Or rather, to a user-specified folder
* Fix default bindings for quit and editDrew DeVault2019-05-141-1/+4
|
* Move ! bind to [messages]Drew DeVault2019-05-141-1/+1
|
* Add (non-functional) reply commands to bindingsDrew DeVault2019-05-141-2/+9
|