[neomutt-devel] A Release is Coming!

Richard Russon rich at flatcap.org
Fri Sep 22 13:18:51 CEST 2023


Hi Jon,

> Did the timer change for how long you have to enter the second key on a two
> key command?

Ah!  Yes.

While NeoMutt is waiting for a keypress, there's lots of code that's
wanting attention: `$mail_check`, `$mail_check_stats_interval`,
`$imap_keep_alive`, `$pop_check_interval`.

The *granularity* of these checks, however, was `$timeout`.
If you set `$timeout` to 10 minutes, then nothing else would get checked
for that time.

I refactored the central loop to be 1 second and moved the other checks
outside.

> Is there a variable that adjusts that timer?

Not yet.

One of the reasons for breaking up the loop was so that I could refactor
the key handling.  That'll be in the next release (which shouldn't be
another 4 months :-)

This would include a configurable timeout for multi-keys.

> macro index <F1>i  "<change-folder> =INBOX<enter>"  "go to inbox"

A common shortcut is 'gi' (and a host of other g + letter)
That'd be a little easier to type at speed :-)

Or following Vim: ',' (comma) + letter.

> So far I haven't seen any other issues.

Great!

Cheers,
    FlatCap / Rich
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://mailman.neomutt.org/pipermail/neomutt-devel-neomutt.org/attachments/20230922/f6abb2b8/attachment.sig>


More information about the neomutt-devel mailing list