David Davies' Weblog
Copy and paste the following script into a new script object called addPicture at weblogData.callbacks.weblogCheckMail
weblogData.callbacks
on addPicture (adrMsg)
on includeGraphic (picture)
local
postDate
postDate = adrMsg^.date
postDate = string.replace (postDate, " +0000", "")
adrMsg^.text = "" + postDate + "
" + adrMsg^.text + "
Copyright 2004 David Davies