From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 7323E431FB6 for ; Sat, 4 May 2013 01:54:39 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 HSlpUM80s2pB for ; Sat, 4 May 2013 01:54:34 -0700 (PDT) Received: from mail-lb0-f179.google.com (mail-lb0-f179.google.com [209.85.217.179]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id BCAC6431FAF for ; Sat, 4 May 2013 01:54:33 -0700 (PDT) Received: by mail-lb0-f179.google.com with SMTP id d10so2192022lbj.38 for ; Sat, 04 May 2013 01:54:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:subject:in-reply-to:references:user-agent:date :message-id:mime-version:content-type:x-gm-message-state; bh=UJ/iA+ng6ZPfJiBi6X6Ru3N2YcEydhAv26np2UOQabg=; b=g4kp3aBioLg8mXRXq4qtk1V05qp/LIm770wp1I9NzRmWtUdGZzGPyZAZEjv1EKVGyT Xjwenue606iV5a1k50BQUehiVKj6VXTndduCvkuqR2KlEVb4Fwm4skHWKix9FwXRJg7e TSQrxZDKjd+RsZBhNgaF44jn0gkwaIqIrAZ0rLFjrywhbHDMWp87fT5rFwarHx4qEDtm FVTKTOB4CQlJSXcNAio4WpiNv2b9uOLkBm8VCmY3N7ky5wOlPI+eAF51RgprzrxbVdAn IFsKrgPgaKRzKn9342jRq7PCqjs14K3tIdiBCtcFMoIZlFIsTn+1Pw5fz0ELKv2W8Zg1 VApw== X-Received: by 10.112.161.97 with SMTP id xr1mr5517976lbb.15.1367657671030; Sat, 04 May 2013 01:54:31 -0700 (PDT) Received: from localhost (dsl-hkibrasgw2-58c376-211.dhcp.inet.fi. [88.195.118.211]) by mx.google.com with ESMTPSA id w3sm1867786lae.7.2013.05.04.01.54.28 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sat, 04 May 2013 01:54:29 -0700 (PDT) From: Jani Nikula To: Servilio Afre Puentes , notmuch Subject: Re: [PATCH 0/2] Enhancements to notmuch-hello search history In-Reply-To: <87y5bwkml2.fsf@goose.CSU.McMaster.CA> References: <87y5bwkml2.fsf@goose.CSU.McMaster.CA> User-Agent: Notmuch/0.15.2+87~g87c898c (http://notmuchmail.org) Emacs/24.2.1 (x86_64-pc-linux-gnu) Date: Sat, 04 May 2013 11:54:24 +0300 Message-ID: <874nejrupr.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain X-Gm-Message-State: ALoCoQlsnUEJU13yqe4/2pBRpB6mq/s4wySwsjKTiagk7pTPpo6yR9IF/EEzQwGkcs37ankfDg06 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, 04 May 2013 08:54:39 -0000 On Fri, 03 May 2013, Servilio Afre Puentes wrote: > Two patches that enhance the notmuch-hello search history UI. Though > minor I find them very helpful. Both seem to work as advertised; I did not look at the code much. A minor bikeshed is that I think y-or-n-p would suffice in patch 1/2. BR, Jani.