about summary refs log tree commit diff stats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add custom sorting for foldersMichele Finotto2019-12-091-0/+1
* Complete the F rune.Srivathsan Murali2019-11-171-1/+3
* Add some defaults for template optionsDrew DeVault2019-11-101-1/+9
* Add Templates with ParsingSrivathsan Murali2019-11-102-10/+56
* Config for deleting message from message viewerSrivathsan Murali2019-09-202-24/+31
* Add documentation for sortJeffas2019-09-201-0/+9
* Add sorting functionalityJeffas2019-09-201-0/+1
* Add signaturesJeffas2019-09-121-0/+2
* Add display of unread messages in dirlistJeffas2019-09-112-3/+9
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-041-1/+1
* Allow custom spinner via config filePaul Spooren2019-08-301-0/+5
* Pass os stdin to credential commandJonas Mueller2019-08-121-0/+1
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-292-0/+8
* Print errors from config load issues.Reto Brunner2019-07-291-3/+3
* Support configurable header layout in compose widgetDaniel Bridges2019-07-262-1/+22
* Add new-email triggerJeffas2019-07-263-0/+71
* Implement :filter, :clearKevin Kuehler2019-07-191-0/+1
* Change default attach keybindingDrew DeVault2019-07-191-1/+1
* Add :cp alias for :copyDrew DeVault2019-07-171-2/+2
* Add option to always show mimetype in viewerJeffas2019-07-172-4/+10