aboutsummaryrefslogtreecommitdiffstats
path: root/config/aerc.conf
diff options
context:
space:
mode:
authorSijmen <me@sijman.nl>2022-08-13 01:44:44 +0200
committerRobin Jarry <robin@jarry.cc>2022-08-22 09:45:02 +0200
commitdb39ca181adf61ebb5a89fe5eb7a1e0d6836be56 (patch)
tree5c966b33de809d6e4e836e80695ee34d34828944 /config/aerc.conf
parent7377b8b05a6276dd2913ca8836f9c7b96f3b09ca (diff)
downloadaerc-db39ca181adf61ebb5a89fe5eb7a1e0d6836be56.tar.gz
dirtree: add dirtree-collapse config setting
Adds a setting to the configuration to choose at which level the folders in the dirtree are collapsed by default. In my case, this is useful because my organisation has some rather deep nesting in the folder structure, and a _lot_ of folders, and this way I can keep my dirtree uncluttered while still having all folders there if I need them. Signed-off-by: Sijmen <me@sijman.nl> Acked-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'config/aerc.conf')
-rw-r--r--config/aerc.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/aerc.conf b/config/aerc.conf
index fc6479af..c60f4b03 100644
--- a/config/aerc.conf
+++ b/config/aerc.conf
@@ -103,6 +103,12 @@ dirlist-delay=200ms
# Default: false
dirlist-tree=false
+# If dirlist-tree is enabled, set level at which folders are collapsed by
+# default. Set to 0 to disable.
+#
+# Default: 0
+dirlist-collapse=0
+
# List of space-separated criteria to sort the messages by, see *sort*
# command in *aerc*(1) for reference. Prefixing a criterion with "-r "
# reverses that criterion.