• Patch: Elm ME+ 2.5 PLalpha63 -> Elm ME+ 2.5 PLalpha64 [1/4] (4/4)

    From Kari Hurtta@21:1/5 to All on Tue Jul 2 20:51:43 2024
    [continued from previous message]

    ! static char rcsid[] = "@(#)$Id: hashmark_local.c,v 2.7 2024/06/10 18:05:34 hurtta Exp $";

    /******************************************************************************
    ! * The Elm (ME+) Mail System - $Revision: 2.7 $ $State: Exp $
    *
    * Author: Kari Hurtta <hurtta+elm@siilo.FMI.FI>
    * or Kari Hurtta <elm@elmme-mailer.org>
    ***************
    *** 996,1002 ****

    if (item_d->expanded_dir && item_d->directory) {

    ! int F = local_selection_stat(item_d->expanded_dir);
    struct string * X = NULL;

    if (0 == (F & BROWSER_NOFOLDER)) {
    --- 996,1004 ----

    if (item_d->expanded_dir && item_d->directory) {

    ! int F = local_selection_stat(item_d->expanded_dir,
    ! /* Is this correct? */
    ! browser_local_last_read(dir));
    struct string * X = NULL;

    if (0 == (F & BROWSER_NOFOLDER)) {
    Index: elmME+.2.5.alpha64-cvs/lib/mbox/imap.c
    *** elmME+.2.5.alpha63/lib/mbox/imap.c Tue Apr 20 20:32:06 2021
    --- elmME+.2.5.alpha64-cvs/lib/mbox/imap.c Thu Jun 13 20:36:55 2024 ***************
    *** 1,7 ****
    ! static char rcsid[] = "@(#)$Id: imap.c,v 2.51 2021/01/10 15:47:32 hurtta Exp $";

    /******************************************************************************
    ! * The Elm (ME+) Mail System - $Revision: 2.51 $ $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: imap.c,v 2.52 2024/06/13 17:36:55 hurtta Exp $";

    /**********************************************