aerc/widgets
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-wizard.go Introduce :new-account -t 2019-06-05 09:32:43 -04:00
account.go Add archive command 2019-06-09 11:33:50 -04:00
aerc.go Add :save and :pipe commands to viewer 2019-05-27 09:37:07 -04:00
compose.go Execute the editor with the shell 2019-06-07 10:15:35 -04:00
dirlist.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
exline.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
msglist.go msglist: use distinct style for unread emails 2019-06-08 10:59:51 -04:00
msgviewer.go Message list: implement index-format option 2019-06-07 16:22:01 -04:00
providesmessage.go Add date to message viewer 2019-06-02 10:23:53 -04:00
spinner.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
status.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
tabhost.go Move exline handling up to aerc, add :term 2019-03-17 16:19:15 -04:00
terminal.go Use forked version of tcell 2019-06-01 11:28:29 -04:00