]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
dsync_features: For consistency use '-' and not '_'
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 8 Aug 2016 13:06:50 +0000 (16:06 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 8 Aug 2016 13:06:50 +0000 (16:06 +0300)
Other _features and _workarounds settings use also '-'.

src/doveadm/doveadm-settings.c

index 0923f3799ae0347568580d6b48d9f1453e3514b7..b6834aa4fde1bdf05a95932c92076f89af5aba20 100644 (file)
@@ -137,7 +137,7 @@ struct dsync_feature_list {
 };
 
 static const struct dsync_feature_list dsync_feature_list[] = {
-       { "empty_header_workaround", DSYNC_FEATURE_EMPTY_HDR_WORKAROUND },
+       { "empty-header-workaround", DSYNC_FEATURE_EMPTY_HDR_WORKAROUND },
        { NULL, 0 }
 };