| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | msgviewer: implement ProvidesMessages interface | Reto Brunner | 2019-12-21 | 1 | -0/+7 |
* | AccountView: implement ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -0/+7 |
* | widgets: add msgInfoFromUids helper | Reto Brunner | 2019-12-21 | 1 | -0/+20 |
* | add ProvidesMessages interface | Reto Brunner | 2019-12-21 | 1 | -0/+8 |
* | Add address book completion in composer | Ben Burwell | 2019-12-21 | 1 | -3/+20 |
* | Show textinput completions in popovers | Ben Burwell | 2019-12-21 | 2 | -6/+13 |
* | Use timestamp-format in msgviewer | Ben Burwell | 2019-12-19 | 1 | -3/+3 |
* | Composer: fix EOF errors | Drew DeVault | 2019-12-12 | 1 | -6/+10 |
* | Add custom sorting for folders | Michele Finotto | 2019-12-09 | 1 | -2/+34 |
* | remove garbage headers in reply message | Leszek Cimała | 2019-12-08 | 1 | -1/+2 |
* | failback to Content-Type filename when encoded Content-Disposition is used | Leszek Cimała | 2019-12-07 | 1 | -0/+3 |
* | fix non-utf8 encoding in msgviewer | ernierasta | 2019-12-07 | 1 | -2/+2 |
* | Parse headers from template | Robert Günzler | 2019-12-07 | 1 | -3/+50 |
* | Revert "Parse headers from template" | Drew DeVault | 2019-12-04 | 1 | -39/+3 |
* | Parse headers from template | Robert Günzler | 2019-12-04 | 1 | -3/+39 |
* | widgets/terminal: Reap more zombies | Kevin Kuehler | 2019-11-21 | 1 | -0/+1 |
* | Allow fields in compose widget to be clicked | Greg Anders | 2019-11-17 | 1 | -2/+32 |
* | Complete the F rune. | Srivathsan Murali | 2019-11-17 | 1 | -0/+1 |
* | Add UI options to save/pipe messages with unsupported mimetypes | Greg Anders | 2019-11-17 | 6 | -122/+161 |
* | Check for terminal before forwarding mouse event | Greg Anders | 2019-11-17 | 1 | -1/+1 |
* | Add some defaults for template options | Drew DeVault | 2019-11-10 | 1 | -2/+4 |
* | Add Templates with Parsing | Srivathsan Murali | 2019-11-10 | 2 | -5/+39 |
* | widgets/msgviewer: Don't crash if pager is nil | Kevin Kuehler | 2019-11-10 | 1 | -1/+1 |
* | widgets/msgview: Reap the filter command | Kevin Kuehler | 2019-10-16 | 1 | -0/+1 |
* | Cleanup pager processes after closing a msgviewer | Kevin Kuehler | 2019-10-16 | 1 | -0/+17 |
* | Revert "Show spinner when fetching contents" | Drew DeVault | 2019-10-09 | 1 | -3/+0 |
* | Show spinner when fetching contents | Jeffas | 2019-10-09 | 1 | -0/+3 |
* | Fix selected account to return for messageviewer | Jeffas | 2019-10-02 | 1 | -4/+6 |
* | Add sorting functionality | Jeffas | 2019-09-20 | 1 | -0/+14 |
* | Revert "Fix out-of-order messages by sorting as we display" | Drew DeVault | 2019-09-18 | 1 | -31/+0 |
* | widgets: remove duplicate import | Wagner Riffel | 2019-09-12 | 1 | -18/+17 |
* | Add signatures | Jeffas | 2019-09-12 | 2 | -2/+66 |
* | Add modify-labels command | Reto Brunner | 2019-09-12 | 1 | -3/+3 |
* | Add display of unread messages in dirlist | Jeffas | 2019-09-11 | 1 | -1/+98 |
* | Fix segfault on delete | Devon Johnson | 2019-09-11 | 1 | -1/+5 |
* | Add Mouseable | Jeffas | 2019-09-11 | 8 | -23/+212 |
* | widgets: gofmt | Wagner Riffel | 2019-09-04 | 1 | -2/+2 |
* | widgets: rewrite references to os.SET_SEEK to io.SeekStart | Wagner Riffel | 2019-09-04 | 1 | -4/+4 |
* | all: purge redundant underscores | Wagner Riffel | 2019-09-04 | 2 | -3/+3 |
* | Use sort.Stable for sorting displayed messages | a3v | 2019-09-02 | 1 | -1/+1 |
* | Allow custom spinner via config file | Paul Spooren | 2019-08-30 | 3 | -21/+12 |
* | Fix out-of-order messages by sorting as we display | Stephen Brennan | 2019-08-29 | 1 | -0/+31 |
* | Add :prompt command | Christopher Vittal | 2019-08-26 | 2 | -6/+69 |
* | Only compile regex portion of folder filter | Daniel Xu | 2019-08-20 | 1 | -1/+1 |
* | folder filter: only assume regex if filter is ~fmt | Drew DeVault | 2019-08-20 | 1 | -4/+9 |
* | Add forwarding as attachment feature | Jelle Besseling | 2019-08-20 | 1 | -0/+9 |
* | Add addresses argument to forward command | Jelle Besseling | 2019-08-20 | 1 | -0/+7 |
* | Add support for <C-j> as '<Enter>' in ExLine | Christopher Vittal | 2019-08-19 | 1 | -1/+1 |
* | Support regex filters for folders | Daniel Xu | 2019-08-19 | 1 | -1/+11 |
* | Revert "add close command at global level" | Drew DeVault | 2019-08-13 | 1 | -8/+0 |