Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 856DE429E21 for ; Thu, 27 Oct 2011 01:24:04 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0.379 X-Spam-Level: X-Spam-Status: No, score=0.379 tagged_above=-999 required=5 tests=[NO_DNS_FOR_FROM=0.379] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BpICLqnd6e8W for ; Thu, 27 Oct 2011 01:24:03 -0700 (PDT) Received: from smtp.01.com (smtp.01.com [216.115.88.169]) by olra.theworths.org (Postfix) with ESMTP id D3EFA431FB6 for ; Thu, 27 Oct 2011 01:24:03 -0700 (PDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp-out-1.01.com (Postfix) with ESMTP id EEF319D0611; Thu, 27 Oct 2011 03:23:52 -0500 (CDT) X-Virus-Scanned: amavisd-new at smtp-out-1.01.com Received: from smtp.01.com ([127.0.0.1]) by localhost (smtp-out-1.01.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id lC-edyeZhuEN; Thu, 27 Oct 2011 03:23:52 -0500 (CDT) Received: from fudge.hue.no (unknown [77.40.159.131]) by smtp-out-1.01.com (Postfix) with ESMTPSA id 7EE779D060C; Thu, 27 Oct 2011 03:23:51 -0500 (CDT) From: Erlend Simonsen To: Jameson Graef Rollins , notmuch@notmuchmail.org Subject: Re: Emacs: notmuch-show-mode failing to actually update tags In-Reply-To: <87zkgnbwuf.fsf@servo.finestructure.net> References: <87y5w9w6dm.fsf@fudge.hue.no> <878vo9dlja.fsf@servo.finestructure.net> <87ty6ww82k.fsf@fudge.hue.no> <87zkgnbwuf.fsf@servo.finestructure.net> User-Agent: Notmuch/0.9-6-g8bb5b62 (http://notmuchmail.org) Emacs/24.0.90.1 (x86_64-suse-linux-gnu) Date: Thu, 27 Oct 2011 10:23:48 +0200 Message-ID: <87lis6x2p7.fsf@fudge.hue.no> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Oct 2011 08:24:04 -0000 On Wed, 26 Oct 2011 08:23:36 -0700, Jameson Graef Rollins wrote: > On Wed, 26 Oct 2011 09:00:51 +0200, Erlend Simonsen wrote: > > Unfortunately, no. If I run a search for id:"messageid" within Emacs, > > nothing is found. But if I search for id:messageid, I get the correct > > result. Could this be an Emacs 24 issue? > > Have you tried running all the unit tests? I would assume that multiple > tests would fail under these conditions, and it might be useful to see > which ones. > > You can run the tests with "make test". These seemed to fail: FAIL Add tag from notmuch-show view --- emacs.11.expected 2011-10-27 08:04:40.542525380 +0000 +++ emacs.11.output 2011-10-27 08:04:40.544525353 +0000 @@ -1 +1 @@ -thread:XXX 2009-11-18 [4/4] Jjgod Jiang, Alexander Botero-Lowry; [notmuch] Mac OS X/Darwin compatibility issues (inbox tag-from-show-view unread) +thread:XXX 2009-11-18 [4/4] Jjgod Jiang, Alexander Botero-Lowry; [notmuch] Mac OS X/Darwin compatibility issues (inbox unread) nil FAIL Message with .. in Message-Id: --- emacs.13.expected 2011-10-27 08:04:40.712523199 +0000 +++ emacs.13.output 2011-10-27 08:04:40.712523199 +0000 @@ -1 +1 @@ -thread:XXX 2001-01-05 [1/1] Notmuch Test Suite; Message with .. in Message-Id (inbox search-add show-add) + *ERROR*: Error: notmuch tag requires at least one search term. FATAL: Unexpected exit with code 0 emacs-large-search-buffer: Testing Emacs with large search results buffer -- Erlend