From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 0B0996DE0F58 for ; Thu, 7 Feb 2019 07:36:58 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.2 X-Spam-Level: X-Spam-Status: No, score=-0.2 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YjFuz7qGlzB3 for ; Thu, 7 Feb 2019 07:36:57 -0800 (PST) Received: from mail-wm1-f42.google.com (mail-wm1-f42.google.com [209.85.128.42]) by arlo.cworth.org (Postfix) with ESMTPS id 268D86DE0F56 for ; Thu, 7 Feb 2019 07:36:57 -0800 (PST) Received: by mail-wm1-f42.google.com with SMTP id t200so338247wmt.0 for ; Thu, 07 Feb 2019 07:36:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version:content-disposition :content-description; bh=idsrNx6ugswDdvORlvY8QdKxtKm+9ptXFMo+TsbYrEs=; b=skhysDLbJfpnSDlxXMzYNXWZRqLhwJiPCjI0BAWOPsxHtZEmQJNbfN4HqU70mPs6bl xdOLm7hcTbOQpBOIKwEqvR4OpBfdeHZY08ZEL4zou+X41m3U3Q/WIKvq/MJdKy8xkCP/ dQHFk8YGGpP+KEm8fTYfMXxcT3Bj4T8Itz5aE6YNalfPiPby3dvZRsjNDr7Gl+v/yVON 2xAF+hVLVwWhgmwxiJHFLsPAjZDgFBCwWrcl7cmr4Qlke4OMD8sIthI8xGWmwQSRF+68 mwfpT3w0xPHWhc0Nww+bRb3Qdq/2FNpZeLOTf8J2ffZCjXUwX8t22cXcjQ//vcE/QseI L3qQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-disposition:content-description; bh=idsrNx6ugswDdvORlvY8QdKxtKm+9ptXFMo+TsbYrEs=; b=abuq83vbatjdwlvAd/CrdjcEb5sAER540WrHfQreX8GUwRETZGKIbL3SkId2RGbvfL sr2lB0pe1k6dsWQESZO21RO6vepxIkvTWPN9jHbjiHLwYQNa3s4XYj6LAGrJh08A18AQ bxhRvZe1jt9A6gbGyxkYsHb/snVe4t1MwuDIop/4Xh4714AL54J7w8CYnn4eNmpzKyZt 6dTV8sAiQqvQYwadQyVNsT7xsJqb+RguO/4SIanAN43m+IUu6/gWoQIGvMQlbwNGHmrB lGs73tbU+og/WO5OjtagO20SImXj1AfkSfjsMs5VF6wPT3Cz9O8KRC5mgvv2eGNb4h0D vwyw== X-Gm-Message-State: AHQUAub6HXCe4oAIY69KYjVhccphDF6jeXBI/uIC/YDxZAepii6Bnd3a +ITLMNlRVfO9f5KjCDvSErLHb6cL X-Google-Smtp-Source: AHgI3IYsCgRnD3NaoilIlx5nmEF1qrnfkJfysB2/gpr0tVlI9upp8NJDmVlXt9bA7NqJaxI0D0c8Kg== X-Received: by 2002:a1c:6e01:: with SMTP id j1mr7797738wmc.103.1549553815434; Thu, 07 Feb 2019 07:36:55 -0800 (PST) Received: from thinkpad.localdomain (lcs07-lyo-176-188-242-162.sfr.lns.abo.bbox.fr. [176.188.242.162]) by smtp.gmail.com with ESMTPSA id 2sm8219891wrg.89.2019.02.07.07.36.54 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 07 Feb 2019 07:36:54 -0800 (PST) From: zaephon@gmail.com To: notmuch@notmuchmail.org Subject: [PATCH 2/4] emacs: Add key binding for notmuch-search-refine Date: Thu, 07 Feb 2019 16:36:53 +0100 Message-ID: <87tvhfliei.fsf@hidden> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0002-emacs-Add-key-binding-for-notmuch-search-refine.patch Content-Description: [PATCH 2/4] emacs: Add key binding for notmuch-search-refine X-Mailman-Approved-At: Thu, 07 Feb 2019 09:22:23 -0800 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Thu, 07 Feb 2019 15:36:58 -0000 >From 1a9957171b78d31b8caeed64493d8e53c76da80d Mon Sep 17 00:00:00 2001 From: Leo Vivier Date: Wed, 6 Feb 2019 17:09:17 +0100 Subject: [PATCH 2/4] emacs: Add key binding for notmuch-search-refine --- emacs/notmuch.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 8bbed17d..f9e07307 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -181,6 +181,7 @@ there will be called at other points of notmuch execution." (define-key map "c" 'notmuch-search-stash-map) (define-key map "t" 'notmuch-search-filter-by-tag) (define-key map "l" 'notmuch-search-filter) + (define-key map "y" 'notmuch-search-refine) (define-key map [mouse-1] 'notmuch-search-show-thread) (define-key map "k" 'notmuch-tag-jump) (define-key map "*" 'notmuch-search-tag-all) -- 2.20.1