aerc/worker
Kalyan Sriram 402612fd97 notmuch: allow sort by file order
When using the notmuch backend, it often makes more sense to sort
folders (actual virtual folders, or queries) by the order specified in
the query-map file, rather than alphabetically. This patch introduces a
configuration option (disabled by default) that allows this.

Additionally, due to the notmuch backend previously using maps (which
are order-undefined) to store the list of queries, default query
selection on aerc startup fluctuated. This patch fixes that by using
slices to store query order.
2021-11-13 15:25:04 +01:00
..
handlers go.mod: change base git url 2021-11-05 10:21:45 +01:00
imap messages: allow displaying email threads 2021-11-13 15:05:59 +01:00
lib go.mod: change base git url 2021-11-05 10:21:45 +01:00
maildir go.mod: change base git url 2021-11-05 10:21:45 +01:00
notmuch notmuch: allow sort by file order 2021-11-13 15:25:04 +01:00
types messages: allow displaying email threads 2021-11-13 15:05:59 +01:00
handler_notmuch.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
worker.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
worker_enabled.go go.mod: change base git url 2021-11-05 10:21:45 +01:00