eclipse – How can I configure the font size for the tree item in the package explorer in ecilpse – Stack Overflow

Create a file named, say, gtkrc-eclipse: style “eclipse” { font_name = “Sans Condensed 8” } class “GtkWidget” style “eclipse” Then set a certain environment variable when invoking eclipse: $ GTK2_RC_FILES=gtkrc-eclipse eclipse via eclipse – How can I configure the font size for the tree item in the package explorer in ecilpse – Stack Overflow. And …

Continue reading ‘eclipse – How can I configure the font size for the tree item in the package explorer in ecilpse – Stack Overflow’ »

Scanning your Gmail with SpamAssassin

I’ve noticed more spam emails get into my Gmail INBOX lately, so decided to scan it with SpamAssassin. The Perl commandline script (gmail-spamassassin) I wrote to do this can be downloaded from GitHub. I also subclassed Net::IMAP::Simple to support Gmail’s IMAP extensions, so you’ll need Gmail.pm from the repository too. I intend to release Net::IMAP::Simple::Gmail …

Continue reading ‘Scanning your Gmail with SpamAssassin’ »