Relationship between public-inbox and ssoma?

2018-03-04 Thread Nicolás Ojeda Bär
Hello, Thanks very much for this great project. I am a bit puzzled about the difference between public-inbox and ssoma. In particular: - What is the difference between public-inbox-mda and ssoma-mda ? - Are the git repository formats the same for public-inbox and ssoma ? Any comments appreciat

Re: Relationship between public-inbox and ssoma?

2018-03-05 Thread Nicolás Ojeda Bär
s public-inbox-watch ever modify the message data? - In general public-inbox-watch prints very little about what it is doing, which makes it hard(er) to trace problems; a verbose flag would be a nice addition, I think. Thanks! Best wishes, Nicolás On Mon, Mar 5, 2018 at 3:07 AM, Eric Wong w

Re: Relationship between public-inbox and ssoma?

2018-03-05 Thread Nicolás Ojeda Bär
Hi Eric, Thanks for the quick reply. On Mon, Mar 5, 2018 at 6:50 PM, Eric Wong wrote: > Nicolás Ojeda Bär wrote: >> Hello Eric, >> >> Thanks for the prompt reply. I am trying to migrate a long-lived >> mailing list (65k messages over 26 years), below are some >&g

public-inbox-httpd feature request: sort oldest-first

2018-03-11 Thread Nicolás Ojeda Bär
Hello, Unless I missed something there does not seem to be a way to sort the message list oldest-to-newest. A little arrow somewhere to invert the order would be nice to have. Thanks! Best wishes, Nicolás

[BUG] public-inbox-httpd: messages without subject are not viewable

2018-03-11 Thread Nicolás Ojeda Bär
Hello, When browsing messages in the web interface, there is no link displayed for messages without subject. Using a "(no subject)" dummy subject like in the git repository would work well enough. Thanks! Best wishes, Nicolás

Re: public-inbox-httpd feature request: sort oldest-first

2018-03-14 Thread Nicolás Ojeda Bär
On Wed, Mar 14, 2018 at 8:13 AM, Eric Wong wrote: > Nicolás Ojeda Bär wrote: >> Hello, > > Minor nit about the Subject: this affects the PSGI > PublicInbox::WWW module, which works best with the bundled > -httpd, but really can work with any PSGI > (Perl Server Gateway In

Re: [BUG] public-inbox-httpd: messages without subject are not viewable

2018-03-14 Thread Nicolás Ojeda Bär
On Wed, Mar 14, 2018 at 8:21 AM, Eric Wong wrote: > Nicolás Ojeda Bär wrote: >> Hello, >> >> When browsing messages in the web interface, there is no link >> displayed for messages without subject. Using a "(no subject)" dummy >> subject like in the git

SIGWINCH not recognized under macOS

2022-10-15 Thread Nicolás Ojeda Bär
Hello, I'm trying to use public-inbox on macOS (a BSD derivative). The logic hardcoding the signal number for SIGWINCH needs to be extended to handle this case. There may be other similar changes which are needed, but this is the only one I've seen so far. Cheers, Nicolas

[PATCH] SIGWINCH is 28 on macOS

2022-10-15 Thread Nicolás Ojeda Bär
--- lib/PublicInbox/Sigfd.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/PublicInbox/Sigfd.pm b/lib/PublicInbox/Sigfd.pm index 81e5a1b1..cb9ddc1a 100644 --- a/lib/PublicInbox/Sigfd.pm +++ b/lib/PublicInbox/Sigfd.pm @@ -15,8 +15,8 @@ sub new { my ($class, $si