Login  Register
Customized macros
Macros overridden by configurations
Search macros
View logs

macro_viewer_email_url

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "macro_viewer_email_url".
... in email.naml
373
374
375
376
377
378
379
380
381
382
<macro name="macro_viewer_email_url" parameters="macro">
    <n.remove_spaces.>
        <n.base_url/>
        <n.macro_search. query="[n.macro/]" search_by="name">
            <n.if.next_element>
                <then.current_command.command_path/>
            </n.if.next_element>
        </n.macro_search.>
    </n.remove_spaces.>
</macro>