Bug#508988: mutt: reading header cache on ext3 with dir_index is dead slow with maildir due to missing inode sort

2009-01-26 Thread Antonio Radici
forwarded 508988 http://dev.mutt.org/trac/ticket/3166 tag 508988 +upstream confirmed thanks Confirmed in 1.5.19-1 forwarded upstream Thanks for your report Cheers Antono -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact

Bug#508988: mutt: reading header cache on ext3 with dir_index is dead slow with maildir due to missing inode sort

2008-12-17 Thread Tino Keitel
Package: mutt Version: 1.5.18-4 Severity: normal Hi, mutt doesn't seem to sort the inode list of a maildir if a header cache file is found and maildir_header_cache_verify is unset: #if USE_HCACHE if (option(OPTHCACHEVERIFY)) { DO_SORT(); ret = stat(fn, lastchanged); }