• Patch: Elm ME+ 2.5 PLalpha50 -> Elm ME+ 2.5 PLalpha51 [4/6] (4/4)

    From Kari Hurtta@21:1/5 to All on Tue Feb 11 20:05:51 2020
    [continued from previous message]

    enum sessionlock_status ret;
    int r = 0;
    RECONNECT_MODE reconnect_mode = NULL;
    !
    ret = sessionlock_folder(storage->current_folder,
    SESSIONLOCK_NONE,NULL,
    &reconnect_mode
    --- 92,98 ----
    enum sessionlock_status ret;
    int r = 0;
    RECONNECT_MODE reconnect_mode = NULL;
    !
    ret = sessionlock_folder(storage->current_folder,
    SESSIONLOCK_NONE,NULL,
    &reconnect_mode
    ***************
    *** 206,217 ****
    }


    ! void add_new_mailbox (new_folder,mailbox,page)
    ! struct folder_info *new_folder;
    ! struct MailboxView *mailbox;
    ! struct menu_context *page;
    {
    - static const int exit_delay_msec = 2000; /* 2000 milliseconds: 2 seconds */
    struct current_storage *storage = NULL;

    int mbc = get_storage_count(mailbox);
    --- 206,217 ----
    }


    ! void add_new_mailbox (new_folder,mailbox,parent_page,quotad)
    ! struct folder_info * new_folder;
    ! struct MailboxView * mailbox;
    ! struct menu_context * parent_page;
    ! struct quota_display * quotad;
    {
    struct current_storage *storage = NULL;

    int mbc = get_storage_count(mailbox);
    ***************
    *** 221,227 ****