On Wed, Jul 19, 2017 at 02:15:03PM +0100, Stuart Henderson wrote: > On 2017/07/19 15:06, Klemens Nanni wrote: > > I was missing the slang flavor when trying neomutt over mutt so here it > > is. > > > > --with-curses can be safely dropped as it's the default. > > > > Feedback? Comments? > > I think neomutt already has enough build flavours.. When building with ncurses, binding ^O won't work unless you disable it in the controlling terminal:
$ stty -a | fgrep ^O cchars: discard = ^O; dsusp = ^Y; eof = ^D; eol = <undef>; $ stty discard undef This happens for both mutt and neomutt with at least xterm and st as well. I don't see why mutt should have a slang flavor but not neomutt. As it was the case for me, this might break the migration for other users as well.