From cb34e117a397a6d27734cf3564001bfec97ec0ea Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 22 Feb 2011 17:36:34 +0300 Subject: * Add options section into config to organize options * Add one_shot option for avoiding inserting several results from one rule Fix parsing of headers with \t symbol [1] Reported by: Victor Ustugov [1] --- src/cfg_file.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cfg_file.h') diff --git a/src/cfg_file.h b/src/cfg_file.h index 09eea3976..3a9a7d12e 100644 --- a/src/cfg_file.h +++ b/src/cfg_file.h @@ -253,6 +253,7 @@ struct config_file { gboolean no_fork; /**< if 1 do not call daemon() */ gboolean config_test; /**< if TRUE do only config file test */ gboolean raw_mode; /**< work in raw mode instead of utf one */ + gboolean one_shot_mode; /**< rules add only one symbol */ gboolean check_text_attachements; /**< check text attachements as text */ gboolean convert_config; /**< convert config to XML format */ -- cgit v1.2.3