Setting Gmail As The Preferred Mail Reader In Gnome

A Google search turns up lots of dead ends. Some are pretty good, but most are completely useless. I tried a couple of the configuration variations suggested in the article and its comments and didn’t have much luck.

It turns out that it’s actually easy. Just follow these simple steps:

  1. Download Gnome Gmail
  2. Install it! I used the .deb because I run Ubuntu.
  3. Go to System -> Preferences -> Preferred Applications
  4. Select Gmail in the Mail Reader drop down
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
  • Technorati

Getting Branch Coverage In Nose

Just a few days ago Ned Batchelder announced experimental branch coverage support in coverage.py. I have been waiting a long time for this. I had a few false starts myself so I know how much time Ned put into it. Thanks Ned!

I changed the coverage plugin included with nose to interact better with coverage.py.

You can find my changes here: http://code.google.com/r/dstanekcom-python-nose/source/list.

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Reddit
  • Technorati