aerc/commands
Jeffas 90d26da58a Add sorting functionality
There is a command and config option. The criteria are a list of the
sort criterion and each can be individually reversed.

This only includes support for sorting in the maildir backend currently.
The other backends are not supported in this patch.
2019-09-20 14:56:02 -04:00
..
account Add sorting functionality 2019-09-20 14:56:02 -04:00
compose all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
msg Add completion for copy 2019-09-12 23:42:14 -04:00
msgview commands: move ParseNextPrevMessage error value to its last return value 2019-09-04 16:30:57 -10:00
terminal all: purge redundant underscores 2019-09-04 16:30:57 -10:00
cd.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
commands.go Fix directory completion case sensitivity 2019-08-03 10:48:47 -04:00
ct.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
exec.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
global.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
help.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
history.go Add command history and cycling 2019-07-26 14:29:34 -04:00
new-account.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
next-tab.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
prompt.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
pwd.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
quit.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
set.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
term.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
util.go Add CompletePath method 2019-08-02 09:22:39 -04:00