aerc/config
Michele Finotto dfe58842b9 Add custom sorting for folders
A new config options for accounts.conf (folders-sort) was added to
allow a user to choose which folders should be shown on top.
My use case was to avoid stepping into heavy, but rarely viewed folders
when cycling through other often accessed ones.

To test add this to your account.conf:

folders-sort  = INBOX,Sent,Archive

INBOX, Sent and Archive should then show at the top of your dirlist,
and all other folders should come next in alphabetical order.
2019-12-09 12:42:40 -05:00
..
accounts.conf Copy sent emails to the Sent folder 2019-05-15 19:41:21 -04:00
aerc.conf.in Add Templates with Parsing 2019-11-10 10:15:49 -05:00
bindings.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
bindings_test.go Implement key bindings subsystem 2019-03-15 01:31:23 -04:00
binds.conf Implement :filter, :clear 2019-07-19 11:30:32 -04:00
config.go Add custom sorting for folders 2019-12-09 12:42:40 -05:00
triggers.go Complete the F rune. 2019-11-17 13:19:20 -05:00