Archive for January, 2007

multipart/mixed: Power-User Email with the Sidekick

January 20th, 2007

This a useful tip for Hiptop/Sidekick covering how to overcome the weaknesses of its email client. The Hiptop/Sidekick treats everything as a POP3 server (even when you set your email account’s server to IMAP or IMAP-SSL). This makes things a little tricky if you rely IMAP as I do. So instead this tip suggests that you can do a couple of things to work-around some of the limitations.

Firstly, to allow you to sync email sent from your Hiptop with your primary email account you can:

1. Change the “From” and “Reply-To” addresses your Hiptop to your primary email account.
2. Add a bcc from your Hiptop to your primary email account, every email sent from your Hiptop then gets also sent to your primary email address
3. Add a procmail (or sieve – see below) rule your primary email server filing everything bcc’ed from your Hiptop into your Sent folder.

Secondly, to send all email from your primary email account you can add a procmail or sieve rule to cc all email directly to your email address. This best done for non-mailing list emails and after spam processing has taken place.

The tip in the link above uses a procmail recipe for some of this but I prefer sieve and I’ve included that recipe below.


if address “return-path” “email@hiptop.com.au” {
addflag “\\Seen”;
fileinto “Sent”;
stop;
}

*insert whatever filing/anti-spam stuff in here*

if size :under 100K {
redirect “email@hiptop.com.au”;
keep;
}

keep;

Pretty… Want, want, want!

January 10th, 2007

So pretty. I want one. Really, really want one. So Mac, so phone … so perfect. *drolls*

Well the fix is in…

January 3rd, 2007

Proposal off to publishers. Not sure about it myself – I’d like to read the proposed but I guess it’s not my money. :)

Beaming Out of the Closet

January 2nd, 2007

Front page by-line and embarrassing photos… *applauds*

Hmmm – perhaps I need a makeover too. Nah, you can never have too many pairs of black jeans and band t-shirts.

How Noah rode the rapids in the Grand Canyon

January 1st, 2007

Just when I think Christian fundamentalism can’t get any weirder I read this. It seems the Bush government uncomfortable about upsetting their Christian constituents with little details like scientific fact. As a result the park rangers at the Grand Canyon can no longer comment the age of the Canyon. It also appears the Grand Canyon gift shop now sells a detailing how the ‘Great Flood’ created the Grand Canyon and how Noah went white-water rafting it. Or something to that effect.

Courtesy of the amusing and offensive Marty Beckerman

On writing a technical book…

January 1st, 2007

Excellent post detailing ten pieces of advice for budding technical authors. Well worth a read if you’re thinking of turning your hand to a .

I am also putting finishing touches a proposal for number three. More details if my publisher decides to take the plunge a third time.