~defunc('plop', ~list("select uid,subject,messageid FROM mls_mails_index WHERE reference LIKE '%~sparam("1")'", "LM", "
~call("plop",~fld("messageid"))
- ","LL","
From:
~if(~fld("namefrom")!='',~cuthtml(~fld("namefrom")),' ')
Subject:
~cuthtml(~fld("subject"))
Date:
~timestamp2day(~fld("date"))/~timestamp2month(~fld("date"))/~timestamp2year(~fld("date")) ~timestamp2hhmm(~fld("date"))
Mailing-list:
Message-ID:
~cuthtml(~fld('messageid'))
~nl2br(~cuthtml(~preg_replace('/(\S+)@(\S+)/i','\1 ~random(1) \2',~get('body'))))
')