aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-10-12Add thread deletionKevin Kuehler
2019-10-12Add threading control path to msglist.Draw()Kevin Kuehler
2019-10-12lib/msgstore: Handle DirectoryThreaded msgKevin Kuehler
2019-10-12Start adding thread supportKevin Kuehler
2019-10-09Revert "Show spinner when fetching contents"Drew DeVault
2019-10-09Preserve sorting order in search resultsJeffas
2019-10-09Show spinner when fetching contentsJeffas
2019-09-29Print success to socket if no error was thrownHeiko Carrasco
2019-09-20Add sorting functionalityJeffas
2019-09-18Focus new tab after removeJeffas
2019-09-18Revert "Fix out-of-order messages by sorting as we display"Drew DeVault
2019-09-12Add modify-labels commandReto Brunner
2019-09-11Add display of unread messages in dirlistJeffas
2019-09-11Add MouseableJeffas
2019-09-04widgets: remove redundant key check, delete is no-op if key is emptyWagner Riffel
2019-08-29extract search criteria parsing into the backendsReto Brunner
2019-08-29Fix out-of-order messages by sorting as we displayStephen Brennan
2019-08-12Add delete forward <C-k> and backward <C-u>Christopher Vittal
2019-08-07Implement next-folder using NextPrev with amountJelle Besseling
2019-08-03Remove aerc specific code from the uiNicolai Dagestad
2019-07-29Fix test failuresDrew DeVault
2019-07-29Ring bell when new messages arrive0.2.0Ben Burwell
2019-07-29lib/msgstore: Fix Select, Next, Prev with filterKevin Kuehler
2019-07-26Fix tabstrip over-drawing when not enough spaceJeffas
2019-07-26Add tab completion to textinputsJeffas
2019-07-26Fix invalid tab state when deselecting removed tabDrew DeVault
2019-07-26Add command history and cyclingGalen Abell
2019-07-26Move msgstore map to dirstoreJeffas
2019-07-26Add new-email triggerJeffas
2019-07-25Fix :close on terminal panicJeffas
2019-07-25Fix grid creating too large subcontextsJeffas
2019-07-25Fix panic when tabs.popHistory is nonexistentDrew DeVault
2019-07-25Make :next-result :prev-result relative to cursorKevin Kuehler
2019-07-23Add change tab commandJeffas
2019-07-19Forward mailto links to server via ./aerc <mailto>Drew DeVault
2019-07-19Add Unix socket for communicating with aercDrew DeVault
2019-07-19Implement :filter, :clearKevin Kuehler
2019-07-17Display user specified headers in viewer if presentDaniel Bridges
2019-07-17Fix grid widths when using weighted widthsJeffas
2019-07-17Add MouseEnabled config settingJeffas
2019-07-17Fix text input cursor position with non-ASCII textTuomas Siipola
2019-07-12Fix read reply flag formattingJeffas
2019-07-12Create UIDStore packageBen Burwell
2019-07-11Add clickable tabsJeffas
2019-07-11#190 Handle gmail duplicate folderDaniel Bridges
2019-07-11Support imaps with oauthbearer authentication (Gmail)Frode Aannevik
2019-07-08Fix re-opening of expired pipe tabsDrew DeVault
2019-07-08Factor IMAP-specific structs out of UI modelsBen Burwell
2019-07-08Use []uint32 instead of imap.SeqSetBen Burwell
2019-07-08Factor UI models out of the worker message packageBen Burwell