Age | Commit message (Expand) | Author |
2019-08-29 | extract search criteria parsing into the backends | Reto Brunner |
2019-08-29 | Fix out-of-order messages by sorting as we display | Stephen Brennan |
2019-08-12 | Add delete forward <C-k> and backward <C-u> | Christopher Vittal |
2019-08-07 | Implement next-folder using NextPrev with amount | Jelle Besseling |
2019-08-03 | Remove aerc specific code from the ui | Nicolai Dagestad |
2019-07-29 | Fix test failures | Drew DeVault |
2019-07-29 | Ring bell when new messages arrive0.2.0 | Ben Burwell |
2019-07-29 | lib/msgstore: Fix Select, Next, Prev with filter | Kevin Kuehler |
2019-07-26 | Fix tabstrip over-drawing when not enough space | Jeffas |
2019-07-26 | Add tab completion to textinputs | Jeffas |
2019-07-26 | Fix invalid tab state when deselecting removed tab | Drew DeVault |
2019-07-26 | Add command history and cycling | Galen Abell |
2019-07-26 | Move msgstore map to dirstore | Jeffas |
2019-07-26 | Add new-email trigger | Jeffas |
2019-07-25 | Fix :close on terminal panic | Jeffas |
2019-07-25 | Fix grid creating too large subcontexts | Jeffas |
2019-07-25 | Fix panic when tabs.popHistory is nonexistent | Drew DeVault |
2019-07-25 | Make :next-result :prev-result relative to cursor | Kevin Kuehler |
2019-07-23 | Add change tab command | Jeffas |
2019-07-19 | Forward mailto links to server via ./aerc <mailto> | Drew DeVault |
2019-07-19 | Add Unix socket for communicating with aerc | Drew DeVault |
2019-07-19 | Implement :filter, :clear | Kevin Kuehler |
2019-07-17 | Display user specified headers in viewer if present | Daniel Bridges |
2019-07-17 | Fix grid widths when using weighted widths | Jeffas |
2019-07-17 | Add MouseEnabled config setting | Jeffas |
2019-07-17 | Fix text input cursor position with non-ASCII text | Tuomas Siipola |
2019-07-12 | Fix read reply flag formatting | Jeffas |
2019-07-12 | Create UIDStore package | Ben Burwell |
2019-07-11 | Add clickable tabs | Jeffas |
2019-07-11 | #190 Handle gmail duplicate folder | Daniel Bridges |
2019-07-11 | Support imaps with oauthbearer authentication (Gmail) | Frode Aannevik |
2019-07-08 | Fix re-opening of expired pipe tabs | Drew DeVault |
2019-07-08 | Factor IMAP-specific structs out of UI models | Ben Burwell |
2019-07-08 | Use []uint32 instead of imap.SeqSet | Ben Burwell |
2019-07-08 | Factor UI models out of the worker message package | Ben Burwell |
2019-07-04 | Sort out dirstore once and for all | Drew DeVault |
2019-07-04 | Use go-message implementation of GenerateMessageID | Ben Burwell |
2019-07-04 | Use "open" instead of "xdg-open" on Darwin systems | Ben Burwell |
2019-06-29 | panic: runtime error: index out of range in handleFetchMessages (#127) | Zach Sisco |
2019-06-29 | Add new lib/dirstore to source completions from | Gregory Mullen |
2019-06-29 | Implement basic tab completion support | Gregory Mullen |
2019-06-26 | Implement :search, :next-result, :prev-result | Drew DeVault |
2019-06-16 | Ensure that flags are set properly | Aditya Mahajan |
2019-06-11 | lib/ui/tab: Add Replace method | Kevin Kuehler |
2019-06-11 | Move select functionality from msglist to msgstore | Kevin Kuehler |
2019-06-09 | Add :read and :unread commands | Drew DeVault |
2019-06-09 | Update our message flags when server updates them | Drew DeVault |
2019-06-09 | Add archive command | Robert Günzler |
2019-06-08 | msglist: use distinct style for unread emails | Yash Srivastav |
2019-06-07 | Message list: implement index-format option | Yash Srivastav |