Age | Commit message (Expand) | Author |
2019-05-27 | Add :save and :pipe commands to viewer | Galen Abell |
2019-05-26 | Implement :edit in compose screen | Drew DeVault |
2019-05-25 | Implement :forward | Drew DeVault |
2019-05-25 | Fix special characters in address.PersonalName | Drew DeVault |
2019-05-22 | Implement :help | Drew DeVault |
2019-05-22 | Write new accounts to config and open tab | Drew DeVault |
2019-05-21 | New account wizard, part one | Drew DeVault |
2019-05-20 | Pass ServerName to tls.Config for SMTP | Drew DeVault |
2019-05-20 | Implement :next-part, :prev-part | Drew DeVault |
2019-05-20 | Flesh out multipart switcher | 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 | Implement :pwd command | Amin Bandali |
2019-05-18 | Fix scdoc & gofmt issues | Drew DeVault |
2019-05-17 | s/aerc2/aerc/g | Drew DeVault |
2019-05-17 | Remove debug logging | Drew DeVault |
2019-05-17 | Refactor STARTTLS to prevent downgrade attacks | Drew DeVault |
2019-05-16 | s/Sent/Message sent/ | Drew DeVault |
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 | Don't prefix Re: if prefix already present | 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 | Implement move, mv commands | 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 | 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 |
2019-05-14 | Add :send-message, prepares & writes email to /tmp | Drew DeVault |
2019-05-13 | Populate "From" header from config for new emails | Drew DeVault |
2019-05-12 | Implement :{next,prev}-field in compose view | Drew DeVault |
2019-05-12 | Add initial compose widget | Drew DeVault |
2019-05-11 | "Press any key to close" for completed processes | Drew DeVault |
2019-04-17 | Fix segfault on :select-message for unloaded messages | Tom Lebreux |
2019-04-10 | Fix segfault on :view-message for unloaded message | Tom Lebreux |
2019-03-31 | Make tab width of :pipe consistent | Drew DeVault |
2019-03-31 | Add basic filter implementation | Drew DeVault |
2019-03-31 | Rename FetchMessageBodies to FetchFullMessages | Drew DeVault |
2019-03-31 | Make the message viewer real, part one | Drew DeVault |
2019-03-31 | Don't parse mail in worker; send a reader instead | Drew DeVault |
2019-03-30 | Add message view commands, :close | Drew DeVault |