[neomutt-devel] A Release is Coming!
наб
nabijaczleweli at nabijaczleweli.xyz
Fri Sep 22 01:51:06 CEST 2023
With the historical note that the message log is relatively recent the
historical sleeping behaviour makes sense (but it's nonetheless shocking
it took this long for someone to get sufficiently annoyed at it).
Persisting the latest message with a
"consecutive messages that didn't last for $sleep_time" counter,
like you describe it, feels like a superiour synthesis.
On Fri, Sep 22, 2023 at 12:23:50AM +0100, Richard Russon wrote:
> > clock_nanosleep(CLOCK_REALTIME, 0, {tv_sec=0, tv_nsec=999000000}, NULL) = 0
> Please can you run `neomutt -d1` and have a look through the logs.
> Error messages, prefixed by `<E>`, could be causing the delay.
>
> If you can find the specific one causing your problem, I can fix it.
The only "error" per se here is
$ grep -C3 '<E>' .neomuttdebug0
[2023-09-22 01:38:25]<1> msgwin_repaint() msgwin repaint done
[2023-09-22 01:38:25]<1> mx_path_probe() unable to stat /var/mail/nabijaczleweli: No such file or directory (errno 2)
[2023-09-22 01:38:25]<1> mx_path_probe() unable to stat /var/mail/nabijaczleweli: No such file or directory (errno 2)
[2023-09-22 01:38:25]<E> main() Unable to open mailbox /var/mail/nabijaczleweli
[2023-09-22 01:38:25]<1> msgwin_set_text() MW SET: 47, Unable to open mailbox /var/mail/nabijaczleweli
[2023-09-22 01:38:25]<1> msgwin_calc_rows() msgwin_calc_rows() => 1
[2023-09-22 01:38:25]<1> msgwin_repaint() msgwin repaint done
Which is correct
‒ I don't have local mail and set an IMAP mailbox in the config;
interestingly, it looks like it's connecting twice?
$ grep '<M>' .neomuttdebug0
[2023-09-22 01:44:23]<M> log_file_open() Debugging at level 1 to file '/home/nabijaczleweli/.neomuttdebug0'
[2023-09-22 01:44:23]<M> mutt_mailbox_list() New mail in ~/mail/feeds
[2023-09-22 01:44:23]<M> raw_socket_open() Looking up mail.nabijaczleweli.xyz...
[2023-09-22 01:44:23]<M> raw_socket_open() Connecting to mail.nabijaczleweli.xyz...
[2023-09-22 01:44:23]<M> tls_negotiate() SSL/TLS connection using TLS1.3 (ECDHE-RSA/AES-256-GCM/AEAD)
[2023-09-22 01:44:23]<M> imap_auth_plain() Logging in...
[2023-09-22 01:44:23]<M> raw_socket_open() Looking up mail.nabijaczleweli.xyz...
[2023-09-22 01:44:23]<M> raw_socket_open() Connecting to mail.nabijaczleweli.xyz...
[2023-09-22 01:44:23]<M> tls_negotiate() SSL/TLS connection using TLS1.3 (ECDHE-RSA/AES-256-GCM/AEAD)
[2023-09-22 01:44:23]<M> imap_auth_plain() Logging in...
[2023-09-22 01:44:23]<M> mx_mbox_open() Reading imaps://...@mail.nabijaczleweli.xyz:993/INBOX...
[2023-09-22 01:44:23]<M> imap_mbox_open() Selecting INBOX...
[2023-09-22 01:44:23]<M> mutt_sort_headers() Sorting mailbox...
[2023-09-22 01:44:24]<M> mx_mbox_close() Mailbox is unchanged
[2023-09-22 01:44:24]<M> imap_logout_all() Closing connection to mail.nabijaczleweli.xyz...
and perhaps earlier versions only connected once, and thus the
lengthening of the startup time? ‒
but I just set sleep_time=0 so, well, meh.
наб
-------------- 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/b5d9e524/attachment.sig>
More information about the neomutt-devel
mailing list