Chris Webb
Chris Webb
Great, okay, that makes sense. I'll send a pull request. :)
Apart from the `configure --disable-docs` thing, `cd2nroff` is currently run as an executable script `./cd2nroff` using the `#!/usr/bin/env perl` magic at the top. I wonder if it would break in...
Daniel Stenberg ***@***.***> wrote: > Hm, I thought I tested that but clearly not... Ah, sorry, I thought I'd tested that --enable-manual wasn't enabled by default too, which would make...
Answering my own question for the benefit of anyone else who might want to do this: ```diff diff --git a/apps/nc/Makefile.am b/apps/nc/Makefile.am index aba306e..28ef3ec 100644 --- a/apps/nc/Makefile.am +++ b/apps/nc/Makefile.am @@ -16,12...
> @arachsys Is there a reason to not make a PR? Yes: this reverses an intentional change by the maintainer in https://github.com/libressl/portable/commit/a316f8ab8cf79895062c1d1fcc5d47c3d2cc6f6a. I'm assuming there's a good reason for the...
I agree with @arrufat that "column-wise" is clearer, and I think @dontlaugh is right that saying this explicitly is helpful. Also "mnemonic" doesn't have a 'u' in it and probably...
This is a great idea; I could imagine adding the bindings to the info unconditionally like this, or just as a replacement for the docstring when one isn't otherwise set....
PS The alternative version that shows the mapping only if the docstring isn't set might look like: ```diff diff --git a/src/commands.cc b/src/commands.cc index 373f3b5c..3c39fcc7 100644 --- a/src/commands.cc +++ b/src/commands.cc @@...
Yes, I'm not sure what mawww will make of it, but I've definitely pinched a variant of your idea for my local build as I found it really handy. Thanks!...
Hi. Do you have MailFlow working on up-to-date macOS, i.e. Ventura or later, given this pull request? To be honest, I've not been actively maintaining MailFlow and MailWrap as my...