[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 $";
/**********************************************