Fix: drop nolopts attribute from *mailx-** variables..
commiteeb6b7bfcd9394cf41a5b3eae3b676dd2277a0d7
authorSteffen Nurpmeso <steffen@sdaoden.eu>
Wed, 25 Oct 2017 13:55:41 +0000 (25 15:55 +0200)
committerSteffen Nurpmeso <steffen@sdaoden.eu>
Wed, 25 Oct 2017 14:00:38 +0000 (25 16:00 +0200)
tree383b793ad84662ce0de03a0850f88074b7c022b4
parent4ce4f80d452c5386165c1e769ccb8ec6de87d5f1
Fix: drop nolopts attribute from *mailx-** variables..

Ooops, [10028c16f] (Prepare variable handling for future bit
extension etc.) added the a_AMV_VF_NOLOPTS protection bit to

  ${mailx-command}${mailx-subject}
  ${mailx-from}${mailx-sender}
  ${mailx-to}${mailx-cc}${mailx-bcc}
  ${mailx-raw-to}${mailx-raw-cc}${mailx-raw-bcc}
  ${mailx-orig-from}${mailx-orig-to}${mailx-orig-gcc}${mailx-orig-bcc}

so that these were not covered by `localopts' no more.
Remove that bit again, and cover the problem with a test.
cc-test.sh
nail.h