From: Kototama Date: Tue, 12 Nov 2013 15:12:02 +0000 (+0100) Subject: Re: Arg out of range error when tagging on the search view X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1d3441933b1a1adaa2ac3f5ef2d5a79596eb4148;p=notmuch-archives.git Re: Arg out of range error when tagging on the search view --- diff --git a/08/6ad12dc791e8995f76aeb6bc5129d2814e729b b/08/6ad12dc791e8995f76aeb6bc5129d2814e729b new file mode 100644 index 000000000..26c446606 --- /dev/null +++ b/08/6ad12dc791e8995f76aeb6bc5129d2814e729b @@ -0,0 +1,71 @@ +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 E8836431FAF + for ; Tue, 12 Nov 2013 07:42:58 -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 wjpQtYluN8yD for ; + Tue, 12 Nov 2013 07:42:54 -0800 (PST) +Received: from mail-bk0-f52.google.com (mail-bk0-f52.google.com + [209.85.214.52]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 003D2431FAE + for ; Tue, 12 Nov 2013 07:42:53 -0800 (PST) +Received: by mail-bk0-f52.google.com with SMTP id v10so2271137bkz.25 + for ; Tue, 12 Nov 2013 07:42:51 -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:references + :in-reply-to:content-type:content-transfer-encoding; + bh=4F+TbkRZJlph0ph2TS3XUcUKzdPMoiJ6fkpooiIBIRk=; + b=MJe4K4184pkDcG3DrpVIJjn+/K5i48kxdhba8GldvbQxbDCop1j7clLzPz6uhmHdlw + b0QZ+lj3bIWbqGyP13pOpDmOWTt08cOuSG8iteVbi6bCpfETyuf4umMU/vwRNG9tIzpp + +OioX5Dx7t1ynjN3upckLH531X/dHoLonuWHmgahWy6sxq5If49/h7bNM5zyZSkiWChi + vWQEHbZKT0pnQ1IOvdaeSZAJOxzazl2+X3sNXesffz14swQByeOgPsY6LkcLiGchiDO7 + UhkfPZuv501XCM6D0R0PfIDTuDBUk35fiIGDQQyGAmwSW39H3GWehDJ9x0n0I09jp9m6 + ZQXA== +X-Received: by 10.204.103.199 with SMTP id l7mr26305829bko.11.1384269124372; + Tue, 12 Nov 2013 07:12:04 -0800 (PST) +Received: from ?IPv6:2001:638:806:78::1008? ([2001:638:806:78::1008]) + by mx.google.com with ESMTPSA id w9sm18610297bkn.12.2013.11.12.07.12.03 + for + (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); + Tue, 12 Nov 2013 07:12:03 -0800 (PST) +Message-ID: <52824542.8060906@gmail.com> +Date: Tue, 12 Nov 2013 16:12:02 +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: Tomi Ollila , notmuch@notmuchmail.org +Subject: Re: Arg out of range error when tagging on the search view +References: <52823E93.2090605@gmail.com> +In-Reply-To: +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 15:42:59 -0000 + + +> M-: (notmuch-search-tag '("-unread")) should work, the TAG-CHANGES is list +> these days. +Oh I missed that. I had some old elisp functions that broke. Thank you.