On Mon, Nov 15, 2004 at 03:06:15PM -0600, Bruce Files wrote:
> Pmwiki 1.0.13.
>
> Is there an easy way to get the change summaries provided by
> 'changesum' included in the emails generated by 'mailpost'?
Yes, add $ChangeSummary into $MailPostsItemFmt:
$MailPostsItemFmt =
" * \$PageName . . . \$PostTime by \$Author (\$ChangeSummary)";
Pm