From mboxrd@z Thu Jan 1 00:00:00 1970 From: ezyang@MIT.EDU (Edward Z. Yang) Date: Wed, 10 Jun 2009 17:51:01 -0400 Subject: [sup-talk] [PATCH] before-search hook In-Reply-To: <1244612627-sup-982@javelin> References: <1244612627-sup-982@javelin> Message-ID: <1244670591-sup-7078@javelin> For the curious, here is the hook that I'm using with this: subs.gsub!(/\bmy:unread\b/) do "is:unread !label:inbox" end Cheers, Edward