aerc/commands
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
..
account commands/msgview: Add next/prev commands 2019-06-11 09:34:48 -04:00
compose Mark sent emails as read 2019-06-08 12:44:01 -04:00
msg Move select functionality from msglist to msgstore 2019-06-11 09:34:36 -04:00
msgview Support directories in path to :save 2019-06-14 09:48:20 -04:00
terminal s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
cd.go Allow no arguments to :cd 2019-06-05 09:32:23 -04:00
commands.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
global.go Add context-specific commands 2019-03-21 16:30:23 -04:00
help.go Implement :help 2019-05-22 11:17:52 -04:00
new-account.go Fix :new-account getopts 2019-06-09 19:14:56 -04:00
next-tab.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
pwd.go Implement :pwd command 2019-05-19 14:36:11 -04:00
quit.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
term.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
util.go Add :save and :pipe commands to viewer 2019-05-27 09:37:07 -04:00