[PATCH 11/13] emacs: remove no longer used functions from notmuch-show.el
[notmuch-archives.git] / 4d / 11720d6faf3ccb839c7085983c13b529ae9540
1 Return-Path: <jrollins@finestructure.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id CE09B41A559\r
6         for <notmuch@notmuchmail.org>; Sun, 19 Dec 2010 19:54:51 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id dlgKJpv7zQr0 for <notmuch@notmuchmail.org>;\r
16         Sun, 19 Dec 2010 19:54:50 -0800 (PST)\r
17 Received: from tarap.cc.columbia.edu (tarap.cc.columbia.edu [128.59.29.7])\r
18         by olra.theworths.org (Postfix) with ESMTP id 78FA841A558\r
19         for <notmuch@notmuchmail.org>; Sun, 19 Dec 2010 19:54:48 -0800 (PST)\r
20 Received: from servo.finestructure.net (cpe-74-66-82-137.nyc.res.rr.com\r
21         [74.66.82.137])\r
22         (user=jgr2110 author=jrollins@finestructure.net mech=PLAIN bits=0)\r
23         by tarap.cc.columbia.edu (8.14.4/8.14.3) with ESMTP id oBK3skLS009707\r
24         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT)\r
25         for <notmuch@notmuchmail.org>; Sun, 19 Dec 2010 22:54:47 -0500 (EST)\r
26 Received: from jrollins by servo.finestructure.net with local (Exim 4.72)\r
27         (envelope-from <jrollins@finestructure.net>)\r
28         id 1PUWpi-00066e-Hp; Sun, 19 Dec 2010 22:54:46 -0500\r
29 From: Jameson Rollins <jrollins@finestructure.net>\r
30 To: Notmuch Mail <notmuch@notmuchmail.org>\r
31 Subject: [PATCH 2/2] bind notmuch-search-date-restrict to 'S'\r
32 Date: Sun, 19 Dec 2010 22:54:40 -0500\r
33 Message-Id: <1292817280-20999-3-git-send-email-jrollins@finestructure.net>\r
34 X-Mailer: git-send-email 1.7.2.3\r
35 In-Reply-To: <1292817280-20999-1-git-send-email-jrollins@finestructure.net>\r
36 References: <1292817280-20999-1-git-send-email-jrollins@finestructure.net>\r
37 X-No-Spam-Score: Local\r
38 X-Scanned-By: MIMEDefang 2.68 on 128.59.29.7\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Mon, 20 Dec 2010 03:54:52 -0000\r
52 \r
53 ---\r
54  emacs/notmuch-show.el |    1 +\r
55  emacs/notmuch.el      |    1 +\r
56  2 files changed, 2 insertions(+), 0 deletions(-)\r
57 \r
58 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
59 index 3a60d43..e1ace7c 100644\r
60 --- a/emacs/notmuch-show.el\r
61 +++ b/emacs/notmuch-show.el\r
62 @@ -579,6 +579,7 @@ function is used. "\r
63         (define-key map (kbd "<backtab>") 'notmuch-show-previous-button)\r
64         (define-key map (kbd "TAB") 'notmuch-show-next-button)\r
65         (define-key map "s" 'notmuch-search)\r
66 +       (define-key map "S" 'notmuch-search-date-restrict)\r
67         (define-key map "m" 'notmuch-mua-mail)\r
68         (define-key map "f" 'notmuch-show-forward-message)\r
69         (define-key map "r" 'notmuch-show-reply)\r
70 diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
71 index 763d517..af5e310 100644\r
72 --- a/emacs/notmuch.el\r
73 +++ b/emacs/notmuch.el\r
74 @@ -206,6 +206,7 @@ For a mouse binding, return nil."\r
75      (define-key map "r" 'notmuch-search-reply-to-thread)\r
76      (define-key map "m" 'notmuch-mua-mail)\r
77      (define-key map "s" 'notmuch-search)\r
78 +    (define-key map "S" 'notmuch-search-date-restrict)\r
79      (define-key map "o" 'notmuch-search-toggle-order)\r
80      (define-key map "c" 'notmuch-search-stash-map)\r
81      (define-key map "=" 'notmuch-search-refresh-view)\r
82 -- \r
83 1.7.2.3\r
84 \r