On Tue, Oct 30, 2012 at 13:07:16 GMT, Julius Plenz wrote: > + else if (!strcmp(name, "dont-display-suffix")) > + ctx.cfg.dont_display_suffix = atoi(value); Negated configuration names are icky. Could this perhaps be "preserve-suffix" or "trim-display-suffix"? -- Ben