--- /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 9703F431FB6\r
+ for <notmuch@notmuchmail.org>; Fri, 3 May 2013 10:27:00 -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 SDTAepluWEQM for <notmuch@notmuchmail.org>;\r
+ Fri, 3 May 2013 10:26:55 -0700 (PDT)\r
+Received: from mail-ie0-f171.google.com (mail-ie0-f171.google.com\r
+ [209.85.223.171]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 24CEC431FAF\r
+ for <notmuch@notmuchmail.org>; Fri, 3 May 2013 10:26:55 -0700 (PDT)\r
+Received: by mail-ie0-f171.google.com with SMTP id e11so2103585iej.30\r
+ for <notmuch@notmuchmail.org>; Fri, 03 May 2013 10:26:53 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=x-received:from:to:subject:user-agent:date:message-id:mime-version\r
+ :content-type; bh=Tr8J1F0Xy5g6AFCfZkXqDjQ3M0bsMtB6tL+yZ9zRe4k=;\r
+ b=l8MVVx/IJjR8b0YvziNWM1bnUI64cUtxjvCKT+Im1wUFiA8WIv5VQGz2V+s5SS5iYR\r
+ U5Kolxi2hcFSlueRBLlflYjSq7ggiiY4uaUocmQXBReI26GnBuSZJJ4jcBANeYXWSvWX\r
+ 15xwcihVOV5hSljzJ5AiwHxf/g/ZV43JdkoE3VijxSxjbc4ct2fSvTO3uZ3brxaNW6r0\r
+ fPFowFGJB6Uu7KYXneeIN6+A6HKwXspuTQeKNLDmOA3hlfiqsX3EdNaJ4UBITUlnrT4y\r
+ bW/q6pj1MagnuHmDOiSUfT81CeDduhQtnd2I4rbWVnKLd5Pk4kSxVPWXJTOMr2i2ecTL\r
+ 2eQA==\r
+X-Received: by 10.42.90.72 with SMTP id j8mr4774795icm.34.1367602012753;\r
+ Fri, 03 May 2013 10:26:52 -0700 (PDT)\r
+Received: from localhost (fammed-mip89.CSU.McMaster.CA. [130.113.164.106])\r
+ by mx.google.com with ESMTPSA id ha2sm1052865igb.1.2013.05.03.10.26.51\r
+ for <notmuch@notmuchmail.org>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Fri, 03 May 2013 10:26:51 -0700 (PDT)\r
+From: Servilio Afre Puentes <servilio@gmail.com>\r
+To: notmuch <notmuch@notmuchmail.org>\r
+Subject: [PATCH 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, 03 May 2013 13:19:37 -0400\r
+Message-ID: <87y5bwkml2.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, 03 May 2013 17:27:00 -0000\r
+\r
+Hi,\r
+\r
+Two patches that enhance the notmuch-hello search history UI. Though\r
+minor I find them very helpful.\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 | 31 +++++++++++++++++++++++++++----\r
+ 1 file changed, 27 insertions(+), 4 deletions(-)\r
+\r
+-- \r
+1.8.2.1\r
+\r