Richard Russon
Richard Russon
It's on the (very long) todo list, but sorry, no progress yet. I'm tied up in some big changes, see Index v2 #3796 / branch [[flatcap/views]](https://github.com/neomutt/neomutt/tree/flatcap/views) and we don't have...
> Quickly look up the meaning of character flags in the help menu. > This would also lower the bar of entrance for using NeoMutt in the first place. That...
Sounds good. If we added a new `` function to the `generic` and `editor` menus, then it'd be available everywhere. Being a _function_, would mean it would get handled by...
Hmm... From the other issue, you `index_format` looks like: ```sh set index_format = '%3C %4Z %?X?📎& ? %D %-20.20F %.70s (%-4.4c) %>' ``` The `%X` could be the cause. To...
> Just seeking clarification on this No problem... I've just checked the behaviour, to be certain. The header cache stores the value for `%X`, **but** only for the emails you've...
Great find! That sounds perfect! Here's an HTML version of the docs: https://www.gnupg.org/documentation/manuals/gpgme/Encrypting-a-Plaintext.html
> He suggested sending separate mails to each BCC Yeah, I mentioned the same idea in #4251 / `*07` Hide Bcc. For plain emails, it'd be a piece of cake....
Please can you [open a discussion](https://github.com/neomutt/neomutt/discussions/categories/development) and sketch out your perfect goal for **all** of the upgrades. Code is great and each PR is small, but it's taking up a...
> I'm not good at diagrams Don't worry. Anything would do to get us started. It's pretty much just text, so you could mock it up in an editor, screenshot...
- clang-format - rebased over `[devel/security]`