| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | compose: add space between headers and editor | Drew DeVault | 2020-03-03 | 1 | -3/+5 |
* | Initial support for PGP decryption & signatures | Drew DeVault | 2020-03-03 | 6 | -46/+269 |
* | Add move-tab command | Jeffas | 2020-03-03 | 1 | -0/+12 |
* | Only show spinner while sorting if no uids | Jeffas | 2020-02-28 | 1 | -7/+7 |
* | Don't show empty message while sorting | Jeffas | 2020-02-28 | 1 | -0/+6 |
* | Set the store on the message list if it is nil | Jeffas | 2020-02-28 | 1 | -0/+3 |
* | Don't set the store on an update to it | Jeffas | 2020-02-28 | 1 | -4/+0 |
* | widgets/dirlist: Fix total message count | Reto Brunner | 2020-02-25 | 1 | -4/+6 |
* | Fix crash on mouse scrolling between message parts | Amir Yalon | 2020-02-25 | 1 | -2/+2 |
* | Fix crash on mouse scrolling before messages load | Wiktor Kwapisiewicz | 2020-02-22 | 1 | -2/+6 |
* | fix missing import | Reto Brunner | 2020-02-19 | 1 | -0/+1 |
* | Revert "Only fetch the directory contents when we are switching directories" | Reto Brunner | 2020-02-19 | 2 | -6/+1 |
* | dirlist: actually honor the DirInfo | Reto Brunner | 2020-02-16 | 1 | -25/+36 |
* | Only fetch the directory contents when we are switching directories | Reto Brunner | 2020-02-16 | 2 | -1/+18 |
* | Ensure we aren't selecting negative directories | Andreas Rammhold | 2020-02-07 | 1 | -0/+6 |
* | dirlist: adapt to dynamic UIconfig | Reto Brunner | 2020-01-28 | 2 | -11/+21 |
* | dirlist: remove not needed sort function | Reto Brunner | 2020-01-28 | 1 | -2/+1 |
* | config: Strongly type context type | Reto Brunner | 2020-01-24 | 2 | -3/+3 |
* | Contextual UI Configuration | Srivathsan Murali | 2020-01-24 | 3 | -10/+27 |
* | Display the mimetype when offering to pipe or save | Luke Drummond | 2020-01-20 | 1 | -1/+3 |
* | Switch back to upstream pty library | Ben Fiedler | 2020-01-16 | 1 | -1/+1 |
* | Correct spelling | Reto Brunner | 2020-01-16 | 1 | -1/+1 |
* | remove Original* check | Leszek Cimała | 2020-01-09 | 1 | -2/+1 |
* | create OriginalMail struct | Leszek Cimała | 2020-01-09 | 2 | -3/+5 |
* | FetchBodyParts: decode source in the workers | Reto Brunner | 2020-01-05 | 1 | -23/+3 |
* | msgviewer: decode headers prior to displaying them | Reto Brunner | 2020-01-05 | 1 | -1/+7 |
* | msgviewer: bypass filter for headers | Reto Brunner | 2020-01-05 | 1 | -3/+6 |
* | msgviewer: do not anchor ansi escape to start of line | Reto Brunner | 2020-01-05 | 1 | -1/+1 |
* | msgviewer: Add Labels as a virtual header | Reto Brunner | 2019-12-27 | 2 | -6/+26 |
* | add LabelList event | Reto Brunner | 2019-12-21 | 1 | -0/+7 |
* | msglist: highlight marked messages | Reto Brunner | 2019-12-21 | 1 | -1/+1 |
* | 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 |