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 220EB4196F0 for ; Sat, 29 May 2010 13:38:49 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.5 X-Spam-Level: X-Spam-Status: No, score=-0.5 tagged_above=-999 required=5 tests=[BAYES_05=-0.5] autolearn=ham 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 G+lFJJDaUYJV for ; Sat, 29 May 2010 13:38:38 -0700 (PDT) Received: from contrapunctus.net (contrapunctus.net [207.210.219.173]) by olra.theworths.org (Postfix) with ESMTP id CB752431FC1 for ; Sat, 29 May 2010 13:38:38 -0700 (PDT) Received: by contrapunctus.net (Postfix, from userid 1000) id 7914A81B4; Sat, 29 May 2010 16:38:36 -0400 (EDT) From: Christopher League To: notmuch@notmuchmail.org Subject: Re: [PATCH] quoting message-IDs for the shell In-Reply-To: References: <87bpbztwcy.fsf@contrapunctus.net> User-Agent: Notmuch/0.3.1-17-gc50524e (http://notmuchmail.org) Emacs/23.1.1 (i486-pc-linux-gnu) Date: Sat, 29 May 2010 16:38:36 -0400 Message-ID: <87typq5tpv.fsf@contrapunctus.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Sat, 29 May 2010 20:38:49 -0000 On Sat, 29 May 2010 14:01:49 -0400 (EDT), David A Benjamin wrote: > Hrm. Are you sure? notmuch-call-notmuch-process is implemented using > call-process, which doesn't seem to invoke the shell. Ah, got it.. I found the discrepancy then. The symptoms I described happened while running through the notmuch remote wrapper script from the wiki, so the $ and ! symbols in Message IDs are getting interpreted by that shell. Thanks. Chris