Re: imap/2451: terminal resize forces IMAP-reconnect
The problem had nothing to do with mutt's IMAP-code -- it was a
curses/ncurses-problem:
$ grep XXX /usr/pkgsrc/devel/ncurses/builtin.mk
# XXX
# XXX By default, assume that the native curses on NetBSD systems is
# XXX good enough to replace ncurses. In reality, no version of NetBSD
# XXX has a curses library that can completely replace ncurses; however,
# XXX some versions implement enough of ncurses that some packages are
# XXX happy.
# XXX
mutt is not happy with the native curses on NetBSD but mutt works
excellent with ncurses!
It is safe to close this PR. :)