From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Sat, 24 May 2008 19:10:31 -0700 Subject: [sup-talk] Need help with sorting "To" with hook In-Reply-To: <1211346762-sup-263@hells> References: <1211346762-sup-263@hells> Message-ID: <1211681341-sup-5126@south> Reformatted excerpts from lister.lists's message of 2008-05-20: > I love sup, and I'm using it mostly with a gmail account. > However, I can't find a hook to sort emails by the "To" field. I asusme you mean label, not sort... > I just signed up to the Ruby mailing lists which are a complete mess. > I'm thinking of something like the: > > "message.add_label "yahoo" if message.from.email =~ /@yahoo/" > > hook already on the sup wiki, and I've tried and failed to change it > to modify emails To @ruby. What does your before-add-message hook look like? Something like this? message.add_label "ruby" if message.to.email =~ /ruby-talk@/ -- William