about summary refs log tree commit diff stats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* config: fix code formattingRobin Jarry2021-12-111-11/+11
* binds: add account specific bindingsJonathan Bartlett2021-12-112-53/+175
* style: customize vertical and horizontal border charactersDian M Fay2021-11-302-0/+38
* notmuch: allow sort by file orderKalyan Sriram2021-11-131-22/+27
* binds: add escape to clear searchKalyan Sriram2021-11-131-0/+1
* messages: allow displaying email threadsy0ast2021-11-132-0/+9
* config: use dynamic time format for default configRobin Jarry2021-11-061-7/+7
* index: add this-week-time-formatRobin Jarry2021-11-063-0/+10
* doc: fix typo today-time-format -> this-day-time-formatRobin Jarry2021-11-061-1/+1
* go.mod: change base git urlRobin Jarry2021-11-052-3/+3
* index: allow dynamic formatting of message datesRobin Jarry2021-10-283-2/+22
* bindings: support more modified keysRobin Jarry2021-10-282-4/+26
* bindings: prepare for more modifersRobin Jarry2021-10-282-168/+173
* load config: do not overwrite the config upon errorReto Brunner2021-04-171-8/+9
* config: proper error handle [filters] configwagner riffel2021-04-121-1/+4
* correct permission check on accounts.confBor Grošelj Simić2021-01-141-2/+1
* update tcell to v2 and enable TrueColor supporty0ast2020-12-184-4/+4
* fix aerc-stylesets(7) typosReto Brunner2020-12-131-1/+1
* compose: use a proper header instead of a string mapReto Brunner2020-11-141-1/+3
* Check account's from value is not emptyAndrew Jeffery2020-11-131-0/+3
* Apply relevant msglist styles in orderChris Vittal2020-11-012-2/+57
* refactor ParseMessageFormat to use a ctx objectReto Brunner2020-10-141-3/+6
* Fix color scheme for deleted emailsJames Pond2020-08-311-0/+1
* correct tcell.Style for underlinesqwishy2020-08-291-1/+1
* docs: link to styleset(7)Reto Brunner2020-08-281-1/+1
* Add account alias configuration and correctly set From fieldy0ast2020-08-201-0/+3
* stylesets: only accept comment char after whitespaceThorben Günther2020-08-071-1/+4
* Implement style configuration.Kalyan Sriram2020-08-064-6/+483
* Revert "Implement style configuration."Reto Brunner2020-07-304-472/+6
* Implement style configuration.Kalyan Sriram2020-07-304-6/+472
* run go fmtReto Brunner2020-07-171-1/+1
* Add a 'folders-exclude' optionARaspiK2020-07-021-0/+5
* Revert "Add Style configuration"Drew DeVault2020-05-284-473/+6
* Revert "Make color scheme match previous design more closely"Drew DeVault2020-05-281-3/+2
* Make color scheme match previous design more closelyReto Brunner2020-05-271-2/+3
* Add Style configurationReto Brunner2020-05-274-6/+473
* Changing aerc.conf delimiter parsing to use only =, and not : as wellBen Cohen2020-04-291-2/+6
* Remove unecessary <Enter> from aerc.conf.inErazem Kokot2020-04-281-1/+1
* Add postpone commandJeffas2020-04-242-4/+7
* Ensure documented defaults match given defaultsBen Fiedler2020-04-231-3/+3
* fix binding for delete messageRay Ganardi2020-04-201-1/+1
* Add quotes to the default pinned-tab-markerZoltan Kalmar2020-03-131-1/+1
* Add pinned tabsJeffas2020-03-092-0/+7
* config: Strongly type context typeReto Brunner2020-01-241-4/+7
* Contextual UI ConfigurationSrivathsan Murali2020-01-241-10/+100
* Fix handling of multiple template-dirsBen Burwell2020-01-241-3/+3
* binds.conf: mark bindingsReto Brunner2019-12-211-0/+3
* msglist: highlight marked messagesReto Brunner2019-12-212-2/+2
* Add address book completion in composerBen Burwell2019-12-212-2/+15
* Show textinput completions in popoversBen Burwell2019-12-212-15/+31