Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 0d / 6c256c5ebc5db57136bd8c0d2fa44ab091c74a
1 Return-Path: <dme@disaster-area.hh.sledj.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 CEE79431FB6\r
6         for <notmuch@notmuchmail.org>; Tue, 21 Oct 2014 23:05:39 -0700 (PDT)\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 lut0JC2ZBjiK for <notmuch@notmuchmail.org>;\r
16         Tue, 21 Oct 2014 23:05:35 -0700 (PDT)\r
17 Received: from disaster-area.hh.sledj.net (disaster-area.hh.sledj.net\r
18         [81.149.164.25]) (using TLSv1 with cipher AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 03560431FAE\r
21         for <notmuch@notmuchmail.org>; Tue, 21 Oct 2014 23:05:34 -0700 (PDT)\r
22 Received: from dme by disaster-area.hh.sledj.net with local (Exim 4.84)\r
23         (envelope-from <dme@disaster-area.hh.sledj.net>) id 1Xgp37-0006YU-E0\r
24         for notmuch@notmuchmail.org; Wed, 22 Oct 2014 07:05:33 +0100\r
25 From: David Edmondson <dme@dme.org>\r
26 To: notmuch@notmuchmail.org\r
27 Subject: [PATCH v1] emacs: notmuch-jump.el should provide.\r
28 Date: Wed, 22 Oct 2014 07:05:33 +0100\r
29 Message-Id: <1413957933-25160-1-git-send-email-dme@dme.org>\r
30 X-Mailer: git-send-email 2.1.1\r
31 X-BeenThere: notmuch@notmuchmail.org\r
32 X-Mailman-Version: 2.1.13\r
33 Precedence: list\r
34 List-Id: "Use and development of the notmuch mail system."\r
35         <notmuch.notmuchmail.org>\r
36 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
37         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
38 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
39 List-Post: <mailto:notmuch@notmuchmail.org>\r
40 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
41 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
43 X-List-Received-Date: Wed, 22 Oct 2014 06:05:40 -0000\r
44 \r
45 To ease loading, notmuch-jump.el should provide 'notmuch-jump.\r
46 ---\r
47  emacs/notmuch-jump.el | 4 ++++\r
48  1 file changed, 4 insertions(+)\r
49 \r
50 diff --git a/emacs/notmuch-jump.el b/emacs/notmuch-jump.el\r
51 index 05ec57e..20e24b2 100644\r
52 --- a/emacs/notmuch-jump.el\r
53 +++ b/emacs/notmuch-jump.el\r
54 @@ -170,3 +170,7 @@ buffer."\r
55            (setq notmuch-jump--action ',(third action))\r
56            (exit-minibuffer))))\r
57      map))\r
58 +\r
59 +;;\r
60 +\r
61 +(provide 'notmuch-jump)\r
62 -- \r
63 2.1.1\r
64 \r