aerc/commands/account
Galen Abell 28fc9fa53d Add :save and :pipe commands to viewer
* :save takes a path and saves the current message part to that location
* :pipe is the same as pipe on the account page, but uses the current
  message part rather than the whole email (ie :pipe gzip -d)
* Refactored account:pipe and extracted common pipe code to
  commands.util.QuickTerm
* Added helper command aerc.PushError
2019-05-27 09:37:07 -04:00
..
account.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
cf.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
compose.go Fix scdoc & gofmt issues 2019-05-18 15:34:16 -04:00
copy.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
delete.go Rename :delete-message et al to :delete et al 2019-05-19 18:23:34 -04:00
move.go Advance cursor after :delete and :move 2019-05-19 18:21:02 -04:00
next-folder.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
next.go Rename :delete-message et al to :delete et al 2019-05-19 18:23:34 -04:00
pipe.go Add :save and :pipe commands to viewer 2019-05-27 09:37:07 -04:00
reply.go Implement :forward 2019-05-25 14:52:57 -04:00
select.go Missed a spot 2019-05-19 18:25:38 -04:00
view.go Rename :delete-message et al to :delete et al 2019-05-19 18:23:34 -04:00