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 + "

" + cr case adrMsg^.from "yourphone@one2one.net" includeGraphic ("http://someserver.com/phone.gif") "youremail@email.co.uk>" includeGraphic ("http://someserver.com/email.gif")