• Patch: Elm ME+ 2.5 PLalpha53 -> Elm ME+ 2.5 PLalpha54 [1/2] (4/6)

    From Kari Hurtta@21:1/5 to All on Sat May 1 19:22:35 2021
    [continued from previous message]

    *** 161,166 ****
    --- 161,181 ----
    return NULL;
    }

    + E_(mbx_give_message_msize_folder mbx_give_message_msize_default)
    + int mbx_give_message_msize_default(folder,entry,ret_size)
    + struct folder_info * folder;
    + struct header_rec * entry;
    + unsigned long * ret_size;
    + {
    +
    + DPRINT(Debug,12,(&Debug,
    + "mbx_give_message_msize_default=0 (dummy): folder=%p (%s)\n",
    + folder,folder->cur_folder_sys));
    +
    + return 0;
    +
    + }
    +
    int sessionlock_create_tempfolder(folder,errcode)
    struct folder_info *folder;
    int *errcode /* errno */;
    Index: elmME+.2.5.alpha54-cvs/lib/mbox/pop.c
    *** elmME+.2.5.alpha53/lib/mbox/pop.c Mon Dec 7 20:29:21 2020
    --- elmME+.2.5.alpha54-cvs/lib/mbox/pop.c Sun Jan 10 17:47:32 2021 ***************
    *** 1,7 ****
    ! static char rcsid[] = "@(#)$Id: pop.c,v 2.34 2020/09/04 07:57:00 hurtta Exp $";

    /******************************************************************************
    ! * The Elm (ME+) Mail System - $Revision: 2.34