about summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix read reply flag formattingJeffas2019-07-121-5/+19
* Create UIDStore packageBen Burwell2019-07-121-0/+62
* Add clickable tabsJeffas2019-07-113-0/+36
* #190 Handle gmail duplicate folderDaniel Bridges2019-07-111-0/+2
* Support imaps with oauthbearer authentication (Gmail)Frode Aannevik2019-07-111-0/+42
* Fix re-opening of expired pipe tabsDrew DeVault2019-07-081-1/+13
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-082-66/+20
* Use []uint32 instead of imap.SeqSetBen Burwell2019-07-081-25/+11
* Factor UI models out of the worker message packageBen Burwell2019-07-082-20/+21
* Sort out dirstore once and for allDrew DeVault2019-07-041-3/+1