| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | msglist: highlight marked messages | Reto Brunner | 2019-12-21 | 1 | -2/+7 |
* | msgstore: add marking functionality | Reto Brunner | 2019-12-21 | 1 | -4/+127 |
* | Show textinput completions in popovers | Ben Burwell | 2019-12-21 | 1 | -50/+223 |
* | Add popovers | Ben Burwell | 2019-12-21 | 3 | -9/+102 |
* | 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 |
* | Fix crash if there is no to address for %F | Thorben Günther | 2019-11-25 | 1 | -1/+1 |
* | Complete the F rune. | Srivathsan Murali | 2019-11-17 | 1 | -3/+20 |
* | Add UI options to save/pipe messages with unsupported mimetypes | Greg Anders | 2019-11-17 | 1 | -1/+2 |
* | Correct capitalization in quoted_reply | Drew DeVault | 2019-11-10 | 1 | -12/+32 |
* | Add some defaults for template options | Drew DeVault | 2019-11-10 | 1 | -2/+2 |
* | Add Templates with Parsing | Srivathsan Murali | 2019-11-10 | 1 | -0/+160 |
* | lib/msgstore: fix invalid callback invocation | Reto Brunner | 2019-10-14 | 1 | -1/+1 |
* | Fix tab refocus on remove | Jeffas | 2019-10-14 | 1 | -8/+14 |
* | Fix pushing invalid tabs to history | Jeffas | 2019-10-14 | 1 | -1/+4 |
* | Revert "Show spinner when fetching contents" | Drew DeVault | 2019-10-09 | 1 | -6/+3 |
* | Preserve sorting order in search results | Jeffas | 2019-10-09 | 2 | -0/+18 |
* | Show spinner when fetching contents | Jeffas | 2019-10-09 | 1 | -3/+6 |
* | Print success to socket if no error was thrown | Heiko Carrasco | 2019-09-29 | 1 | -1/+5 |
* | Add sorting functionality | Jeffas | 2019-09-20 | 2 | -1/+72 |
* | Focus new tab after remove | Jeffas | 2019-09-18 | 1 | -0/+4 |
* | 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 |
* | Add Mouseable | Jeffas | 2019-09-11 | 6 | -24/+164 |
* | 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 |