--- /dev/null
+Return-Path: <servilio@gmail.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id C9C55431FB6\r
+ for <notmuch@notmuchmail.org>; Fri, 7 Jun 2013 14:01:35 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 6lk2mgaSUe-A for <notmuch@notmuchmail.org>;\r
+ Fri, 7 Jun 2013 14:01:28 -0700 (PDT)\r
+Received: from mail-ob0-f174.google.com (mail-ob0-f174.google.com\r
+ [209.85.214.174]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 44A8F431FAE\r
+ for <notmuch@notmuchmail.org>; Fri, 7 Jun 2013 14:01:28 -0700 (PDT)\r
+Received: by mail-ob0-f174.google.com with SMTP id wd20so7210514obb.5\r
+ for <notmuch@notmuchmail.org>; Fri, 07 Jun 2013 14:01:27 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:subject:user-agent:date:message-id:mime-version\r
+ :content-type; bh=N7+GuMZJ6e2N6cqKEcSPftqcYLDyxy17b1J5/sQ5NII=;\r
+ b=gISL7abqnu3ov97YWi87Igo7SvRjOx2LynZAcWOTfnullsl0KBzvK3S8nRT96E6gdY\r
+ oFz6ntN/a+QG5VqygPCxukp+tLM2QygyvzfpHCgLjm/wd7OJWRqFjIwG9GCCpsYYuJ/2\r
+ UKbweDJcObxtg/JE3UBnFhv1kflmS1OrGhIfmkQ1dAFOyTDEbSjxZBpF1yKV0ZSIrHDd\r
+ osB1jFxwlNDz3ncfS2kX1urP+cWlRIfxjgW+jgPuqRD5rfgTwZDfH5ejP5KXa2wQwYJb\r
+ tin85AeY+f1jPTGTbKL3UuqWkeOB3F1HRrwm8jqq/EdyDZ8wEKpGn8MhdhEBlzjk+OP9\r
+ e76g==\r
+X-Received: by 10.60.117.232 with SMTP id kh8mr262477oeb.125.1370638887758;\r
+ Fri, 07 Jun 2013 14:01:27 -0700 (PDT)\r
+Received: from localhost (fammed-mip89.CSU.McMaster.CA. [130.113.164.106])\r
+ by mx.google.com with ESMTPSA id jt9sm681368obc.0.2013.06.07.14.01.26\r
+ for <notmuch@notmuchmail.org>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Fri, 07 Jun 2013 14:01:26 -0700 (PDT)\r
+From: Servilio Afre Puentes <servilio@gmail.com>\r
+To: notmuch <notmuch@notmuchmail.org>\r
+Subject: [PATCH v2 0/2] Enhancements to notmuch-hello search history\r
+User-Agent: Notmuch/0.15.2+10~gf347fe6 (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Fri, 07 Jun 2013 16:53:13 -0400\r
+Message-ID: <87sj0t7idi.fsf@goose.CSU.McMaster.CA>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 07 Jun 2013 21:01:35 -0000\r
+\r
+Hi,\r
+\r
+Two patches that enhance the notmuch-hello search history UI. Though\r
+minor changes, I find them very helpful.\r
+\r
+This second iteration includes the modifications suggested by Jani and\r
+Tomi.\r
+\r
+Servilio Afre Puentes (2):\r
+ emacs: hello: ask confirmation for clearing recent searches\r
+ emacs: hello: allow deleting individual searches in the history\r
+\r
+ emacs/notmuch-hello.el | 30 ++++++++++++++++++++++++++----\r
+ 1 file changed, 26 insertions(+), 4 deletions(-)\r
+\r
+-- \r
+1.8.3\r