about summary refs log tree commit diff stats
path: root/commands/compose/attach.go
Commit message (Collapse)AuthorAgeFilesLines
* Add filesystem completions for :attach and :cdGalen Abell2019-08-021-1/+7
| | | | | Tab-completions now cycle through filesystem paths when using :attach or :cd commands.
* Add :attach command for composeGalen Abell2019-07-191-0/+56
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.