Age | Commit message (Expand) | Author |
2020-02-16 | Request DirInfo whenever the unread count may have changed | Reto Brunner |
2020-02-16 | Only fetch the directory contents when we are switching directories | Reto Brunner |
2020-02-13 | lib: fix an out of bounds panic in the server | Daniel Martí |
2020-01-09 | compose: don't call ti.tabcomplete when it is nil | Timmy Douglas |
2020-01-09 | template: add exec and wrap | Leszek Cimała |
2020-01-09 | template: remove last \n to fix additional new lines after quote | Leszek Cimała |
2020-01-09 | add .OriginalMIMEType variable to reply template | Leszek Cimała |
2020-01-09 | create OriginalMail struct | Leszek Cimała |
2020-01-05 | FetchBodyParts: decode source in the workers | Reto Brunner |
2020-01-05 | Don't select completions until tab has been pressed | Ben Burwell |
2020-01-04 | Fix double >\n when quoting empty line | Srivathsan Murali |
2019-12-27 | Add labels to index format (%g) | Reto Brunner |
2019-12-22 | fix invalid format string | Reto Brunner |
2019-12-21 | msglist: highlight marked messages | Reto Brunner |
2019-12-21 | msgstore: add marking functionality | Reto Brunner |
2019-12-21 | Show textinput completions in popovers | Ben Burwell |
2019-12-21 | Add popovers | Ben Burwell |
2019-12-12 | Break early when delete happens in outdated state | Kiril Vladimiroff |
2019-12-07 | Initialize an empty message map in the message store on initialization | Rafael Castillo |
2019-11-25 | Fix crash if there is no to address for %F | Thorben Günther |
2019-11-17 | Complete the F rune. | Srivathsan Murali |
2019-11-17 | Add UI options to save/pipe messages with unsupported mimetypes | Greg Anders |
2019-11-10 | Correct capitalization in quoted_reply | Drew DeVault |
2019-11-10 | Add some defaults for template options | Drew DeVault |
2019-11-10 | Add Templates with Parsing | Srivathsan Murali |
2019-10-14 | lib/msgstore: fix invalid callback invocation | Reto Brunner |
2019-10-14 | Fix tab refocus on remove | Jeffas |
2019-10-14 | Fix pushing invalid tabs to history | Jeffas |
2019-10-09 | Revert "Show spinner when fetching contents" | Drew DeVault |
2019-10-09 | Preserve sorting order in search results | Jeffas |
2019-10-09 | Show spinner when fetching contents | Jeffas |
2019-09-29 | Print success to socket if no error was thrown | Heiko Carrasco |
2019-09-20 | Add sorting functionality | Jeffas |
2019-09-18 | Focus new tab after remove | Jeffas |
2019-09-18 | Revert "Fix out-of-order messages by sorting as we display" | Drew DeVault |
2019-09-12 | Add modify-labels command | Reto Brunner |
2019-09-11 | Add display of unread messages in dirlist | Jeffas |
2019-09-11 | Add Mouseable | Jeffas |
2019-09-04 | widgets: remove redundant key check, delete is no-op if key is empty | Wagner Riffel |
2019-08-29 | extract search criteria parsing into the backends | Reto Brunner |
2019-08-29 | Fix out-of-order messages by sorting as we display | Stephen Brennan |
2019-08-12 | Add delete forward <C-k> and backward <C-u> | Christopher Vittal |
2019-08-07 | Implement next-folder using NextPrev with amount | Jelle Besseling |
2019-08-03 | Remove aerc specific code from the ui | Nicolai Dagestad |
2019-07-29 | Fix test failures | Drew DeVault |
2019-07-29 | Ring bell when new messages arrive0.2.0 | Ben Burwell |
2019-07-29 | lib/msgstore: Fix Select, Next, Prev with filter | Kevin Kuehler |
2019-07-26 | Fix tabstrip over-drawing when not enough space | Jeffas |
2019-07-26 | Add tab completion to textinputs | Jeffas |
2019-07-26 | Fix invalid tab state when deselecting removed tab | Drew DeVault |