Age | Commit message (Expand) | Author |
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 |
2019-05-16 | Revert "s/aerc.conf/address.conf/ in permission check" | Drew DeVault |
2019-05-16 | s/aerc.conf/address.conf/ in permission check | Cole Helbling |
2019-05-16 | Fix issues with OOB uids | Drew DeVault |
2019-05-16 | Abort if accounts.conf is world readable | Reto Brunner |
2019-05-16 | Improve reply-all recipient enumeration strategy | Drew DeVault |
2019-05-16 | Decode email when reading it for quoting | Drew DeVault |
2019-05-16 | Change default bindings for replies | Drew DeVault |
2019-05-16 | Don't prefix Re: if prefix already present | Drew DeVault |
2019-05-16 | Change default reply keybindings | Drew DeVault |
2019-05-16 | Implement :reply -q and :reply -a | Drew DeVault |
2019-05-16 | Implement (basic form) of :reply | Drew DeVault |
2019-05-16 | Let caller pass in custom headers to compose | Drew DeVault |
2019-05-15 | Copy sent emails to the Sent folder | Drew DeVault |
2019-05-14 | Fix default bindings for quit and edit | Drew DeVault |
2019-05-14 | Move ! bind to [messages] | Drew DeVault |
2019-05-14 | Add (non-functional) reply commands to bindings | Drew DeVault |
2019-05-14 | Add ! to default keybindings | Drew DeVault |
2019-05-14 | Implement move, mv commands | Drew DeVault |
2019-05-14 | Force INBOX to be included in dirlist | Drew DeVault |
2019-05-14 | Implement :copy (aka :cp) | Drew DeVault |
2019-05-14 | Implement abort command | Cole Helbling |
2019-05-14 | Update tab name as subject changes | Drew DeVault |
2019-05-14 | Add $EDITOR, internal config for compose | Drew DeVault |
2019-05-14 | Add IRC link to README.md | Drew DeVault |
2019-05-14 | Remove tab before going async | Drew DeVault |
2019-05-14 | Add distinct keybindings for each compose view | Drew DeVault |
2019-05-14 | Send emails asyncronously | Drew DeVault |
2019-05-14 | Implement sending emails /o/ | Drew DeVault |