Re: [PATCH v2] Emacs: Add address completion mechanism implemented in elisp
[notmuch-archives.git] / 63 / 789871d912fcd9c0b2de515235cb178f33de0f
1 Return-Path: <keithp@keithp.com>\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 8F299431FBF\r
6         for <notmuch@notmuchmail.org>; Wed, 18 Nov 2009 11:58:15 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id OrfvwKO5MBzg for <notmuch@notmuchmail.org>;\r
11         Wed, 18 Nov 2009 11:58:15 -0800 (PST)\r
12 Received: from keithp.com (home.keithp.com [63.227.221.253])\r
13         by olra.theworths.org (Postfix) with ESMTP id AC26C431FBC\r
14         for <notmuch@notmuchmail.org>; Wed, 18 Nov 2009 11:58:14 -0800 (PST)\r
15 Received: from localhost (localhost [127.0.0.1])\r
16         by keithp.com (Postfix) with ESMTP id E3CECB9404C\r
17         for <notmuch@notmuchmail.org>; Wed, 18 Nov 2009 11:58:12 -0800 (PST)\r
18 X-Virus-Scanned: Debian amavisd-new at keithp.com\r
19 Received: from keithp.com ([127.0.0.1])\r
20         by localhost (keithp.com [127.0.0.1]) (amavisd-new, port 10024)\r
21         with LMTP id YGBypFG9hQVa; Wed, 18 Nov 2009 11:58:07 -0800 (PST)\r
22 Received: by keithp.com (Postfix, from userid 1033)\r
23         id 5EA5AB9402F; Wed, 18 Nov 2009 11:58:07 -0800 (PST)\r
24 Received: from koto.keithp.com (localhost [127.0.0.1])\r
25         by keithp.com (Postfix) with ESMTP id 581C1B88003;\r
26         Wed, 18 Nov 2009 11:58:07 -0800 (PST)\r
27 Received: by koto.keithp.com (Postfix, from userid 1488)\r
28         id 00E8E1581A5; Wed, 18 Nov 2009 11:58:07 -0800 (PST)\r
29 From: Keith Packard <keithp@keithp.com>\r
30 To: notmuch@notmuchmail.org\r
31 Date: Wed, 18 Nov 2009 11:58:06 -0800\r
32 Message-Id: <1258574286-20087-1-git-send-email-keithp@keithp.com>\r
33 X-Mailer: git-send-email 1.6.5.2\r
34 Subject: [notmuch] [PATCH] Have git ignore etags file\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.12\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Wed, 18 Nov 2009 19:58:15 -0000\r
48 \r
49 ---\r
50  .gitignore |    1 +\r
51  1 files changed, 1 insertions(+), 0 deletions(-)\r
52 \r
53 diff --git a/.gitignore b/.gitignore\r
54 index d277c5a..367caa6 100644\r
55 --- a/.gitignore\r
56 +++ b/.gitignore\r
57 @@ -1,3 +1,4 @@\r
58 +TAGS\r
59  .deps\r
60  notmuch\r
61  notmuch.1.gz\r
62 -- \r
63 1.6.5.2\r
64 \r