Re: [Mutt] #2803: ":source file" errors will be overwritten when
#2803: ":source file" errors will be overwritten when file has "set sort=..."
and
folder contains msgs
Changes (by brendan):
* reporter: regrado@xxxxxx => rado
Old description:
> {{{
> When a sort order change is ":source"d via "set sort=..." != unsorted
> to provoke a call to mutt_sort_headers, then any/ all error messages in
> that
> file are not visible due to the "sorting ..." msg, which comes after the
> :source-errors are parsed/ displayed.
>
> Even setting sleep_time doesn't help because mutt_sleep isn't called
> anywhere between sourcing and redisplaying the index.
> >How-To-Repeat:
> file:
> set sort=size
> blablub (literal to provoke an error)
>
> open folder with some mails, then source the above file.
> >Fix:
> }}}
New description:
When a sort order change is ":source"d via "set sort=..." != unsorted
to provoke a call to mutt_sort_headers, then any/ all error messages in
that
file are not visible due to the "sorting ..." msg, which comes after the
:source-errors are parsed/ displayed.
Even setting sleep_time doesn't help because mutt_sleep isn't called
anywhere between sourcing and redisplaying the index.
How-To-Repeat:
{{{
file:
set sort=size
blablub (literal to provoke an error)
}}}
open folder with some mails, then source the above file.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/2803#comment:1>