Peter T. Breuer:
> Yes, statting is precisely the problem.  Or more accurately, statting
> all the entries BENEATH all the directories that form initial segments
> of the path to the system mailbox is the problem.

You claim that. 

elm -f xxxx

does 
        new_browser(..) [see src/init.c]

but without -f option it does

                enter_new_folder()


In other words I claim that it is not "the path to the system mailbox".

_Leaving_ of folder does    [src/leavembox.c]
        
    struct folder_browser * recv_browser = new_browser(selection_folder);
    struct string         * recv_name    = new_string(system_charset);

    add_ascii_to_string(recv_name,s2us(">"));        /* Received folder */
    can_store = select_dir_item(recv_browser,&recv_name);

/ Kari Hurtta 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to