Re: RFE: unified message-id lookup across all inboxes

2019-01-07 Thread Eric Wong
Konstantin Ryabitsev wrote: > Hello, all: > > One of the features lore.kernel.org users have been asking for is > ability to retrieve a message based on its message-id regardless of > which inbox it's in. Perhaps look them up in the order they are listed > in the config file and display the

[PATCH] view: stop storing all MIME objects on large threads

2019-01-07 Thread Eric Wong
While we try to discard the $smsg (SearchMsg) objects quickly, they remain referenced via $node (SearchThread::Msg) objects, which are stored forever in $ctx->{mapping} to cull redundant words out of subjects in the thread skeleton. This significantly cuts memory bloat with large search results

RFE: unified message-id lookup across all inboxes

2019-01-07 Thread Konstantin Ryabitsev
Hello, all: One of the features lore.kernel.org users have been asking for is ability to retrieve a message based on its message-id regardless of which inbox it's in. Perhaps look them up in the order they are listed in the config file and display the first found? The way it works currently is

[PATCH] doc: various overview-level module comments

2019-01-07 Thread Eric Wong
Hopefully this helps people familiarize themselves with the source code. --- lib/PublicInbox/AltId.pm | 9 + lib/PublicInbox/ContentId.pm | 5 + lib/PublicInbox/GetlineBody.pm | 4 lib/PublicInbox/GitHTTPBackend.pm | 2 +-