From: Eric Wong Date: Fri, 28 May 2021 00:07:57 +0000 (+0000) Subject: lei: add TODO item for FUSE mount X-Git-Tag: v1.7.0~633 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=552e04a17e083c62d73879da6349bc2465a0ecbd;p=public-inbox.git lei: add TODO item for FUSE mount It seems possible and natural to allow browsing lei/store as a Maildir (as well as read-write JMAP/IMAP store). --- 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',