From mboxrd@z Thu Jan 1 00:00:00 1970 From: mathstuf at gmail.com (Ben Boeckel) Date: Thu, 1 Nov 2012 04:03:48 +0000 (UTC) Subject: [PATCH 2/4] Introduce "dont-display-suffix" option References: <1351602438-955878-1-git-send-email-plenz@cis.fu-berlin.de> <1351602438-955878-3-git-send-email-plenz@cis.fu-berlin.de> Message-ID: 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