Richard Russon
Richard Russon
> it works That's all I saw :-) Woo! > "try all available methods" Yeah, that sounds familiar, but I'm sure we've commonly told people to `set smtp_authenticators = "login:plain"`...
The challenge can be broken down into: - Create a Command - Parse function - Prompt the user - Set the variable - Return Errors ## Create a Command There...
## Getting Started Here are a few links with useful info: - [Newbie Tutorial](https://neomutt.org/dev/newbie-tutorial) - [How to Build NeoMutt](https://neomutt.org/dev/build) - [Coding Style](https://neomutt.org/dev/code) - [Easy Tasks](https://neomutt.org/dev/easy-tasks) - [Various Useful Build Tools](https://neomutt.org/dev/analysis)
Hi @danielg0 > Is there still interest in introducing this feature? Yes, please! > have started to work on a fork implementing it Fantastic. The code looks reasonable. Does it...
> Basic functionality is done great > best way to implement `-anykey` Here in `mutt_buffer_enter_fname()` might be useful: https://github.com/neomutt/neomutt/blob/fa6afd8cf6cbb786709d78d096a317312cdfeb3d/gui/curs_lib.c#L465-L470 > thinking I might add an extra anykey argument to `mutt_buffer_get_field()`...
I'm a [Unix as an IDE](https://sanctum.geek.nz/arabesque/series/unix-as-ide/) kinda guy -- I spend a lot of time manipulating files on the command line. As such, I have a heavily overridden `.inputrc` Beyond...
Archived to: https://github.com/neomutt/neomutt-old/tree/notify
Archived to: https://github.com/neomutt/neomutt-old/tree/attach-insert
Rebased over `main` (NeoMutt 2023-03-22).
Archived to: https://github.com/neomutt/neomutt-old/tree/add-creat-maildir-function