diff options
Diffstat (limited to 'src/prefs_common.h')
-rw-r--r-- | src/prefs_common.h | 6 |
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; |