]> granicus.if.org Git - neomutt/commit
fix the padding expando '%>'
authorRichard Russon <rich@flatcap.org>
Thu, 29 Jun 2017 12:28:58 +0000 (13:28 +0100)
committerRichard Russon <rich@flatcap.org>
Sun, 2 Jul 2017 20:52:08 +0000 (21:52 +0100)
commitfdff8461636c2e6e7d6fc4ef22303bcadc0e5584
treef0d691e7cea88893686407637b0b12f12bd8e51f
parentf2f1ef52b97c90c946d5c773ad4a100d5900c34d
fix the padding expando '%>'

Debian BTS 866366

The non-greedy '%>' has been broken since the introduction of the
nested-if patch.

The second command should create a line of dots ending in a ']'

    set index_format="%?M?collapsed%|.]&expanded?
    set index_format="%?M?collapsed%>.]&expanded?
muttlib.c