From mboxrd@z Thu Jan 1 00:00:00 1970 From: guillaume.quintard@gmail.com (Guillaume Quintard) Date: Sat, 23 Feb 2008 13:34:30 -0800 Subject: [sup-talk] filter question Message-ID: <1203801642-sup-8748@altis> w00t, I finally switched to sup (and this is my first mail to the list using it). I still have a little problem about filters though. they don't seem to do anything. I have this in my before-add-message.rb : message.add_label "sent" if message.from =~ /guillaume.quintard at gmail.com/ but, when I send mail to myself, it doesn't label the mail. I know that it reads the hook (tried some say + sleep calls), but for a reason I don't understand it does nothing. and yes, this time, I read the FAQ before ;-) -- Guillaume