Richard Russon

Results 313 comments of Richard Russon

I've pushed a small change to branch [[devel/source]](https://github.com/neomutt/neomutt/tree/devel/source) It helps, but it's not quite perfect. I'll have another look when I get some time.

Hmm... I've wondered about installing a `.desktop` file. We don't at the moment, which means Debian must be creating one. We _do_ have icons, though, in our [contrib/logo](https://github.com/neomutt/neomutt/tree/master/contrib/logo) dir. They...

Oh, translations! I hadn't thought about that. It seems that these fields are often translated: - Name - Comment - Keywords - GenericName [Edit: add common fields]

Hmm... Intermittent bugs are the worst, but... > I'd be happy to do some sort of debugging, but my knowledge is limited. Thanks, that'd really be appreciated. A great way...

Thanks for the bug report and data. I can imagine what's going wrong, but I can't repeat it. I'll keep thinking. Meanwhile, if you can reproduce the crash and get...

I couldn't get it to crash. I thrashed it with loads of sorting changes, but nothing.

Ah, ok. I saw some ugly threading arrows, but your original title said: **EXPLODES** -- I assumed that meant a crash

Nice find! Same problem in upstream Mutt. Shouldn't be too hard to fix.

Interesting... If you `set postpone_encrypt = yes` then NeoMutt will encrypt the draft email using `$pgp_default_key` or `$postpone_encrypt_as`. If you recall _that_ email, the subject will be restored correctly. There...

Perhaps: ``` ./configure --debug-screen ``` That'd enable a generic function `FILENAME` I initially thought about an automatic timestamp filename, but that'd make it hard for the caller to use. ---...