Re: [PATCH 2/3] show: output Reply-To headers
[notmuch-archives.git] / 06 / f0fb2da586d51267c8c632f10f366170bcf6ef
1 Return-Path: <too@iki.fi>\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 814F6429E25\r
6         for <notmuch@notmuchmail.org>; Thu,  1 Dec 2011 07:36:21 -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 ELNtgu5LA9Pp for <notmuch@notmuchmail.org>;\r
16         Thu,  1 Dec 2011 07:36:20 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
18         by olra.theworths.org (Postfix) with ESMTP id ABCD9431FD0\r
19         for <notmuch@notmuchmail.org>; Thu,  1 Dec 2011 07:36:20 -0800 (PST)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id 9A0DC6802B; Thu,  1 Dec 2011 17:36:24 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: <notmuch@notmuchmail.org>\r
24 Subject: ANNOUNCE: nottoomuch-addresses.pl\r
25 User-Agent: Notmuch/0.10+15~gb5803e9 (http://notmuchmail.org) Emacs/23.3.1\r
26         (x86_64-unknown-linux-gnu)\r
27 Date: Thu, 01 Dec 2011 17:36:24 +0200\r
28 Message-ID: <m2d3c8e22v.fsf@guru.guru-group.fi>\r
29 MIME-Version: 1.0\r
30 Content-Type: text/plain; charset=us-ascii\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: Thu, 01 Dec 2011 15:36:21 -0000\r
44 \r
45 \r
46 In addition to http://notmuchmail.org/emacstips/#index11h2\r
47 and Jani's 'goobook' in id:"87zkfuh3i0.fsf@nikula.org"\r
48 you can now also use\r
49 \r
50 http://www.iki.fi/too/nottoomuch/nottoomuch-addresses.pl \r
51 \r
52 for your address completion needs when composing mail/reply.\r
53 \r
54 This program is 1) easy to install and 2) pretty fast to use\r
55 when completing.\r
56 \r
57 How to install\r
58 \r
59 1) Download the program from above url on the machine you're running\r
60    notmuch and find suitable location to it.\r
61 \r
62 2) Verify it's sha1 checksum is 125f3917b3f2dc68bdf30af04ab623d53321e50c\r
63 \r
64 3) chmod 755 /path/to/nottoomuch-addresses.pl\r
65 \r
66 4) Run  /path/to/nottoomuch-addresses.pl --update\r
67    When run first time this gathers email addresses from all of your mail.\r
68    This may take a long while to complete -- depends on the amount of email\r
69    you have. Further --updates are much faster as those just take addresses\r
70    from new mail.\r
71 \r
72 5) Test that it works: Run  /path/to/nottoomuch-addresses.pl notmuchmail\r
73 \r
74 6) In case you're using emacs mua with notmuch, edit your notmuch\r
75    configuration for emacs with the following content:\r
76 \r
77    (require 'notmuch-address)\r
78    (setq notmuch-address-command "/path/to/nottoomuch-addresses.pl")\r
79    (notmuch-address-message-insinuate)\r
80 \r
81 7) Restart emacs notmuch mua (or eval above lines) and start composing\r
82    new mail. When adding recipient to To: field. press <TAB> after 3\r
83    or more characters have been added. In case you get 2 or more address\r
84    matches, use arrow keys in minibuffer to choose desired recipient...\r
85 \r
86 8) Enjoy!\r
87 \r
88 /path/to/nottoomuch-addresses.pl --help  provides more detailed information.\r
89 \r
90 BR,\r
91 Tomi\r