Mhm. Maybe a little tutorial on how to write new vicious widget would be helpful for some people...
2012/2/10 Adrian C. <[email protected]>: > Does it appear before <title> tag? In which case maybe this would work. > > Counting on subject match to break out of the loop at which point last > stored sender is correct for that particular e-mail. > > adding this to mail table > > ["{sender}"] = "N/A", > > adding this before <title> match happens > > -- Find sender tags > local from = string.match(line, "<email>(.*)</email>") > -- Spam sanitize the sender and store > mail["{sender}"] = helpers.escape(from) > > > If you have no idea what I'm talking about just read gmail.lua you can't > miss where these belong. > > > -- > Adrian C. (anrxc) | anrxc..sysphere.org | PGP ID: D20A0618 > PGP FP: 02A5 628A D8EE 2A93 996E 929F D5CB 31B7 D20A 0618 > > -- > To unsubscribe, send mail to [email protected]. -- Gruß Jörg -- To unsubscribe, send mail to [email protected].
