I use procmail to manage my incoming email and mutt to read it. Unfortunately mutt doesn’t handle dates from different timezones very well, so I came up with this procmail recipe using Ruby’s Time#parse method to convert the Date header to the current timezone:
DATE_=`formail -xDate: \
| expand | sed -e ’s/^[ ]*//g’ -e [...]
Posted in software | Also tagged email, procmail | Edit
I’ve been looking for a markup language to make presentations for a while now. I don’t want to just make a series of HTML pages and print them off, I want a proper piece of presentation software which will layout my pages for me, paginate them (postscript, or PDF) and let me export as a [...]
Posted in software | Also tagged xml | Edit