From 940a297f11b06e2bdcaf3ea291283169ec437535 Mon Sep 17 00:00:00 2001
From: toogley <9417950+toogley@users.noreply.github.com>
Date: Sat, 25 May 2019 10:59:48 +0200
Subject: [PATCH] doc: add example to find all maildir mailboxes
---
doc/manual.xml.head | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/doc/manual.xml.head b/doc/manual.xml.head
index 2fdb76d69..dd50e7aeb 100644
--- a/doc/manual.xml.head
+++ b/doc/manual.xml.head
@@ -9306,6 +9306,14 @@ subjectrx '\[[^]]*\]:? *' '%L%R'
don't completely rely on this feature.
+
+
+ When using Maildir, you don't have to manually specify all your mailboxes. You can use this command instead:
+
+ mailboxes `find ~/.mail/ -type d -name cur | sed 's:/cur/*$::' | tr '\n' ' '`
+
+
+
--
2.40.0