Richard Russon
Richard Russon
A fanciful plan I had once was Markdown + fake mailboxes. All the docs would be in Markdown -- it's easily understood by beginners and has enough syntax for our...
Once you've built with `--debug-graphviz` you can run one of the debug functions: - `dump_graphviz()` - `dump_graphviz_attach_ctx()` - `dump_graphviz_body()` - `dump_graphviz_email()` Below, I've co-opted ``. When you hit p in...
Or make it: `--quote [n]` With no number, it'll quote the last comment, with a number, that many comments. I think the comments should be "block-quoted" with `>` and then...
> The return values `true` and `false` are meaningless. At least I didn't find any place where it's value is being used. Yep :-) > did you mean using `format_string()`...
> Tell me if it is better to push my changes to a branch Yes, you're welcome to create a `devel/SHORT-NAME` branch that's yours to play with. You can push...
> the feature page for the -C flag hasn't been updated with the recent fix (s/neomuttrc/gitconfig/).) I pushed a docs update an hour ago. Updating the docs is a fiddly...
> I like that behavior for now. Yeah, it looks good. A possible alternative is ``` Recipient: RSA key, ID [hidden] ```
A quick look at the crash (it's late here)... I see: ``` (gdb) p *state $2 = {fp_in = 0x615000016600, fp_out = 0x0, prefix = 0x0, flags = 0, wraplen...
My best guess of how it works, is... - An email might need several steps of processing to display it - Each `State` is one of those steps - The...
(This is from a quick trawl of the code, not from understanding :-) An email with an attachment of `application/pgp` (or something like that) will trigger it. In [`mutt_body_handler()`](https://github.com/neomutt/neomutt/blob/main/handler.c#L1631), https://github.com/neomutt/neomutt/blob/37d021f7257c98e6e82ce64ec5129790a8e5578a/handler.c#L1666-L1670...