| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement :copy (aka :cp) | Drew DeVault | 2019-05-14 | 1 | -2/+16 |
* | Remove leftover debug logging | Drew DeVault | 2019-05-13 | 1 | -3/+0 |
* | Handle incoming emails gracefully | Drew DeVault | 2019-05-13 | 1 | -0/+6 |
* | lib/msgstore: protect with a mutex | Simon Ser | 2019-04-29 | 1 | -3/+22 |
* | Make message viewer real, part two | Drew DeVault | 2019-03-31 | 1 | -1/+1 |
* | Rename FetchMessageBodies to FetchFullMessages | Drew DeVault | 2019-03-31 | 1 | -2/+2 |
* | Make the message viewer real, part one | Drew DeVault | 2019-03-31 | 1 | -1/+15 |
* | Don't parse mail in worker; send a reader instead | Drew DeVault | 2019-03-31 | 1 | -7/+6 |
* | Pull BodyStructure up from IMAP worker | Drew DeVault | 2019-03-31 | 1 | -1/+15 |
* | Show deleted emails pending server ack in grey | Drew DeVault | 2019-03-30 | 1 | -2/+15 |
* | Add body fetching support code | Drew DeVault | 2019-03-29 | 1 | -6/+71 |
* | Remove unused import from msgstore.go | Drew DeVault | 2019-03-21 | 1 | -2/+0 |
* | Implement :delete-message | Drew DeVault | 2019-03-20 | 1 | -3/+26 |
* | Add TODO to msgstore.go | Drew DeVault | 2019-03-15 | 1 | -1/+1 |
* | Move MessageStore into its own file | Drew DeVault | 2019-03-15 | 1 | -0/+86 |