about summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Show textinput completions in popoversBen Burwell2019-12-211-50/+223
* Add popoversBen Burwell2019-12-213-9/+102
* Break early when delete happens in outdated stateKiril Vladimiroff2019-12-121-0/+5
* Initialize an empty message map in the message store on initializationRafael Castillo2019-12-071-2/+3
* Fix crash if there is no to address for %FThorben Günther2019-11-251-1/+1
* Complete the F rune.Srivathsan Murali2019-11-171-3/+20
* Add UI options to save/pipe messages with unsupported mimetypesGreg Anders2019-11-171-1/+2
* Correct capitalization in quoted_replyDrew DeVault2019-11-101-12/+32
* Add some defaults for template optionsDrew DeVault2019-11-101-2/+2
* Add Templates with ParsingSrivathsan Murali2019-11-101-0/+160
* lib/msgstore: fix invalid callback invocationReto Brunner2019-10-141-1/+1
* Fix tab refocus on removeJeffas2019-10-141-8/+14
* Fix pushing invalid tabs to historyJeffas2019-10-141-1/+4
* Revert "Show spinner when fetching contents"Drew DeVault2019-10-091-6/+3
* Preserve sorting order in search resultsJeffas2019-10-092-0/+18
* Show spinner when fetching contentsJeffas2019-10-091-3/+6
* Print success to socket if no error was thrownHeiko Carrasco2019-09-291-1/+5
* Add sorting functionalityJeffas2019-09-202-1/+72
* Focus new tab after removeJeffas2019-09-181-0/+4
* Revert "Fix out-of-order messages by sorting as we display"Drew DeVault2019-09-181-1/+1
* Add modify-labels commandReto Brunner2019-09-121-0/+9
* Add display of unread messages in dirlistJeffas2019-09-111-0/+8
* Add MouseableJeffas2019-09-116-24/+164
* widgets: remove redundant key check, delete is no-op if key is emptyWagner Riffel2019-09-041-6/+2
* extract search criteria parsing into the backendsReto Brunner2019-08-291-4/+2
* Fix out-of-order messages by sorting as we displayStephen Brennan2019-08-291-1/+1
* Add delete forward <C-k> and backward <C-u>Christopher Vittal2019-08-121-0/+29
* Implement next-folder using NextPrev with amountJelle Besseling2019-08-071-3/+3
* Remove aerc specific code from the uiNicolai Dagestad2019-08-031-7/+5
* Fix test failuresDrew DeVault2019-07-291-1/+1
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-293-4/+23
* lib/msgstore: Fix Select, Next, Prev with filterKevin Kuehler2019-07-291-8/+10
* Fix tabstrip over-drawing when not enough spaceJeffas2019-07-261-1/+8
* Add tab completion to textinputsJeffas2019-07-261-10/+74
* Fix invalid tab state when deselecting removed tabDrew DeVault2019-07-261-1/+1
* Add command history and cyclingGalen Abell2019-07-261-0/+13
* Move msgstore map to dirstoreJeffas2019-07-261-2/+13
* Add new-email triggerJeffas2019-07-262-19/+58
* Fix :close on terminal panicJeffas2019-07-251-0/+5
* 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
* Add change tab commandJeffas2019-07-231-5/+20
* Forward mailto links to server via ./aerc <mailto>Drew DeVault2019-07-191-0/+17
* Add Unix socket for communicating with aercDrew DeVault2019-07-191-0/+82
* Implement :filter, :clearKevin Kuehler2019-07-191-14/+33
* Display user specified headers in viewer if presentDaniel Bridges2019-07-171-0/+14
* Fix grid widths when using weighted widthsJeffas2019-07-171-3/+14
* Add MouseEnabled config settingJeffas2019-07-171-1/+3
* Fix text input cursor position with non-ASCII textTuomas Siipola2019-07-171-3/+3