diff lib/options.h @ 560:1ce11a3d9557

2004-9-22 Brian Masney <masneyb@gftp.org> * lib/options.h src/uicommon/gftpui.c - added option to preserve the file time. In the past, it would save the file time if saving the file permissions was enabled.
author masneyb
date Thu, 23 Sep 2004 01:04:32 +0000
parents fd9ce7797984
children b4667e14fd0c
line wrap: on
line diff
--- a/lib/options.h	Wed Sep 22 23:38:53 2004 +0000
+++ b/lib/options.h	Thu Sep 23 01:04:32 2004 +0000
@@ -76,6 +76,11 @@
    GFTP_CVARS_FLAGS_SHOW_BOOKMARK,
    N_("Preserve file permissions of transfered files"), GFTP_PORT_ALL,
    NULL},
+  {"preserve_time", N_("Preserve file time"), 
+   gftp_option_type_checkbox, GINT_TO_POINTER(1), NULL, 
+   GFTP_CVARS_FLAGS_SHOW_BOOKMARK,
+   N_("Preserve file times of transfered files"), GFTP_PORT_ALL,
+   NULL},
   {"refresh_files", N_("Refresh after each file transfer"), 
    gftp_option_type_checkbox, GINT_TO_POINTER(0), NULL, 
    GFTP_CVARS_FLAGS_SHOW_BOOKMARK,