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 0BF36429E25 for ; Wed, 26 Oct 2011 02:19:43 -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 ADZ2ggAQ4oLC for ; Wed, 26 Oct 2011 02:19:41 -0700 (PDT) Received: from smtp.01.com (smtp.01.com [216.115.88.169]) by olra.theworths.org (Postfix) with ESMTP id CEDEB431FB6 for ; Wed, 26 Oct 2011 02:19:41 -0700 (PDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp-out-1.01.com (Postfix) with ESMTP id 37D7D9D056F; Wed, 26 Oct 2011 04:19:41 -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 FtKoOMSoHI3C; Wed, 26 Oct 2011 04:19:41 -0500 (CDT) Received: from fudge.hue.no (unknown [77.40.159.131]) by smtp-out-1.01.com (Postfix) with ESMTPSA id 62C139D01C9; Wed, 26 Oct 2011 04:19:38 -0500 (CDT) From: Erlend Simonsen To: Tomi Ollila Subject: Re: Emacs: notmuch-show-mode failing to actually update tags In-Reply-To: References: <87y5w9w6dm.fsf@fudge.hue.no> <878vo9dlja.fsf@servo.finestructure.net> <87ty6ww82k.fsf@fudge.hue.no> 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 11:19:36 +0200 Message-ID: <87obx4w1nb.fsf@fudge.hue.no> MIME-Version: 1.0 Content-Type: text/plain Cc: notmuch@notmuchmail.org 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 09:19:43 -0000 On Wed, 26 Oct 2011 11:17:15 +0300, Tomi Ollila wrote: > Try these from command line: > > notmuch search id:messageid ~ $ notmuch search id:yf6lis8np4k.fsf@taco2.nixu.fi thread:0000000000030b25 26 mins. ago [1/4] Tomi Ollila| Erlend Simonsen, Jameson Graef Rollins; Emacs: notmuch-show-mode failing to actually update tags (notmuch replied sent signed to-me) > notmuch search 'id:"messageid"' ~ $ notmuch search 'id:"yf6lis8np4k.fsf@taco2.nixu.fi"' > Note all the single and double quotes in second line. > > These should return the same output. If these does it might > be that your emacs interface escapes the quotes for some reason. > i.e. the execution from emacs is analogous to this command line: > > notmuch search 'id:\"messageid\"' > As they don't return the same output, where do I dig further to find the problem? -- Erlend