aerc/commands/msgview
Clayton Craft e56ceb099e Support directories in path to :save
This adds new functionality to :save in the message view for specifying
directories in the path. A new flag, -p, is also added to :save for
automatically creating any directories in the path that do not exist.

If the path ends in a / (e.g. "Downloads/mail/") or if the path is an
existing directory, the part's file name is the filename from the mail
header for the part. Otherwise, it uses the last element in the path as
the filename (e.g. 'blah.jpg' is the filename if the path is
'Downloads/mail/blah.jpg')
2019-06-14 09:48:20 -04:00
..
close.go Fix scdoc & gofmt issues 2019-05-18 15:34:16 -04:00
msgview.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
next-part.go Implement :next-part, :prev-part 2019-05-20 16:49:39 -04:00
next.go commands/msgview: Add next/prev commands 2019-06-11 09:34:48 -04:00
pipe.go Add :save and :pipe commands to viewer 2019-05-27 09:37:07 -04:00
save.go Support directories in path to :save 2019-06-14 09:48:20 -04:00
toggle-headers.go implements ability to view headers in message view 2019-06-07 09:20:24 -04:00