about summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use go-message implementation of GenerateMessageIDBen Burwell2019-07-041-34/+0
* Use "open" instead of "xdg-open" on Darwin systemsBen Burwell2019-07-042-0/+22
* panic: runtime error: index out of range in handleFetchMessages (#127)Zach Sisco2019-06-291-3/+1
* Add new lib/dirstore to source completions fromGregory Mullen2019-06-291-0/+20
* Implement basic tab completion supportGregory Mullen2019-06-291-0/+8
* Implement :search, :next-result, :prev-resultDrew DeVault2019-06-261-1/+49
* Ensure that flags are set properlyAditya Mahajan2019-06-161-2/+4
* lib/ui/tab: Add Replace methodKevin Kuehler2019-06-111-0/+16
* Move select functionality from msglist to msgstoreKevin Kuehler2019-06-111-0/+41
* Add :read and :unread commandsDrew DeVault2019-06-091-0/+14
* Update our message flags when server updates themDrew DeVault2019-06-091-3/+1
* Add archive commandRobert Günzler2019-06-091-2/+15
* msglist: use distinct style for unread emailsYash Srivastav2019-06-081-5/+5
* Message list: implement index-format optionYash Srivastav2019-06-072-0/+271
* Fix #116 0.1.0Drew DeVault2019-06-031-1/+1
* Add Tabs historyReto Brunner2019-06-021-4/+34
* ensureScroll on text input framesDrew DeVault2019-05-251-0/+2
* Implement scrolling in text inputDrew DeVault2019-05-251-3/+31
* Show account wizard if no accounts configuredDrew DeVault2019-05-221-1/+1