[PATCH 2/2] bind notmuch-search-date-restrict to 'S'
authorJameson Rollins <jrollins@finestructure.net>
Mon, 20 Dec 2010 03:54:40 +0000 (22:54 +1900)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:41 +0000 (09:37 -0800)
4d/11720d6faf3ccb839c7085983c13b529ae9540 [new file with mode: 0644]

diff --git a/4d/11720d6faf3ccb839c7085983c13b529ae9540 b/4d/11720d6faf3ccb839c7085983c13b529ae9540
new file mode 100644 (file)
index 0000000..e181de0
--- /dev/null
@@ -0,0 +1,84 @@
+Return-Path: <jrollins@finestructure.net>\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 CE09B41A559\r
+       for <notmuch@notmuchmail.org>; Sun, 19 Dec 2010 19:54:51 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       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 dlgKJpv7zQr0 for <notmuch@notmuchmail.org>;\r
+       Sun, 19 Dec 2010 19:54:50 -0800 (PST)\r
+Received: from tarap.cc.columbia.edu (tarap.cc.columbia.edu [128.59.29.7])\r
+       by olra.theworths.org (Postfix) with ESMTP id 78FA841A558\r
+       for <notmuch@notmuchmail.org>; Sun, 19 Dec 2010 19:54:48 -0800 (PST)\r
+Received: from servo.finestructure.net (cpe-74-66-82-137.nyc.res.rr.com\r
+       [74.66.82.137])\r
+       (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
+       by tarap.cc.columbia.edu (8.14.4/8.14.3) with ESMTP id oBK3skLS009707\r
+       (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT)\r
+       for <notmuch@notmuchmail.org>; Sun, 19 Dec 2010 22:54:47 -0500 (EST)\r
+Received: from jrollins by servo.finestructure.net with local (Exim 4.72)\r
+       (envelope-from <jrollins@finestructure.net>)\r
+       id 1PUWpi-00066e-Hp; Sun, 19 Dec 2010 22:54:46 -0500\r
+From: Jameson Rollins <jrollins@finestructure.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: [PATCH 2/2] bind notmuch-search-date-restrict to 'S'\r
+Date: Sun, 19 Dec 2010 22:54:40 -0500\r
+Message-Id: <1292817280-20999-3-git-send-email-jrollins@finestructure.net>\r
+X-Mailer: git-send-email 1.7.2.3\r
+In-Reply-To: <1292817280-20999-1-git-send-email-jrollins@finestructure.net>\r
+References: <1292817280-20999-1-git-send-email-jrollins@finestructure.net>\r
+X-No-Spam-Score: Local\r
+X-Scanned-By: MIMEDefang 2.68 on 128.59.29.7\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: Mon, 20 Dec 2010 03:54:52 -0000\r
+\r
+---\r
+ emacs/notmuch-show.el |    1 +\r
+ emacs/notmuch.el      |    1 +\r
+ 2 files changed, 2 insertions(+), 0 deletions(-)\r
+\r
+diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
+index 3a60d43..e1ace7c 100644\r
+--- a/emacs/notmuch-show.el\r
++++ b/emacs/notmuch-show.el\r
+@@ -579,6 +579,7 @@ function is used. "\r
+       (define-key map (kbd "<backtab>") 'notmuch-show-previous-button)\r
+       (define-key map (kbd "TAB") 'notmuch-show-next-button)\r
+       (define-key map "s" 'notmuch-search)\r
++      (define-key map "S" 'notmuch-search-date-restrict)\r
+       (define-key map "m" 'notmuch-mua-mail)\r
+       (define-key map "f" 'notmuch-show-forward-message)\r
+       (define-key map "r" 'notmuch-show-reply)\r
+diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
+index 763d517..af5e310 100644\r
+--- a/emacs/notmuch.el\r
++++ b/emacs/notmuch.el\r
+@@ -206,6 +206,7 @@ For a mouse binding, return nil."\r
+     (define-key map "r" 'notmuch-search-reply-to-thread)\r
+     (define-key map "m" 'notmuch-mua-mail)\r
+     (define-key map "s" 'notmuch-search)\r
++    (define-key map "S" 'notmuch-search-date-restrict)\r
+     (define-key map "o" 'notmuch-search-toggle-order)\r
+     (define-key map "c" 'notmuch-search-stash-map)\r
+     (define-key map "=" 'notmuch-search-refresh-view)\r
+-- \r
+1.7.2.3\r
+\r