Age | Commit message (Expand) | Author |
2019-04-07 | Lowercase MIME types while matching filters | Gokberk Yaltirakli |
2019-04-05 | Clear damage on each terminal.Draw call | Drew DeVault |
2019-04-05 | Fix wrong row due to typo | Tom Lebreux |
2019-04-05 | Fix infinite loop on empty DirectoryContents | Tom Lebreux |
2019-04-04 | Show (no messages) for empty folders | Drew DeVault |
2019-03-31 | Remove extra debug statement | Drew DeVault |
2019-03-31 | Use shell to execute filters, fix non-determinism | Drew DeVault |
2019-03-31 | Implement header-regex-match filters | Drew DeVault |
2019-03-31 | Improve error handling in message viewer | Drew DeVault |
2019-03-31 | Add basic filter implementation | Drew DeVault |
2019-03-31 | Decode messages before rendering them | Drew DeVault |
2019-03-31 | Make message viewer real, part two | Drew DeVault |
2019-03-31 | Make the message viewer real, part one | Drew DeVault |
2019-03-30 | Add message view commands, :close | Drew DeVault |
2019-03-30 | Minor refactoring to header view | Drew DeVault |
2019-03-30 | Fix crash on command not found | Drew DeVault |
2019-03-30 | Use bold instead of inverted for header names | Drew DeVault |
2019-03-30 | Add multipart selector mockup to msgviewer | Drew DeVault |
2019-03-30 | Add basic message viewer mockup | Drew DeVault |
2019-03-30 | Correct color of error messages | Drew DeVault |
2019-03-30 | Use tcell.Style.Reverse instead of black on white | Drew DeVault |
2019-03-30 | Implement :pipe | Drew DeVault |
2019-03-30 | Show deleted emails pending server ack in grey | Drew DeVault |
2019-03-29 | Add body fetching support code | Drew DeVault |
2019-03-21 | Expire status errors on input | Drew DeVault |
2019-03-21 | term: don't mess with cursor when unfocused | Drew DeVault |
2019-03-21 | Enable alt screen on built-in terminal | Drew DeVault |
2019-03-21 | Make terminal closure thread safe | Drew DeVault |
2019-03-21 | Use GetCursorPos instead of stored position | Drew DeVault |
2019-03-21 | Skip writes if term is closed | Drew DeVault |
2019-03-21 | Improve cursor handling in embedded terminal | Drew DeVault |
2019-03-21 | Fix cursor handling in embedded terminal | Drew DeVault |
2019-03-21 | Forward key events to child terminal | Drew DeVault |
2019-03-21 | Use : for keybindings even when ex is overridden | Drew DeVault |
2019-03-21 | Rig up terminal keybinding group | Drew DeVault |
2019-03-21 | Use user's configured ex key | Drew DeVault |
2019-03-21 | Add context-specific keybindings | Drew DeVault |
2019-03-20 | Implement :delete-message | Drew DeVault |
2019-03-17 | moar colors | Drew DeVault |
2019-03-17 | Fix scrolling issues on :select-message | Drew DeVault |
2019-03-17 | s/:term-close/:close/g | Drew DeVault |
2019-03-17 | Wrap Terminal in TermHost | Drew DeVault |
2019-03-17 | Add :term-close | Drew DeVault |
2019-03-17 | Handle terminal title, login shell | Drew DeVault |
2019-03-17 | Implement :next-tab, :prev-tab | Drew DeVault |
2019-03-17 | Move exline handling up to aerc, add :term | Drew DeVault |
2019-03-17 | commands: handle case where no account selected | Drew DeVault |
2019-03-17 | Fix terminal colors; wait until tty size is known | Drew DeVault |
2019-03-17 | Add basic terminal widget | Drew DeVault |
2019-03-15 | Implement :select-message | Drew DeVault |