| Commit message (Expand) | Author | Age | Files | Lines |
* | ParseAddressList: return empty list if "" is provided | Reto Brunner | 2020-08-24 | 1 | -0/+6 |
* | Localize timestamps in the message list | Reto Brunner | 2020-08-22 | 1 | -2/+2 |
* | base models.Address on the mail.Address type | Reto Brunner | 2020-08-20 | 1 | -16/+44 |
* | Add `oauthbearer` support for SMTP | R Chowdhury | 2020-08-13 | 1 | -2/+2 |
* | improve date parsing for notmuch/maildir | Reto Brunner | 2020-08-10 | 1 | -2/+18 |
* | Implement style configuration. | Kalyan Sriram | 2020-08-06 | 5 | -60/+48 |
* | Revert "Implement style configuration." | Reto Brunner | 2020-07-30 | 5 | -48/+60 |
* | Implement style configuration. | Kalyan Sriram | 2020-07-30 | 5 | -60/+48 |
* | Remove hard coded bodystruct path everywhere | Reto Brunner | 2020-07-27 | 1 | -0/+38 |
* | 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 | 2 | -5/+6 |
* | Allow open to be asynchronous | Andrew Jeffery | 2020-07-08 | 2 | -4/+26 |
* | Fix a nil Envelope when getting the format | Andrew Jeffery | 2020-07-03 | 1 | -0/+48 |
* | Fix dates in reply/forward commands. | Reto Brunner | 2020-06-26 | 1 | -3/+2 |
* | Make grid sizes dynamic | Jeffas | 2020-06-09 | 1 | -10/+16 |
* | Revert "Add Style configuration" | Drew DeVault | 2020-05-28 | 5 | -48/+60 |
* | Add Style configuration | Reto Brunner | 2020-05-27 | 5 | -60/+48 |
* | Set AnsweredFlag on successful reply | Srivathsan Murali | 2020-05-25 | 1 | -0/+9 |
* | pgp: fail gracefully from email decryption | Ray Ganardi | 2020-05-25 | 1 | -7/+11 |
* | FetchBodyPart doesn't need the parent body structure | Reto Brunner | 2020-05-17 | 2 | -7/+4 |
* | imap: Remove FetchMessageBodyPart.{Encoding,Charset} | Reto Brunner | 2020-05-16 | 1 | -13/+2 |
* | templates: add version func | Reto Brunner | 2020-05-06 | 1 | -0/+8 |
* | lib/messageview: mark messages as read | Reto Brunner | 2020-05-06 | 1 | -0/+1 |
* | libui: don't require beeper for main content | Drew DeVault | 2020-05-05 | 1 | -2/+4 |
* | Fix array out of bounds error | burrowing-owl | 2020-05-05 | 1 | -1/+1 |
* | store.FetchFull: Change callback type to expose entire message | Ben Fiedler | 2020-05-01 | 2 | -6/+8 |
* | Remove ability to specify headers in the editor | Reto Brunner | 2020-04-24 | 1 | -4/+5 |
* | fix: Close unused MessageView when swapping view | Ray Ganardi | 2020-04-20 | 1 | -0/+5 |
* | Add pinned tabs | Jeffas | 2020-03-09 | 1 | -5/+62 |
* | Initial support for PGP decryption & signatures | Drew DeVault | 2020-03-03 | 4 | -0/+217 |
* | Add move-tab command | Jeffas | 2020-03-03 | 1 | -0/+41 |
* | 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 |
* | toLocal template function | sqwishy | 2020-02-25 | 1 | -0/+5 |
* | 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 |
* | lib: fix an out of bounds panic in the server | Daniel Martí | 2020-02-13 | 1 | -1/+2 |
* | compose: don't call ti.tabcomplete when it is nil | Timmy Douglas | 2020-01-09 | 1 | -0/+4 |
* | template: add exec and wrap | Leszek Cimała | 2020-01-09 | 1 | -0/+23 |
* | template: remove last \n to fix additional new lines after quote | Leszek Cimała | 2020-01-09 | 1 | -0/+2 |
* | add .OriginalMIMEType variable to reply template | Leszek Cimała | 2020-01-09 | 1 | -15/+18 |
* | create OriginalMail struct | Leszek Cimała | 2020-01-09 | 1 | -12/+16 |
* | FetchBodyParts: decode source in the workers | Reto Brunner | 2020-01-05 | 1 | -3/+14 |
* | Don't select completions until tab has been pressed | Ben Burwell | 2020-01-05 | 1 | -6/+8 |
* | Fix double >\n when quoting empty line | Srivathsan Murali | 2020-01-04 | 1 | -0/+1 |
* | Add labels to index format (%g) | Reto Brunner | 2019-12-27 | 2 | -0/+5 |
* | fix invalid format string | Reto Brunner | 2019-12-22 | 1 | -1/+1 |