]> Sergey Matveev's repositories - public-inbox.git/commitdiff
lei: add TODO item for FUSE mount
authorEric Wong <e@80x24.org>
Fri, 28 May 2021 00:07:57 +0000 (00:07 +0000)
committerEric Wong <e@80x24.org>
Fri, 28 May 2021 03:47:37 +0000 (03:47 +0000)
It seems possible and natural to allow browsing lei/store as
a Maildir (as well as read-write JMAP/IMAP store).

lib/PublicInbox/LEI.pm

index ad5f06be2c98c922ee05b587df508fc4967e4cb8..07378ca7bd1e1bc3be6bab0c95ccf897f373c35f 100644 (file)
@@ -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',