From e0e5e82ead3deb303e258448b4a9dae6909cb5f9 Mon Sep 17 00:00:00 2001 From: Servilio Afre Puentes Date: Sun, 5 May 2013 12:12:07 +2000 Subject: [PATCH] Re: [PATCH 0/2] Enhancements to notmuch-hello search history --- 35/fa82b336476bc1b396cd27a1a7d46e2352c3c5 | 82 +++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 35/fa82b336476bc1b396cd27a1a7d46e2352c3c5 diff --git a/35/fa82b336476bc1b396cd27a1a7d46e2352c3c5 b/35/fa82b336476bc1b396cd27a1a7d46e2352c3c5 new file mode 100644 index 000000000..c4307c6b9 --- /dev/null +++ b/35/fa82b336476bc1b396cd27a1a7d46e2352c3c5 @@ -0,0 +1,82 @@ +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 A9D3F431FB6 + for ; Sat, 4 May 2013 09:19:29 -0700 (PDT) +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 dJ-6jI6EfXtF for ; + Sat, 4 May 2013 09:19:25 -0700 (PDT) +Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com + [209.85.223.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id F17A7431FAF + for ; Sat, 4 May 2013 09:19:24 -0700 (PDT) +Received: by mail-ie0-f171.google.com with SMTP id e11so2841139iej.2 + for ; Sat, 04 May 2013 09:19:23 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=x-received:from:to:subject:in-reply-to:references:user-agent:date + :message-id:mime-version:content-type; + bh=IzpNxg7/fpaJMY/cx+Hk/QPs7HEtBzZJ+wyRxdKRczY=; + b=pl79Ou39rYHivVMyDBwOeLpwCH7hyml2vZ+kasCdOxdPIS3sSrTj95cZLi7TvCLf45 + gmLls3+6Eo6UMKX74elmfa3BNGUz6KMxbGSUS13viA4ASGvBG1G55KjGVA1ErC3hA50r + irsh7nIdPPqmZkEIkFDbdRAY8/AZNdoejC9PatgXO5+t4/WUhbqTAQOG6j+2ST9Lbfen + erfam8LH1DvSoNIpUlw/74z1GyxzwDHJW2Mh/Kty2MEkNA7hlL3ObYtSgxEKK3auDECR + 6spUYtr1Y4FSBNcZ5fQePLKWy7XLvWAJUbJ1Dwakwz8RamDApQ25laZI3cUqtIRqtF2u + /Oqg== +X-Received: by 10.50.126.36 with SMTP id mv4mr333139igb.28.1367684363520; + Sat, 04 May 2013 09:19:23 -0700 (PDT) +Received: from localhost (fammed-mip89.CSU.McMaster.CA. [130.113.164.106]) + by mx.google.com with ESMTPSA id qn10sm839524igc.6.2013.05.04.09.19.21 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Sat, 04 May 2013 09:19:22 -0700 (PDT) +From: Servilio Afre Puentes +To: Jani Nikula , notmuch +Subject: Re: [PATCH 0/2] Enhancements to notmuch-hello search history +In-Reply-To: <874nejrupr.fsf@nikula.org> +References: <87y5bwkml2.fsf@goose.CSU.McMaster.CA> <874nejrupr.fsf@nikula.org> +User-Agent: Notmuch/0.15.2+10~gf347fe6 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sat, 04 May 2013 12:12:07 -0400 +Message-ID: <87ppx6lo6g.fsf@goose.CSU.McMaster.CA> +MIME-Version: 1.0 +Content-Type: text/plain +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 16:19:29 -0000 + +Jani Nikula writes: + +> 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. + +I know, but as it clears the whole history I decided to go with a +confirmation that required more attention to diminish the chance of +accident, and the action is taken not so oftenly (at least for me, and +my guess is that it is the same for most) so it stills balances out +positively in the usability. + +Servilio -- 2.26.2