Will Yadley <[EMAIL PROTECTED]> said something to this effect on 08/09/2001:
> The only way I can seem to get my file browser to disply my
> folders in the order i have them listed (as 'mailboxes) is to
> do: set sort_browser=unsorted
>
> this is great except when i hit 'tab' key, the directories
> (maildir) are completely unsorted. They don't seem to be
> sorted quite alphabetically, by folder date, by how often i've
> accessed them, or anything else like that.
They're probably sorted in inode order; try
find ~/Mail -type f -print
and see if you get the same order.
> so is there any way to have the folders displayed in the order
> i have them listed in but then have them sorted alphabetically
> when i hit tab? i guess i could make a macro and turn it into
> two different commands, but i'm pretty used to just hitting tab
> and then tab again.
I have no answer, unfortunately; I have always just stuck with
alphabetic ordering.
--
All pleasures cost at least the time they take.