From: Servilio Afre Puentes Date: Fri, 3 May 2013 17:19:37 +0000 (+2000) Subject: [PATCH 0/2] Enhancements to notmuch-hello search history X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b8d8919685bb5f91b01e1106c4a063c617b54025;p=notmuch-archives.git [PATCH 0/2] Enhancements to notmuch-hello search history --- diff --git a/1b/7dc5079bf60a5cbc4b3937a2be1fc2ad8072e8 b/1b/7dc5079bf60a5cbc4b3937a2be1fc2ad8072e8 new file mode 100644 index 000000000..933dcc903 --- /dev/null +++ b/1b/7dc5079bf60a5cbc4b3937a2be1fc2ad8072e8 @@ -0,0 +1,78 @@ +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 9703F431FB6 + for ; Fri, 3 May 2013 10:27:00 -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 SDTAepluWEQM for ; + Fri, 3 May 2013 10:26:55 -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 24CEC431FAF + for ; Fri, 3 May 2013 10:26:55 -0700 (PDT) +Received: by mail-ie0-f171.google.com with SMTP id e11so2103585iej.30 + for ; Fri, 03 May 2013 10:26:53 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=x-received:from:to:subject:user-agent:date:message-id:mime-version + :content-type; bh=Tr8J1F0Xy5g6AFCfZkXqDjQ3M0bsMtB6tL+yZ9zRe4k=; + b=l8MVVx/IJjR8b0YvziNWM1bnUI64cUtxjvCKT+Im1wUFiA8WIv5VQGz2V+s5SS5iYR + U5Kolxi2hcFSlueRBLlflYjSq7ggiiY4uaUocmQXBReI26GnBuSZJJ4jcBANeYXWSvWX + 15xwcihVOV5hSljzJ5AiwHxf/g/ZV43JdkoE3VijxSxjbc4ct2fSvTO3uZ3brxaNW6r0 + fPFowFGJB6Uu7KYXneeIN6+A6HKwXspuTQeKNLDmOA3hlfiqsX3EdNaJ4UBITUlnrT4y + bW/q6pj1MagnuHmDOiSUfT81CeDduhQtnd2I4rbWVnKLd5Pk4kSxVPWXJTOMr2i2ecTL + 2eQA== +X-Received: by 10.42.90.72 with SMTP id j8mr4774795icm.34.1367602012753; + Fri, 03 May 2013 10:26:52 -0700 (PDT) +Received: from localhost (fammed-mip89.CSU.McMaster.CA. [130.113.164.106]) + by mx.google.com with ESMTPSA id ha2sm1052865igb.1.2013.05.03.10.26.51 + for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Fri, 03 May 2013 10:26:51 -0700 (PDT) +From: Servilio Afre Puentes +To: notmuch +Subject: [PATCH 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, 03 May 2013 13:19:37 -0400 +Message-ID: <87y5bwkml2.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, 03 May 2013 17:27:00 -0000 + +Hi, + +Two patches that enhance the notmuch-hello search history UI. Though +minor I find them very helpful. + +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 | 31 +++++++++++++++++++++++++++---- + 1 file changed, 27 insertions(+), 4 deletions(-) + +-- +1.8.2.1 +