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 DB359431FD0 for ; Wed, 26 Oct 2011 00:01:05 -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 pKkPb-viWiCG for ; Wed, 26 Oct 2011 00:01:05 -0700 (PDT) Received: from smtp.01.com (smtp.01.com [216.115.88.169]) by olra.theworths.org (Postfix) with ESMTP id 3C2E5431FB6 for ; Wed, 26 Oct 2011 00:01:05 -0700 (PDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp-out-2.01.com (Postfix) with ESMTP id 6D3534140A0; Wed, 26 Oct 2011 02:00:56 -0500 (CDT) X-Virus-Scanned: amavisd-new at smtp-out-2.01.com Received: from smtp.01.com ([127.0.0.1]) by localhost (smtp-out-2.01.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id kFtmwJHbVsVf; Wed, 26 Oct 2011 02:00:56 -0500 (CDT) Received: from fudge.hue.no (unknown [77.40.159.131]) by smtp-out-2.01.com (Postfix) with ESMTPSA id 04B11A08178; Wed, 26 Oct 2011 02:00:54 -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: <878vo9dlja.fsf@servo.finestructure.net> References: <87y5w9w6dm.fsf@fudge.hue.no> <878vo9dlja.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: Wed, 26 Oct 2011 09:00:51 +0200 Message-ID: <87ty6ww82k.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: Wed, 26 Oct 2011 07:01:06 -0000 On Tue, 25 Oct 2011 10:32:41 -0700, Jameson Graef Rollins wrote: > On Tue, 25 Oct 2011 15:25:09 +0200, Erlend Simonsen wrote: > > I've been toying around with notmuch the last few days, and I'm having > > some problems with the Emacs mode. > > > > Updating tags from the search result is fine (except it doesn't reapply > > the tag-faces when changed), but all updates done while viewing a single > > message/thread end up being ignored as the message id is quoted. > > Hi, Erlend. Everything seems to be working for me. Which version are > you running (notmuch --version), and where did you acquire it? notmuch 0.9-6-g8bb5b62, fetched from git.notmuchmail.org running on GNU Emacs 24.0.90.1 > Frequently problems like this happen when the emacs session is not > restarted after a notmuch upgrade. Any chance that applies to your > situation? 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? -- Erlend