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 C9C55431FB6 for ; Fri, 7 Jun 2013 14:01:35 -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 6lk2mgaSUe-A for ; Fri, 7 Jun 2013 14:01:28 -0700 (PDT) Received: from mail-ob0-f174.google.com (mail-ob0-f174.google.com [209.85.214.174]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 44A8F431FAE for ; Fri, 7 Jun 2013 14:01:28 -0700 (PDT) Received: by mail-ob0-f174.google.com with SMTP id wd20so7210514obb.5 for ; Fri, 07 Jun 2013 14:01:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:user-agent:date:message-id:mime-version :content-type; bh=N7+GuMZJ6e2N6cqKEcSPftqcYLDyxy17b1J5/sQ5NII=; b=gISL7abqnu3ov97YWi87Igo7SvRjOx2LynZAcWOTfnullsl0KBzvK3S8nRT96E6gdY oFz6ntN/a+QG5VqygPCxukp+tLM2QygyvzfpHCgLjm/wd7OJWRqFjIwG9GCCpsYYuJ/2 UKbweDJcObxtg/JE3UBnFhv1kflmS1OrGhIfmkQ1dAFOyTDEbSjxZBpF1yKV0ZSIrHDd osB1jFxwlNDz3ncfS2kX1urP+cWlRIfxjgW+jgPuqRD5rfgTwZDfH5ejP5KXa2wQwYJb tin85AeY+f1jPTGTbKL3UuqWkeOB3F1HRrwm8jqq/EdyDZ8wEKpGn8MhdhEBlzjk+OP9 e76g== X-Received: by 10.60.117.232 with SMTP id kh8mr262477oeb.125.1370638887758; Fri, 07 Jun 2013 14:01:27 -0700 (PDT) Received: from localhost (fammed-mip89.CSU.McMaster.CA. [130.113.164.106]) by mx.google.com with ESMTPSA id jt9sm681368obc.0.2013.06.07.14.01.26 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 07 Jun 2013 14:01:26 -0700 (PDT) From: Servilio Afre Puentes To: notmuch Subject: [PATCH v2 0/2] Enhancements to notmuch-hello search history User-Agent: Notmuch/0.15.2+10~gf347fe6 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Fri, 07 Jun 2013 16:53:13 -0400 Message-ID: <87sj0t7idi.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: Fri, 07 Jun 2013 21:01:35 -0000 Hi, Two patches that enhance the notmuch-hello search history UI. Though minor changes, I find them very helpful. This second iteration includes the modifications suggested by Jani and Tomi. Servilio Afre Puentes (2): emacs: hello: ask confirmation for clearing recent searches emacs: hello: allow deleting individual searches in the history emacs/notmuch-hello.el | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) -- 1.8.3