From: Eric Wong Date: Thu, 17 Sep 2020 21:25:21 +0000 (+0000) Subject: doc: flow: include -imapd X-Git-Tag: v1.6.1~29 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=915e01b9cd771a84eaa8301bac7c0d2219b6a7a5 doc: flow: include -imapd It's another read-only daemon, and it may see more usage than -nntpd as more users have IMAP support than NNTP. (cherry picked from commit 1fcb5694c2fdd4200820f777f27f9f55cd51b6ae) --- diff --git a/Documentation/flow.ge b/Documentation/flow.ge index 27f2bfcb..0cc1c333 100644 --- a/Documentation/flow.ge +++ b/Documentation/flow.ge @@ -21,6 +21,7 @@ graph { flow: down } [inboxdir] -> [read-only daemons:\n public-inbox-httpd\n + public-inbox-imapd\n public-inbox-nntpd] # Copyright 2020 all contributors diff --git a/Documentation/flow.txt b/Documentation/flow.txt index ac3459e4..8225cc8f 100644 --- a/Documentation/flow.txt +++ b/Documentation/flow.txt @@ -25,6 +25,7 @@ +--------------------+ | read-only daemons: | | public-inbox-httpd | + | public-inbox-imapd | | public-inbox-nntpd | +--------------------+