Age | Commit message (Expand) | Author |
2019-05-22 | Install aerc-tutorial man page with make install | Drew DeVault |
2019-05-22 | Minor improvements to aerc-tutorial | Drew DeVault |
2019-05-22 | Install default configs to XDG config if not found | Drew DeVault |
2019-05-22 | Add GOFLAGS variable to Makefile | Drew DeVault |
2019-05-22 | Show account wizard if no accounts configured | Drew DeVault |
2019-05-22 | Implement :help | Drew DeVault |
2019-05-22 | Implement opening tutorial after account wizard | Drew DeVault |
2019-05-22 | Write new accounts to config and open tab | Drew DeVault |
2019-05-22 | Fix always showing last account tab | Drew DeVault |
2019-05-21 | Remove excess padding from incoming config page | Drew DeVault |
2019-05-21 | New account wizard, part one | Drew DeVault |
2019-05-21 | Use kebab-case for cred-cmds | Drew DeVault |
2019-05-20 | Load IMAP worker for imap+insecure | Drew DeVault |
2019-05-20 | Pass ServerName to tls.Config for SMTP | Drew DeVault |
2019-05-20 | Show unsupported mimetype message in red | Drew DeVault |
2019-05-20 | Show attachment names in multipart view | Drew DeVault |
2019-05-20 | Implement :next-part, :prev-part | Drew DeVault |
2019-05-20 | Flesh out multipart switcher | Drew DeVault |
2019-05-20 | Refactor message part into dedicated widget | Drew DeVault |
2019-05-20 | Verify TLS certificates | Drew DeVault |
2019-05-20 | asdf | Drew DeVault |
2019-05-20 | pipe.go: let tab widget handle ellipsis | Drew DeVault |
2019-05-19 | Missed a spot | Drew DeVault |
2019-05-19 | Rename :delete-message et al to :delete et al | Drew DeVault |
2019-05-19 | Advance cursor after :delete and :move | Drew DeVault |
2019-05-19 | Reset message list cursor when switching stores | Drew DeVault |
2019-05-19 | Advance message list cursor when messages arrive | Drew DeVault |
2019-05-19 | Implement :pwd command | Amin Bandali |
2019-05-19 | worker/types/worker: remove mutex | Simon Ser |
2019-05-19 | worker/types/worker: make ID allocation atomic | Simon Ser |
2019-05-19 | worker/types/worker: set ID before sending message | Simon Ser |
2019-05-19 | lib/ui/ui: use atomic instead of channel | Simon Ser |
2019-05-19 | Update internal state and draw from the same goroutine | Simon Ser |
2019-05-19 | Update go-imap and go-imap-idle | Simon Ser |
2019-05-19 | widgets/terminal: fix damage race condition | Simon Ser |
2019-05-18 | Fix scdoc & gofmt issues | Drew DeVault |
2019-05-18 | Implement loading passwords from external commands | Galen Abell |
2019-05-17 | s/aerc2/aerc/g | Drew DeVault |
2019-05-17 | Document dependencies | Drew DeVault |
2019-05-17 | Install filters to /usr/share/aerc/filters | Drew DeVault |
2019-05-17 | Add install target to Makefile | Drew DeVault |
2019-05-17 | Add man pages | Drew DeVault |
2019-05-17 | Remove unimplemented color configuration | Drew DeVault |
2019-05-17 | Implement ui.empty-message config option | Drew DeVault |
2019-05-17 | Remove debug logging | Drew DeVault |
2019-05-17 | Refactor STARTTLS to prevent downgrade attacks | Drew DeVault |
2019-05-17 | Fix date header on outgoing emails | Drew DeVault |
2019-05-16 | s/Sent/Message sent/ | Drew DeVault |
2019-05-16 | Abort if accounts.conf is world readable | Reto Brunner |
2019-05-16 | Revert "Abort if accounts.conf is world readable" | Drew DeVault |