Skip to content
Snippets Groups Projects
Commit 37c11b39 authored by Stephan Bosch's avatar Stephan Bosch Committed by Timo Sirainen
Browse files

managesieve: managesieve-settings - Remove useless mail_debug setting

parent b88ee5e7
No related branches found
No related tags found
No related merge requests found
...@@ -127,7 +127,7 @@ int client_create(int fd_in, int fd_out, const char *session_id, ...@@ -127,7 +127,7 @@ int client_create(int fd_in, int fd_out, const char *session_id,
svenv.flags = SIEVE_FLAG_HOME_RELATIVE; svenv.flags = SIEVE_FLAG_HOME_RELATIVE;
if (sieve_init(&svenv, &managesieve_sieve_callbacks, user, if (sieve_init(&svenv, &managesieve_sieve_callbacks, user,
set->mail_debug, &svinst) < 0) { user->set->mail_debug, &svinst) < 0) {
*error_r = "Failed to initialize Sieve interpreter"; *error_r = "Failed to initialize Sieve interpreter";
return -1; return -1;
} }
......
...@@ -56,7 +56,6 @@ const struct setting_keyvalue managesieve_settings_service_settings_defaults[] = ...@@ -56,7 +56,6 @@ const struct setting_keyvalue managesieve_settings_service_settings_defaults[] =
SETTING_DEFINE_STRUCT_##type(#name, name, struct managesieve_settings) SETTING_DEFINE_STRUCT_##type(#name, name, struct managesieve_settings)
static struct setting_define managesieve_setting_defines[] = { static struct setting_define managesieve_setting_defines[] = {
DEF(BOOL, mail_debug),
DEF(BOOL, verbose_proctitle), DEF(BOOL, verbose_proctitle),
DEF(STR, rawlog_dir), DEF(STR, rawlog_dir),
...@@ -70,7 +69,6 @@ static struct setting_define managesieve_setting_defines[] = { ...@@ -70,7 +69,6 @@ static struct setting_define managesieve_setting_defines[] = {
}; };
static struct managesieve_settings managesieve_default_settings = { static struct managesieve_settings managesieve_default_settings = {
.mail_debug = FALSE,
.verbose_proctitle = FALSE, .verbose_proctitle = FALSE,
.rawlog_dir = "", .rawlog_dir = "",
......
...@@ -11,7 +11,6 @@ enum managesieve_client_workarounds { ...@@ -11,7 +11,6 @@ enum managesieve_client_workarounds {
struct managesieve_settings { struct managesieve_settings {
pool_t pool; pool_t pool;
bool mail_debug;
bool verbose_proctitle; bool verbose_proctitle;
const char *rawlog_dir; const char *rawlog_dir;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.