0 votes

I have a body containing a nested [if] .. [else]:

[if foo]
    Something...

    [if bar]
        Some more stuff...
    [else]
        This won't show :-(
    [end]

[else]
    Nothing
[end]

When "foo" is true and "bar" is false the [else] part won't show :-( Is this a bug or an unsupported feature? I'm not getting an error, so it looks like a bug. Not?

by

1 Answer

0 votes

This looks like a bug.

Please try this beta version:
https://www.limilabs.com/static/mail/beta/2016_05_19_Mail.zip

by (297k points)
...