aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2019-07-04Sort out dirstore once and for allDrew DeVault
2019-07-04Use go-message implementation of GenerateMessageIDBen Burwell
2019-07-04Use "open" instead of "xdg-open" on Darwin systemsBen Burwell
2019-06-29panic: runtime error: index out of range in handleFetchMessages (#127)Zach Sisco
2019-06-29Add new lib/dirstore to source completions fromGregory Mullen
2019-06-29Implement basic tab completion supportGregory Mullen
2019-06-26Implement :search, :next-result, :prev-resultDrew DeVault
2019-06-16Ensure that flags are set properlyAditya Mahajan
2019-06-11lib/ui/tab: Add Replace methodKevin Kuehler
2019-06-11Move select functionality from msglist to msgstoreKevin Kuehler
2019-06-09Add :read and :unread commandsDrew DeVault
2019-06-09Update our message flags when server updates themDrew DeVault
2019-06-09Add archive commandRobert Günzler
2019-06-08msglist: use distinct style for unread emailsYash Srivastav
2019-06-07Message list: implement index-format optionYash Srivastav
2019-06-03Fix #1160.1.0Drew DeVault
2019-06-02Add Tabs historyReto Brunner
2019-05-25ensureScroll on text input framesDrew DeVault
2019-05-25Implement scrolling in text inputDrew DeVault
2019-05-22Show account wizard if no accounts configuredDrew DeVault