diff src/conf.c @ 243:e758296de02d

renamed `alias_local_caseless' to `caseless_matching' because it does not affect the matching of local parts of aliases anymore. See man page updates in last commit.
author markus schnalke <meillo@marmaro.de>
date Mon, 25 Oct 2010 17:46:13 -0300
parents 4b40be6f1cbd
children 7082044c05c6
line wrap: on
line diff
--- a/src/conf.c	Mon Oct 25 17:42:48 2010 -0300
+++ b/src/conf.c	Mon Oct 25 17:46:13 2010 -0300
@@ -493,7 +493,7 @@
 			conf.do_relay = parse_boolean(rval);
 		else if (strcmp(lval, "alias_file") == 0) {
 			conf.alias_file = g_strdup(rval);
-		} else if (strcmp(lval, "alias_local_caseless") == 0) {
+		} else if (strcmp(lval, "caseless_matching") == 0) {
 			conf.alias_local_cmp = parse_boolean(rval) ? strcasecmp : strcmp;
 		} else if (strcmp(lval, "mbox_default") == 0) {
 			conf.mbox_default = g_strdup(rval);