summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Update version to 0.2.1 0.2.1Drew DeVault2019-07-291-1/+1
* Change how VERSION is set in MakefileDrew DeVault2019-07-291-1/+1
* Fix test failuresDrew DeVault2019-07-291-1/+1
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-299-4/+56
* lib/msgstore: Fix Select, Next, Prev with filterKevin Kuehler2019-07-291-8/+10
* Print errors from config load issues.Reto Brunner2019-07-292-4/+4
* Sendmail: allow for arbitrary parametersReto Brunner2019-07-291-1/+11
* Add index option to change-tabJeffas2019-07-273-6/+37
* Add :detach commandGalen Abell2019-07-273-0/+79
* Fix review message not filling entire spaceGalen Abell2019-07-271-1/+1
* Add missing fallthroughDrew DeVault2019-07-271-0/+2
* Update tcellDrew DeVault2019-07-272-2/+5
* Update dependenciesSimon Ser2019-07-272-48/+58
* Implement sendmail supportDrew DeVault2019-07-277-14/+74
* Fix tabstrip over-drawing when not enough spaceJeffas2019-07-261-1/+8
* Add tab completion to textinputsJeffas2019-07-264-20/+92
* Fix invalid tab state when deselecting removed tabDrew DeVault2019-07-261-1/+1
* Add change-tab docsJeffas2019-07-261-0/+3
* Add command history and cyclingGalen Abell2019-07-267-8/+113
* Support configurable header layout in compose widgetDaniel Bridges2019-07-2610-168/+239
* Move msgstore map to dirstoreJeffas2019-07-263-27/+48
* Add new-email triggerJeffas2019-07-2611-35/+175
* Show the directory being selected in grayJeffas2019-07-251-0/+3
* Fix :close on terminal panicJeffas2019-07-252-1/+5
* Add space which was missingJeffas2019-07-251-1/+1
* Fix grid creating too large subcontextsJeffas2019-07-251-0/+9
* Fix panic when tabs.popHistory is nonexistentDrew DeVault2019-07-251-1/+1
* Make :next-result :prev-result relative to cursorKevin Kuehler2019-07-251-0/+9
* Makefile: Use GO variable to specify compiler pathKacper KoƂodziej2019-07-231-1/+2
* Discard stdout if not redirected to fileDaniel Bridges2019-07-231-0/+1
* Add change tab commandJeffas2019-07-233-5/+90
* Fix error handling in maildir workerNicolai Dagestad2019-07-191-14/+7
* Use latest go-maildirBen Burwell2019-07-192-1/+3
* Fix alternatives configDrew DeVault2019-07-191-2/+5
* Add [a]ttach to the review message promptsDrew DeVault2019-07-191-1/+1
* Register worker in init.Reto Brunner2019-07-195-20/+53
* Forward mailto links to server via ./aerc <mailto>Drew DeVault2019-07-192-3/+25
* Add Unix socket for communicating with aercDrew DeVault2019-07-194-0/+139
* aerc(1): fix scdoc syntax errorDrew DeVault2019-07-191-1/+1
* aerc(1): document missing commandsDrew DeVault2019-07-191-6/+48
* aerc(1): Fix fallback ex key documentationDrew DeVault2019-07-191-1/+1
* Implement :filter, :clearKevin Kuehler2019-07-198-41/+134
* Change default attach keybindingDrew DeVault2019-07-191-1/+1
* Add :attach command for composeGalen Abell2019-07-193-17/+190
* Add :cp alias for :copyDrew DeVault2019-07-172-3/+3
* Add option to always show mimetype in viewerJeffas2019-07-174-8/+21
* Remove passing of showHeaders explicitlyJeffas2019-07-171-12/+12
* Ensure new partswitcher doesn't start on multipartJeffas2019-07-171-0/+2
* maildir: Watch for new messagesBen Burwell2019-07-174-14/+76
* Display user specified headers in viewer if presentDaniel Bridges2019-07-175-41/+116