aerc/commands
Robert Günzler acfe7d7625 Add archive command
Adds an archive command that moves the current message into the folder
specified in the account config entry.

Supports three layouts at this point:

- flat: puts all messages next to each other
- year: creates a folder per year
- month: same as above, plus folders per month

This also adds a "-p" argument to "cp" and "mv" that works like
"--parents" on mkdir(1). We use this to auto-create the directories
for the archive layout.
2019-06-09 11:33:50 -04:00
..
account widget: Add ProvidesMessage interface 2019-06-02 10:16:29 -04:00
compose Mark sent emails as read 2019-06-08 12:44:01 -04:00
msg Add archive command 2019-06-09 11:33:50 -04:00
msgview implements ability to view headers in message view 2019-06-07 09:20:24 -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 Introduce :new-account -t 2019-06-05 09:32:43 -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