--- src/setup.c.orig Wed Feb 18 05:48:20 2004 +++ src/setup.c Sun Jun 19 16:44:22 2005 @@ -148,11 +148,11 @@ struct Config cfg[] = { {"antispam_at", &set_antispam_at, ANTISPAM_AT, CFG_STRING, - "# replace any @ sign with this string, if spam flags enabled\n", FALSE}, + "# replace any @ sign with this string, if spam flags enabled.\n", FALSE}, {"language", &set_language, LANGUAGE, CFG_STRING, "# A two-letter string specifying the language to use!\n" - "# For example 'en' for English\n", FALSE}, + "# For example 'en' for English.\n", FALSE}, {"htmlsuffix", &set_htmlsuffix, HTMLSUFFIX, CFG_STRING, "# Use this to specify the html file suffix to be used\n" @@ -637,7 +637,7 @@ "# a symbolic link by this name to the most recently created\n" "# subdirectory. Note that many web servers are configured to\n" "# not follow symbolic links for security reasons. The link will\n" - "# be created in the directory specified by the 'dir' or '-d' option.", + "# be created in the directory specified by the 'dir' or '-d' option.\n", FALSE}, {"base_url", &set_base_url, NULL, CFG_STRING, @@ -743,7 +743,7 @@ {"href_detection", &set_href_detection, BTRUE, CFG_SWITCH, "# Set this to On to assume that any string on the body of the message\n" "# that says is a URL, together with its markup\n" - "# and treat it as such.", TRUE}, + "# and treat it as such.\n", TRUE}, {"mbox_shortened", &set_mbox_shortened, BFALSE, CFG_SWITCH, "# Set this to On to enable use of mbox that has had some of its\n"