Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-20 | Make commands join args with spaces | Jeffas | |
This patch ensures the following commands join their arguments with spaces to make it easier to interact with: - cf - mkdir - cd - attach - detach - ct - copy - move - save | |||
2019-09-04 | all: use fmt.Errorf for fomartting errors | Wagner Riffel | |
Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | |||
2019-09-04 | all: purge redundant underscores | Wagner Riffel | |
Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | |||
2019-08-13 | Revert "add close command at global level" | Drew DeVault | |
This reverts commit f0a0c5aa733fa66958c113465bfc5fdd3d7cc9f0. | |||
2019-08-13 | add close command at global level | Aditya Srivastava | |
2019-08-07 | Allow cc/bcc command to receive no arguments | Daniel Bridges | |
2019-08-07 | cc/bcc: Append to existing headers if called twice | Kevin Kuehler | |
Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu> | |||
2019-08-03 | Add cc and bcc commands | Daniel Bridges | |
2019-08-02 | Add filesystem completions for :attach and :cd | Galen Abell | |
Tab-completions now cycle through filesystem paths when using :attach or :cd commands. | |||
2019-07-29 | Sendmail: allow for arbitrary parameters | Reto Brunner | |
Allows the outgoing command to contain arguments and flags | |||
2019-07-27 | Add :detach command | Galen Abell | |
Add a command for removing attachments from a composed message. Syntax is :detach [path], with path being an optional argument specifying the path of one existing attachment. If no path is specified, the first attachment is removed. | |||
2019-07-27 | Add missing fallthrough | Drew DeVault | |
2019-07-27 | Implement sendmail support | Drew DeVault | |
2019-07-19 | Add :attach command for compose | Galen Abell | |
Allow users to add attachments to emails in the Compose view. Syntax is :attach <path>, where path is a valid file. Attachments will show up in the pre-send review screen. | |||
2019-06-29 | Implement basic tab completion support | Gregory Mullen | |
Tab completion currently only works on commands. Contextual completion will be added in the future. | |||
2019-06-21 | Fix Cc & Bcc handling in replies | Drew DeVault | |
2019-06-08 | Mark sent emails as read | Yash Srivastav | |
2019-05-26 | Implement :edit in compose screen | Drew DeVault | |
2019-05-25 | Fix special characters in address.PersonalName | Drew DeVault | |
2019-05-20 | Pass ServerName to tls.Config for SMTP | Drew DeVault | |
2019-05-20 | asdf | Drew DeVault | |
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 | Let caller pass in custom headers to compose | Drew DeVault | |
2019-05-15 | Copy sent emails to the Sent folder | Drew DeVault | |
Or rather, to a user-specified folder | |||
2019-05-14 | Implement abort command | Cole Helbling | |
This allows the user to close the compose tab without sending their current composition. | |||
2019-05-14 | Remove tab before going async | Drew DeVault | |
To prevent repeated attempts to send | |||
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-12 | Implement :{next,prev}-field in compose view | Drew DeVault | |