-diff -ur mc-4.8.12.orig/src/setup.c mc-4.8.12/src/setup.c
---- mc-4.8.12.orig/src/setup.c 2014-07-07 19:52:15.000000000 +0000
-+++ mc-4.8.12/src/setup.c 2014-07-07 23:15:03.862724555 +0000
-@@ -100,7 +100,7 @@
+diff -urNp mc-4.8.18.orig/src/setup.c mc-4.8.18/src/setup.c
+--- mc-4.8.18.orig/src/setup.c 2017-02-09 07:50:42.739638780 +0000
++++ mc-4.8.18/src/setup.c 2017-02-09 07:52:18.827637698 +0000
+@@ -100,7 +100,7 @@ int confirm_overwrite = 1;
/* Asks for confirmation before executing a program by pressing enter */
int confirm_execute = 0;
/* Asks for confirmation before leaving the program */
-diff -ur mc-4.8.12.orig/src/filemanager/find.c mc-4.8.12/src/filemanager/find.c
---- mc-4.8.12.orig/src/filemanager/find.c 2014-04-01 10:54:01.000000000 +0000
-+++ mc-4.8.12/src/filemanager/find.c 2014-07-07 19:49:44.402848680 +0000
-@@ -291,7 +291,7 @@
+diff -urNp mc-4.8.18.orig/src/filemanager/find.c mc-4.8.18/src/filemanager/find.c
+--- mc-4.8.18.orig/src/filemanager/find.c 2017-02-09 07:49:15.633639761 +0000
++++ mc-4.8.18/src/filemanager/find.c 2017-02-09 07:50:19.801639038 +0000
+@@ -284,7 +284,7 @@ find_load_options (void)
loaded = TRUE;
options.file_case_sens =
-- mc_config_get_bool (mc_main_config, "FindFile", "file_case_sens", TRUE);
-+ mc_config_get_bool (mc_main_config, "FindFile", "file_case_sens", FALSE);
+- mc_config_get_bool (mc_global.main_config, "FindFile", "file_case_sens", TRUE);
++ mc_config_get_bool (mc_global.main_config, "FindFile", "file_case_sens", FALSE);
options.file_pattern =
- mc_config_get_bool (mc_main_config, "FindFile", "file_shell_pattern", TRUE);
- options.find_recurs = mc_config_get_bool (mc_main_config, "FindFile", "file_find_recurs", TRUE);
-@@ -301,7 +301,7 @@
- mc_config_get_bool (mc_main_config, "FindFile", "file_all_charsets", FALSE);
- options.content_use = mc_config_get_bool (mc_main_config, "FindFile", "content_use", TRUE);
+ mc_config_get_bool (mc_global.main_config, "FindFile", "file_shell_pattern", TRUE);
+ options.find_recurs =
+@@ -294,7 +294,7 @@ find_load_options (void)
+ options.file_all_charsets =
+ mc_config_get_bool (mc_global.main_config, "FindFile", "file_all_charsets", FALSE);
options.content_case_sens =
-- mc_config_get_bool (mc_main_config, "FindFile", "content_case_sens", TRUE);
-+ mc_config_get_bool (mc_main_config, "FindFile", "content_case_sens", FALSE);
+- mc_config_get_bool (mc_global.main_config, "FindFile", "content_case_sens", TRUE);
++ mc_config_get_bool (mc_global.main_config, "FindFile", "content_case_sens", FALSE);
options.content_regexp =
- mc_config_get_bool (mc_main_config, "FindFile", "content_regexp", FALSE);
+ mc_config_get_bool (mc_global.main_config, "FindFile", "content_regexp", FALSE);
options.content_first_hit =
-diff -ur mc-4.8.12.orig/src/setup.c mc-4.8.12/src/setup.c
---- mc-4.8.12.orig/src/setup.c 2014-04-01 10:54:01.000000000 +0000
-+++ mc-4.8.12/src/setup.c 2014-07-07 17:48:27.126921091 +0000
-@@ -172,7 +172,7 @@
- * information about copy/move sizes and bytes transfered
+diff -urNp mc-4.8.18.orig/src/setup.c mc-4.8.18/src/setup.c
+--- mc-4.8.18.orig/src/setup.c 2017-02-09 07:48:30.365640270 +0000
++++ mc-4.8.18/src/setup.c 2017-02-09 07:48:45.664640098 +0000
+@@ -174,7 +174,7 @@ int verbose = 1;
+ * information about copy/move sizes and bytes transferred
* at the expense of some speed
*/
-int file_op_compute_totals = 1;
-diff -urNp mc-4.6.2-pre1.orig/edit/editdraw.c mc-4.6.2-pre1/edit/editdraw.c
---- mc-4.6.2-pre1.orig/src/editor/editdraw.c 2007-08-27 14:06:03.000000000 +0200
-+++ mc-4.6.2-pre1/src/editor/editdraw.c 2008-05-05 12:00:49.000000000 +0200
-@@ -296,7 +296,7 @@
- }
- }
+diff -urNp mc-4.8.18.orig/src/editor/editdraw.c mc-4.8.18/src/editor/editdraw.c
+--- mc-4.8.18.orig/src/editor/editdraw.c 2016-05-07 15:42:52.000000000 +0000
++++ mc-4.8.18/src/editor/editdraw.c 2017-02-09 07:46:34.507641575 +0000
+@@ -63,7 +63,7 @@
+ /* Toggles statusbar draw style */
+ int simple_statusbar = 0;
-int visible_tabs = 1, visible_tws = 1;
+int visible_tabs = 0, visible_tws = 0;
- /* b is a pointer to the beginning of the line */
- static void
+ /*** file scope macro definitions ****************************************************************/
+