about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-05-28 00:07:57 +0000
committerEric Wong <e@80x24.org>2021-05-28 03:47:37 +0000
commit552e04a17e083c62d73879da6349bc2465a0ecbd (patch)
treee983c540abd59179366b413b0f46ddece3716b88 /lib
parent27115f700b32887b960eaaf5234fd35bc4e7d8be (diff)
downloadpublic-inbox-552e04a17e083c62d73879da6349bc2465a0ecbd.tar.gz
It seems possible and natural to allow browsing lei/store as
a Maildir (as well as read-write JMAP/IMAP store).
Diffstat (limited to 'lib')
-rw-r--r--lib/PublicInbox/LEI.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/PublicInbox/LEI.pm b/lib/PublicInbox/LEI.pm
index ad5f06be..07378ca7 100644
--- a/lib/PublicInbox/LEI.pm
+++ b/lib/PublicInbox/LEI.pm
@@ -278,6 +278,7 @@ our %CMD = ( # sorted in order of importance/use:
 #'reorder-local-store-and-break-history' => [ '[REFNAME]',
 #        'rewrite git history in an attempt to improve compression',
 #        qw(gc!), @c_opt ],
+#'fuse-mount' => [ 'PATHNAME', 'expose lei/store as Maildir(s)', @c_opt ],
 #
 # internal commands are prefixed with '_'
 '_complete' => [ '[...]', 'internal shell completion helper',