From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.213.7.146 with SMTP id d18cs291412ebd; Sat, 16 Jan 2010 12:06:26 -0800 (PST) Received: by 10.224.114.160 with SMTP id e32mr3283641qaq.282.1263672386138; Sat, 16 Jan 2010 12:06:26 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 6si8049139qwd.26.2010.01.16.12.06.25; Sat, 16 Jan 2010 12:06:26 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id A6E3C18582DA; Sat, 16 Jan 2010 15:06:25 -0500 (EST) Received: from magnesium.club.cc.cmu.edu (MAGNESIUM.CLUB.CC.cmu.edu [128.237.157.15]) by rubyforge.org (Postfix) with ESMTP id B832618582D8 for ; Sat, 16 Jan 2010 15:03:51 -0500 (EST) Received: (qmail 27820 invoked from network); 16 Jan 2010 20:03:51 -0000 Received: from pion.club.cc.cmu.edu (HELO localhost.localdomain) (128.237.157.88) by magnesium.club.cc.cmu.edu with SMTP; 16 Jan 2010 20:03:51 -0000 From: Rich Lane To: sup-devel@rubyforge.org Date: Sat, 16 Jan 2010 12:03:06 -0800 Message-Id: <1263672187-5174-3-git-send-email-rlane@club.cc.cmu.edu> X-Mailer: git-send-email 1.6.5.2 In-Reply-To: <1263672187-5174-2-git-send-email-rlane@club.cc.cmu.edu> References: <1263672187-5174-1-git-send-email-rlane@club.cc.cmu.edu> <1263672187-5174-2-git-send-email-rlane@club.cc.cmu.edu> Subject: [sup-devel] [PATCH 3/4] id query prefix synonym for msgid X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org notmuch has created an "id:" convention for referring to emails. We already had "msgid:", but support this syntax too. --- lib/sup/xapian_index.rb | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lib/sup/xapian_index.rb b/lib/sup/xapian_index.rb index 6fa6c55..eefd492 100644 --- a/lib/sup/xapian_index.rb +++ b/lib/sup/xapian_index.rb @@ -293,6 +293,7 @@ EOS 'source_id' => 'I', 'attachment_extension' => 'O', 'msgid' => 'Q', + 'id' => 'Q', 'thread' => 'H', 'ref' => 'R', } -- 1.6.5.2 _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel