aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-22 07:53:41 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-22 07:53:41 +0000
commite666e7b500acb716cbc6464c3c8f80015275185c (patch)
tree39d3710f5279c27afe3a1eaf2da6118f13cb0390 /src/prefs_common.h
parente9fb73aab838eee5889b99dbd76d134ec015759c (diff)
disabled strict checking of caches by stat() and improved the performance.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@360 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common.h')
-rw-r--r--src/prefs_common.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/prefs_common.h b/src/prefs_common.h
index 266d4a6e..190d1036 100644
--- a/src/prefs_common.h
+++ b/src/prefs_common.h
@@ -230,10 +230,12 @@ struct _PrefsCommon
gboolean ask_on_clean;
gboolean warn_queued_on_exit;
- gint io_timeout_secs;
-
gint logwin_line_limit;
+ /* Advanced */
+ gboolean strict_cache_check;
+ gint io_timeout_secs;
+
/* Filtering */
GSList *fltlist;
GSList *junk_fltlist;