summary refs log tree commit diff stats
path: root/commands/compose/attach.go
Commit message (Collapse)AuthorAgeFilesLines
* 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.