Age | Commit message (Expand) | Author |
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 |
2019-06-03 | Fix #1160.1.0 | Drew DeVault |
2019-06-02 | Add Tabs history | Reto Brunner |
2019-05-25 | ensureScroll on text input frames | Drew DeVault |
2019-05-25 | Implement scrolling in text input | Drew DeVault |
2019-05-22 | Show account wizard if no accounts configured | Drew DeVault |
2019-05-21 | New account wizard, part one | Drew DeVault |
2019-05-20 | Flesh out multipart switcher | Drew DeVault |
2019-05-19 | lib/ui/ui: use atomic instead of channel | Simon Ser |
2019-05-19 | Update internal state and draw from the same goroutine | Simon Ser |
2019-05-17 | s/aerc2/aerc/g | Drew DeVault |
2019-05-16 | Fix issues with OOB uids | Drew DeVault |
2019-05-16 | Implement (basic form) of :reply | Drew DeVault |
2019-05-16 | Let caller pass in custom headers to compose | Drew DeVault |
2019-05-14 | Implement move, mv commands | Drew DeVault |
2019-05-14 | Implement :copy (aka :cp) | Drew DeVault |
2019-05-14 | Update tab name as subject changes | Drew DeVault |
2019-05-13 | Remove leftover debug logging | Drew DeVault |
2019-05-13 | Handle incoming emails gracefully | Drew DeVault |
2019-05-13 | Spec out review message screen | Drew DeVault |
2019-05-12 | Implement :{next,prev}-field in compose view | Drew DeVault |
2019-05-12 | Add initial compose widget | Drew DeVault |
2019-05-11 | Refactor ctx stashing out of exline | Drew DeVault |
2019-05-11 | Split ex line text handling into dedicated widget | Drew DeVault |
2019-05-05 | lib/ui: fix UI.Exit race condition | Simon Ser |
2019-05-05 | lib/ui: fix Grid race condition | Simon Ser |
2019-04-29 | lib/msgstore: protect with a mutex | Simon Ser |
2019-04-29 | lib/ui: fix GridCell.invalid race | Simon Ser |
2019-04-27 | lib/ui: introduce Invalidatable | Simon Ser |
2019-03-31 | Make message viewer real, part two | Drew DeVault |