• Patch: Elm ME+ 2.5 PLalpha48 -> Elm ME+ 2.5 PLalpha49 [8/9] (3/5)

    From Kari Hurtta@21:1/5 to All on Thu Jan 3 16:45:45 2019
    [continued from previous message]

    ***************
    *** 1,7 ****
    ! static char rcsid[] = "@(#)$Id: partial.c,v 2.16 2017/11/18 16:49:27 hurtta Exp $";

    /******************************************************************************
    ! * The Elm (ME+) Mail System - $Revision: 2.16 $ $State: Exp $
    *
    * Author: Kari Hurtta <hurtta+elm@siilo.FMI.FI>
    * (was hurtta+elm@posti.FMI.FI, hurtta+elm@ozone.FMI.FI) --- 1,7 ----
    ! static char rcsid[] = "@(#)$Id: partial.c,v 2.19 2018/07/02 06:18:25 hurtta Exp $";

    /******************************************************************************
    ! * The Elm (ME+) Mail System - $Revision: 2.19 $ $State: Exp $
    *
    * Author: Kari Hurtta <hurtta+elm@siilo.FMI.FI>
    * (was hurtta+elm@posti.FMI.FI, hurtta+elm@ozone.FMI.FI) ***************
    *** 78,84 ****
    {
    struct menu_common MENU;

    ! set_mcommon_from_mbxview(&MENU,mailbox);

    switch (cmd) {

    --- 78,84 ----
    {
    struct menu_common MENU;

    ! set_mcommon_from_mbxview(&MENU,mailbox);

    switch (cmd) {

    ***************
    *** 208,213 ****
    --- 208,215 ----
    struct menu_param PARAM[elm_mp_COUNT+1] = {
    { mp_menu_common, { 0 } },
    { mp_integer, { 0 } },
    + { mp_integer, { 0 } },
    + { mp_integer, { 0 } },
    { mp_END, { 0 } }
    };

    Index: elmME+.2.5.alpha49-cvs/src/pgp.c
    *** elmME+.2.5.alpha48/src/pgp.c Sun Feb