[PATCH 0/2] some doc fixes

2020-09-17 Thread Eric Wong
Should've been in 1.6, oh well :x Anyways, https://public-inbox.org/flow.html is updated with -imapd Eric Wong (2): doc: flow: include -imapd doc: txt2pre: more manpage URLs Documentation/flow.ge | 1 + Documentation/flow.txt | 1 + Documentation/txt2pre | 8 3 files changed, 10

[PATCH 2/2] doc: txt2pre: more manpage URLs

2020-09-17 Thread Eric Wong
We host our own -imapd manpage, and we started using a few more git commands (fast-import for ages). We'll also need to link to manpages.debian.org and live with long URLs for a few non-standard manpages in software we reference. --- Documentation/txt2pre | 8 1 file changed, 8 insertion

[PATCH 1/2] doc: flow: include -imapd

2020-09-17 Thread Eric Wong
It's another read-only daemon, and it may see more usage than -nntpd as more users have IMAP support than NNTP. --- Documentation/flow.ge | 1 + Documentation/flow.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/Documentation/flow.ge b/Documentation/flow.ge index 27f2bfcb..0cc1c333 1006

Re: Epoch roll-over with imap

2020-09-17 Thread Eric Wong
Konstantin Ryabitsev wrote: > Good morning, and congratulations on 1.6.0! Thanks. > I'm starting to play with the new imapd mode (currently using the imap > daemon on public-inbox.org), and I am curious how we can make it obvious > to the clients that there is a new epoch available. For exampl

Epoch roll-over with imap

2020-09-17 Thread Konstantin Ryabitsev
Good morning, and congratulations on 1.6.0! I'm starting to play with the new imapd mode (currently using the imap daemon on public-inbox.org), and I am curious how we can make it obvious to the clients that there is a new epoch available. For example, if someone configures mbsync to fetch thin

[PATCH] git_async_cat: inline + drop redundant batch_prepare call

2020-09-17 Thread Eric Wong
$git->cat_async already calls $git->batch_prepare iff needed, so we can reduce subroutine calls and inline a one-off subroutine to save some memory, here. --- lib/PublicInbox/GitAsyncCat.pm | 14 +- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/lib/PublicInbox/GitAsyncC