From: Kototama Date: Tue, 12 Nov 2013 14:43:31 +0000 (+0100) Subject: Arg out of range error when tagging on the search view X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=52b28b56cf3b78d966eb17c7e3733366470b9806;p=notmuch-archives.git Arg out of range error when tagging on the search view --- diff --git a/ae/d4d224d62e548bbf422524d28b32f47095fa7c b/ae/d4d224d62e548bbf422524d28b32f47095fa7c new file mode 100644 index 000000000..2b4057989 --- /dev/null +++ b/ae/d4d224d62e548bbf422524d28b32f47095fa7c @@ -0,0 +1,79 @@ +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 3A3B0431FAF + for ; Tue, 12 Nov 2013 06:49:05 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 RB+RxMlKSUU9 for ; + Tue, 12 Nov 2013 06:49:00 -0800 (PST) +Received: from mail-bk0-f45.google.com (mail-bk0-f45.google.com + [209.85.214.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 4BAB0431FAE + for ; Tue, 12 Nov 2013 06:49:00 -0800 (PST) +Received: by mail-bk0-f45.google.com with SMTP id r7so2268514bkg.4 + for ; Tue, 12 Nov 2013 06:48:55 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=message-id:date:from:user-agent:mime-version:to:subject + :content-type:content-transfer-encoding; + bh=qu5ZToDtp+0DFBAzED2tvxhIbnLB/5TaD9L4bBMi5ro=; + b=YaTYcWaLBT7WP2NGWZ9DcAKCTalGHAeA1WKG10CHZ6Rr8eNXjo3odnZyjeBmHOHFpf + /UCgZ3Q/W4xEF31WbLuozPvMoCmGru3Nd3ymyz4dToWkbN7eltHaBqhAZkX6jd5wxHYR + BYHHjjGN+E7bvtpJL07SUlGM9viREXi2CIer/KQs0wiXFzZOwOLDaaDJ/lT/dZ6bL+7C + 3oQ35zyxVHlaCym/BS4f0CNtPpow8hhzUUtlTnd3QMna6/7AEjESGLqh7YHGb23AjFDh + UvEfu0tnv9MoG8OYO+3YJbJJMclxI9tY7JtvH0VfNI9yVqwlO0G8aazFoh2qlb/puFM9 + eOGw== +X-Received: by 10.204.62.2 with SMTP id v2mr209865bkh.98.1384267414544; + Tue, 12 Nov 2013 06:43:34 -0800 (PST) +Received: from ?IPv6:2001:638:806:78::1008? ([2001:638:806:78::1008]) + by mx.google.com with ESMTPSA id l9sm18491286bkg.0.2013.11.12.06.43.33 + for + (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); + Tue, 12 Nov 2013 06:43:33 -0800 (PST) +Message-ID: <52823E93.2090605@gmail.com> +Date: Tue, 12 Nov 2013 15:43:31 +0100 +From: Kototama +User-Agent: Mozilla/5.0 (X11; Linux i686; + rv:24.0) Gecko/20100101 Thunderbird/24.1.0 +MIME-Version: 1.0 +To: notmuch@notmuchmail.org +Subject: Arg out of range error when tagging on the search view +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 7bit +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, 12 Nov 2013 14:49:05 -0000 + +Hello, + +I'm using notmuch with the git id db5189a3b9194da55e5c311ef3fc50a72c8a7009 + +When typing M-: and executing (notmuch-search-tag "-unread") on the +search view, I get the following error in *Messages*: + +help-function-arglist: End of file during parsing + +Any idea? + +Pierre + +