| Commit message (Expand) | Author | Age | Files | Lines |
* | run go fmt | Reto Brunner | 2020-07-17 | 1 | -2/+2 |
* | Remove deleted messages from search/filter results | Andrew Jeffery | 2020-07-10 | 1 | -0/+9 |
* | Add additional flagging functionality | ARaspiK | 2020-07-08 | 1 | -4/+5 |
* | Set AnsweredFlag on successful reply | Srivathsan Murali | 2020-05-25 | 1 | -0/+9 |
* | FetchBodyPart doesn't need the parent body structure | Reto Brunner | 2020-05-17 | 1 | -2/+1 |
* | imap: Remove FetchMessageBodyPart.{Encoding,Charset} | Reto Brunner | 2020-05-16 | 1 | -13/+2 |
* | store.FetchFull: Change callback type to expose entire message | Ben Fiedler | 2020-05-01 | 1 | -5/+5 |
* | remove the dirInfoUpdateRequest functionality | Reto Brunner | 2020-02-29 | 1 | -15/+0 |
* | Don't show empty message while sorting | Jeffas | 2020-02-28 | 1 | -4/+8 |
* | lib/msgstore: debounce directoryUpdateRequests | Reto Brunner | 2020-02-25 | 1 | -3/+17 |
* | Revert "Only fetch the directory contents when we are switching directories" | Reto Brunner | 2020-02-19 | 1 | -0/+8 |
* | Request DirInfo whenever the unread count may have changed | Reto Brunner | 2020-02-16 | 1 | -0/+9 |
* | Only fetch the directory contents when we are switching directories | Reto Brunner | 2020-02-16 | 1 | -8/+0 |
* | FetchBodyParts: decode source in the workers | Reto Brunner | 2020-01-05 | 1 | -3/+14 |
* | Add labels to index format (%g) | Reto Brunner | 2019-12-27 | 1 | -0/+1 |
* | msgstore: add marking functionality | Reto Brunner | 2019-12-21 | 1 | -4/+127 |
* | Break early when delete happens in outdated state | Kiril Vladimiroff | 2019-12-12 | 1 | -0/+5 |
* | Initialize an empty message map in the message store on initialization | Rafael Castillo | 2019-12-07 | 1 | -2/+3 |
* | lib/msgstore: fix invalid callback invocation | Reto Brunner | 2019-10-14 | 1 | -1/+1 |
* | Revert "Show spinner when fetching contents" | Drew DeVault | 2019-10-09 | 1 | -6/+3 |
* | Preserve sorting order in search results | Jeffas | 2019-10-09 | 1 | -0/+2 |
* | Show spinner when fetching contents | Jeffas | 2019-10-09 | 1 | -3/+6 |
* | Add sorting functionality | Jeffas | 2019-09-20 | 1 | -1/+16 |
* | Revert "Fix out-of-order messages by sorting as we display" | Drew DeVault | 2019-09-18 | 1 | -1/+1 |
* | Add modify-labels command | Reto Brunner | 2019-09-12 | 1 | -0/+9 |
* | Add display of unread messages in dirlist | Jeffas | 2019-09-11 | 1 | -0/+8 |
* | widgets: remove redundant key check, delete is no-op if key is empty | Wagner Riffel | 2019-09-04 | 1 | -6/+2 |
* | extract search criteria parsing into the backends | Reto Brunner | 2019-08-29 | 1 | -4/+2 |
* | Fix out-of-order messages by sorting as we display | Stephen Brennan | 2019-08-29 | 1 | -1/+1 |
* | Implement next-folder using NextPrev with amount | Jelle Besseling | 2019-08-07 | 1 | -3/+3 |
* | Ring bell when new messages arrive 0.2.0 | Ben Burwell | 2019-07-29 | 1 | -3/+12 |
* | lib/msgstore: Fix Select, Next, Prev with filter | Kevin Kuehler | 2019-07-29 | 1 | -8/+10 |
* | Add new-email trigger | Jeffas | 2019-07-26 | 1 | -1/+18 |
* | Make :next-result :prev-result relative to cursor | Kevin Kuehler | 2019-07-25 | 1 | -0/+9 |
* | Implement :filter, :clear | Kevin Kuehler | 2019-07-19 | 1 | -14/+33 |
* | #190 Handle gmail duplicate folder | Daniel Bridges | 2019-07-11 | 1 | -0/+2 |
* | Fix re-opening of expired pipe tabs | Drew DeVault | 2019-07-08 | 1 | -1/+13 |
* | Use []uint32 instead of imap.SeqSet | Ben Burwell | 2019-07-08 | 1 | -25/+11 |
* | Factor UI models out of the worker message package | Ben Burwell | 2019-07-08 | 1 | -18/+19 |
* | panic: runtime error: index out of range in handleFetchMessages (#127) | Zach Sisco | 2019-06-29 | 1 | -3/+1 |
* | Implement :search, :next-result, :prev-result | Drew DeVault | 2019-06-26 | 1 | -1/+49 |
* | Move select functionality from msglist to msgstore | Kevin Kuehler | 2019-06-11 | 1 | -0/+41 |
* | Add :read and :unread commands | Drew DeVault | 2019-06-09 | 1 | -0/+14 |
* | Update our message flags when server updates them | Drew DeVault | 2019-06-09 | 1 | -3/+1 |
* | Add archive command | Robert Günzler | 2019-06-09 | 1 | -2/+15 |
* | Flesh out multipart switcher | Drew DeVault | 2019-05-20 | 1 | -1/+1 |
* | Update internal state and draw from the same goroutine | Simon Ser | 2019-05-19 | 1 | -19/+0 |
* | s/aerc2/aerc/g | Drew DeVault | 2019-05-17 | 1 | -1/+1 |
* | Fix issues with OOB uids | Drew DeVault | 2019-05-16 | 1 | -3/+3 |
* | Implement move, mv commands | Drew DeVault | 2019-05-14 | 1 | -0/+27 |