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 A9969431FD0 for ; Tue, 25 Oct 2011 06:32:28 -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 w9uqMd3Un1DT for ; Tue, 25 Oct 2011 06:32:28 -0700 (PDT) X-Greylist: delayed 425 seconds by postgrey-1.32 at olra; Tue, 25 Oct 2011 06:32:28 PDT Received: from smtp.01.com (smtp.01.com [216.115.88.169]) by olra.theworths.org (Postfix) with ESMTP id 37C97431FB6 for ; Tue, 25 Oct 2011 06:32:28 -0700 (PDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp-out-2.01.com (Postfix) with ESMTP id 37016A0812C for ; Tue, 25 Oct 2011 08:25:15 -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 C9DZhaNeFC-Y for ; Tue, 25 Oct 2011 08:25:15 -0500 (CDT) Received: from fudge.hue.no (unknown [77.40.159.131]) by smtp-out-2.01.com (Postfix) with ESMTPSA id 3700A414228 for ; Tue, 25 Oct 2011 08:25:12 -0500 (CDT) From: Erlend Simonsen To: notmuch@notmuchmail.org Subject: Emacs: notmuch-show-mode failing to actually update tags User-Agent: Notmuch/0.9-6-g8bb5b62 (http://notmuchmail.org) Emacs/24.0.90.1 (x86_64-suse-linux-gnu) Date: Tue, 25 Oct 2011 15:25:09 +0200 Message-ID: <87y5w9w6dm.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: Tue, 25 Oct 2011 13:32:28 -0000 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. Example call that doesn't actually update the tags when called from notmuch-show-mode: (notmuch-call-notmuch-process (("tag" "-unread" "--" "id:\"1319481298-2837-1-git-send-email-aidecoe@aidecoe.name\"")) Note the quotes around the id search string. If I remove those, it works. -- Erlend