From: Erlend Simonsen Date: Fri, 28 Oct 2011 09:01:24 +0000 (+0200) Subject: Re: Emacs: notmuch-show-mode failing to actually update tags X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ddb77bcf7520d1de3f0f514a68ed60c8e0b4d362;p=notmuch-archives.git Re: Emacs: notmuch-show-mode failing to actually update tags --- diff --git a/14/e471e63d0de1bb7de705caa96995775b6b26be b/14/e471e63d0de1bb7de705caa96995775b6b26be new file mode 100644 index 000000000..9263fd0f2 --- /dev/null +++ b/14/e471e63d0de1bb7de705caa96995775b6b26be @@ -0,0 +1,75 @@ +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 3101B429E25 + for ; Fri, 28 Oct 2011 02:01:39 -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 I6lzcPDobInY for ; + Fri, 28 Oct 2011 02:01:38 -0700 (PDT) +Received: from smtp.01.com (smtp.01.com [216.115.88.169]) + by olra.theworths.org (Postfix) with ESMTP id 9A05C431FB6 + for ; Fri, 28 Oct 2011 02:01:38 -0700 (PDT) +Received: from localhost (localhost.localdomain [127.0.0.1]) + by smtp-out-2.01.com (Postfix) with ESMTP id B8886A0811E; + Fri, 28 Oct 2011 04:01:29 -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 sevxjvGu7tyj; Fri, 28 Oct 2011 04:01:29 -0500 (CDT) +Received: from fudge.hue.no (unknown [77.40.159.131]) + by smtp-out-2.01.com (Postfix) with ESMTPSA id E17EDA080E9; + Fri, 28 Oct 2011 04:01:27 -0500 (CDT) +From: Erlend Simonsen +To: Jameson Graef Rollins , + Thomas Jost , notmuch@notmuchmail.org +Subject: Re: Emacs: notmuch-show-mode failing to actually update tags +In-Reply-To: <871utybhsb.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> + <87lis6x2p7.fsf@fudge.hue.no> <878vo6pmfn.fsf@thor.loria.fr> + <871utybhsb.fsf@servo.finestructure.net> +User-Agent: Notmuch/0.9-16-g8d282ad (http://notmuchmail.org) Emacs/24.0.90.1 + (x86_64-suse-linux-gnu) +Date: Fri, 28 Oct 2011 11:01:24 +0200 +Message-ID: <87k47pjxqz.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: Fri, 28 Oct 2011 09:01:39 -0000 + +On Thu, 27 Oct 2011 08:01:08 -0700, Jameson Graef Rollins wrote: +> On Thu, 27 Oct 2011 15:57:00 +0200, Thomas Jost wrote: +> > Both of these work for me, both with latest master and 0.9-6-g8bb5b62, +> > using Emacs-pretest 24.0.90 (compiled it myself) on Arch Linux... Weird. +> +> Erlend, are you sure you don't have anything else in your emacs +> environment that may be affecting this? What system do you use? How +> was your version of emacs obtained? + +I found the problem. I was using the Xapian shipped with OpenSuse 11.4, +version 1.0.12. Upgrading to 1.2.7 fixed everything. + +Sorry for the confusion. + +-- Erlend