aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-12-14 15:24:03 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-12-14 15:24:03 +0000
commit4a9e9df2958296dcfef8289390d6939dcab79830 (patch)
tree67d6a2d3ae7e79980192a16069f32874742e67a4 /fm.h
parent[w3m-dev 03568] Re: preserve timestamp (diff)
downloadw3m-4a9e9df2958296dcfef8289390d6939dcab79830.tar.gz
w3m-4a9e9df2958296dcfef8289390d6939dcab79830.zip
[w3m-dev 03569] Re: preserve timestamp
* file.c (loadGeneralFile): PresetveTimestamp (_doFileCopy): is_pipe, PreserveTimestamp (doFileSave): PreserveTImestamp * fm.h (PreserveTimestamp): added * rc.c (CMT_PRESERVE_TIMESTAMP): added (params3): add preserve_timestamp From: Hironori SAKAMOTO <hsaka@mth.biglobe.ne.jp>
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index 3d4f397..22b2ad0 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.96 2002/12/11 15:07:53 ukai Exp $ */
+/* $Id: fm.h,v 1.97 2002/12/14 15:24:04 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -768,6 +768,7 @@ global char RenderFrame init(FALSE);
global char TargetSelf init(FALSE);
global char PermitSaveToPipe init(FALSE);
global char DecodeCTE init(FALSE);
+global char PreserveTimestamp init(TRUE);
global char ArgvIsURL init(FALSE);
global char MetaRefresh init(FALSE);