Richard Russon

Results 313 comments of Richard Russon

From IRC > is there a way to override a define set in audo.def? No. We decided ages ago that features that don't add any build dependencies should always be...

Rebased over `master`

> like what is done for `OP_DESCEND_DIRECTORY` yes

Thanks for the bug report @swirsz. I can't repeat the crash using your test case on `master`. A lot's changed since v2021-10-29. Notably, someone gave us an [OSS-Fuzz GitHub Action](https://github.com/neomutt/neomutt/blob/master/.github/workflows/cifuzz.yml)....

Thanks for the PR, @darrel-glud. It seems like a reasonable thing to do (and a quick scan of the code looks good :-) It's going to take little while to...

Hi Darrel, Sorry for the long silences. I'm still interested in the PR. For over six months I've been deeply buried, refactoring the GUI code (I still am). Despite that,...

> if this is the right direction Yep. This a great start! Well done! > how to document it in the manual? [docs/config.c](https://github.com/neomutt/neomutt/blob/main/docs/config.c) Some format strings refer to `$status_format`, etc....

> Added some changes Yes. And then some :-) > would it be correct to check for new messages using `Email`s `received` value? Hmm... I hadn't thought of _that_. (/me...

### Next Steps Quite a lot's changed since yesterday! The biggest change is that you've moved the code to `libmutt` (I guess to make the testing build) `libmutt` is the...

> checking each time for which messages are new could be terribly inefficient All the structures are in-memory, so it probably won't be _that_ slow. (and this will be a...