Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37740395
en ru br
Репозитории ALT
S:2.1.1.0.3.g6c0f75cca-alt1
5.1: 1.4.2.3-alt3
4.1: 1.4.2.3-alt1
4.0: 1.4.2.3-alt1
3.0: 1.4.2.1i-alt4
www.altlinux.org/Changes

Группа :: Сети/Почта
Пакет: mutt

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: mutt-1.4.2.1-alt-stat_check.patch
Скачать


--- mutt-1.4.2.1/buffy.c.orig	2002-03-25 14:30:23 +0300
+++ mutt-1.4.2.1/buffy.c	2005-02-02 15:20:10 +0300
@@ -221,7 +221,7 @@
  */
 #define STAT_CHECK (sb.st_size > tmp->size)
 #else
-#define STAT_CHECK (sb.st_mtime > sb.st_atime || (tmp->newly_created && sb.st_ctime == sb.st_mtime && sb.st_ctime == sb.st_atime))
+#define STAT_CHECK (sb.st_mtime > sb.st_atime || (sb.st_mtime == sb.st_atime && sb.st_ctime >= sb.st_atime))
 #endif /* BUFFY_SIZE */
 
 int mutt_buffy_check (int force)
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin