Hi,

On Mon, Mar 17, 2014 at 11:09:25PM +0100, mark.caglie...@gmail.com wrote:

> > That seems true. My muttrc is from old-times, and it seems my IMAP 
> > server does the sorting itself these days, so I did not notice the bug.
> 
> If it can be useful, I don't use imap directly from mutt, but I sync my mail
> using offlineimap and mutt reads local maildirs where offlineimap
> synchronizes the emails (maybe it's a little strange setup, I know).

IMHO a quite common one, and yeah, I could reproduce the bug by leaving 
out my IMAP and using local maildirs. Can you try setting 
"sidebar_sort" *before* setting mailboxes?

 set sidebar_sort
 mailboxes =foo =bar
 set sidebar_visible
 set sidebar_width=20

works fine for me, while

 mailboxes =foo =bar
 set sidebar_visible
 set sidebar_width=20
 set sidebar_sort

leaves foo before bar.

The old patch sorted the sidebar in every call of calc_boundaries (which 
happens *really* often), the new one only once when mutt refreshes the 
list of mailboxes.

I hope this workaround works for you until we have fixed the patch 
itself :)

Regards
Evgeni

-- 
Bruce Schneier can read and understand Perl programs.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to