Richard Russon

Results 317 comments of Richard Russon

That's a great idea! Like Notmuch's virtual folders. A quick look through the [IMAP RFC](https://tools.ietf.org/html/rfc3501#section-6.4.4) shows lots of searching commands. Because the server's doing the work, there would be a...

Here's some info to get you started: - General newbie info - https://neomutt.org/dev/newbie-tutorial - How to build NeoMutt - https://neomutt.org/dev/build - How to debug a curses app - https://neomutt.org/dev/debug Inside...

Thanks for the bug report. I'm a little surprised by the bisect. That commit is just gui refactoring, so it may just be a symptom. But the backtrace is very...

I've pushed some changes to `master` that affect how functions are defined and keys are bound. I've rebased your PR over them.

> Is there any chance to support hex colours by NeoMutt? **Good** Recent versions of ncurses can display RGB colours. The new colour code is ready to accept RGB colours...

Thanks for the info. > Can't reproduce it when I deliberately try to Yeah, that's what makes it so infuriating > it's a regression somewhere between 20180716 and 20191207 OK,...

> The documentation of the `source` command does **not** mention that `source` can take multiple files as arguments Hmm... Yes, the docs are [pretty brief](https://neomutt.org/guide/configuration.html#source). It's not the only command,...

Will `^` work? https://neomutt.org/guide/advancedusage.html#shortcuts

Hmm... There's a way to mark a specific message, `~` + a letter, e.g `~z` As long as the threads aren't collapsed it seems to work. Something like: ``` macro...

I've pushed a fix (d5e77868f) for the immediate problem, though some other `%P` issues exist. (Ctrl-L will always correct them) In "modern" NeoMutt dialogs, the display work is split into...