Stop prefixing $features and $tls-features #, use , instead..
commit94546dc0e8368252fda68362ff954f5538d6a956
authorSteffen Nurpmeso <steffen@sdaoden.eu>
Mon, 29 Jul 2019 20:27:12 +0000 (29 22:27 +0200)
committerSteffen Nurpmeso <steffen@sdaoden.eu>
Mon, 29 Jul 2019 20:38:17 +0000 (29 22:38 +0200)
treeb922e47b39ad0b5cc35bd4bf0c3a8bff718c0344
parentedd366807ff82051d33c1227ab89af30bd0dd8e0
Stop prefixing $features and $tls-features #, use , instead..

This actually is a fixup for [624fc223] (`if', `elif': support
wysh; add two argument -N, -n, -Z and -z, 2019-02-26), because
since then things like

      \if "$features" =% +key-bindings

will error out if *v15-compat* is set to a non-empty value

  ? \if "$features" =% +key-bindings
  mailx: `if' conditional: missing expression (premature end)

because in order to avoid that a leading + in $features becomes
*folder* expanded we placed the (then not) comment character
first.

Since these two strings are comma-separated lists, the simpled
solution seems to be to place an empty entry first.  Thus.
mk/make-config.sh
nail.1