[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mailbox preserving access time



mailbox should preserve access time by default:


*** mailbox.c	Sun Oct  9 07:15:19 1994
--- mailbox.c.bak	Sun Oct  9 07:14:13 1994
***************
*** 836,842 ****
  	  fstat(fileno(fp), &st);
  
  	  len = fread(buf, 1, 2, fp);
! 	  if (keepatime) {   /* if we want to keep atime then do it */
  #ifdef	USE_TIMEVAL
  	    struct timeval tv[2];
  	    tv[0].tv_sec = orig_atime;
--- 836,842 ----
  	  fstat(fileno(fp), &st);
  
  	  len = fread(buf, 1, 2, fp);
! 	  if (!keepatime) {
  #ifdef	USE_TIMEVAL
  	    struct timeval tv[2];
  	    tv[0].tv_sec = orig_atime;



--
-- Kamil.Kukura@tuke.sk
-- --------------------
-- MIME, ISO-Latin-2
--