database error
[notmuch-archives.git] / 32 / 3bfda8b84192f606c702298a374ed623d26a56
1 Return-Path: <tomi.ollila@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 3CEAE431FBC\r
6         for <notmuch@notmuchmail.org>; Wed, 17 Sep 2014 12:03:21 -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 8+r5-FU3PrPs for <notmuch@notmuchmail.org>;\r
16         Wed, 17 Sep 2014 12:03:17 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18         by olra.theworths.org (Postfix) with ESMTP id 8C33B431FAE\r
19         for <notmuch@notmuchmail.org>; Wed, 17 Sep 2014 12:03:17 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21         by guru.guru-group.fi (Postfix) with ESMTP id CAC3F100051\r
22         for <notmuch@notmuchmail.org>; Wed, 17 Sep 2014 22:02:57 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: notmuch@notmuchmail.org\r
25 Subject: ANNOUNCE: nottoomuch-addresses.sh 2.3\r
26 In-Reply-To: <m2d3c8e22v.fsf@guru.guru-group.fi>\r
27 References: <m2d3c8e22v.fsf@guru.guru-group.fi>\r
28 User-Agent: Notmuch/0.18.1+97~g6c845ef (http://notmuchmail.org) Emacs/24.3.1\r
29         (x86_64-unknown-linux-gnu)\r
30 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
31         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
32         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
33 Date: Wed, 17 Sep 2014 22:02:57 +0300\r
34 Message-ID: <m2lhpi6pem.fsf@guru.guru-group.fi>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Wed, 17 Sep 2014 19:03:21 -0000\r
50 \r
51 Hello again\r
52 \r
53 I'm pleased to announce new version of my caching address completer \r
54 system for notmuch, version 2.3 (2014-09-17).\r
55 \r
56 You can get it from\r
57 \r
58 https://raw.githubusercontent.com/domo141/nottoomuch/master/nottoomuch-addresses.sh\r
59 \r
60 and a bit more usage documentation at\r
61 \r
62 https://github.com/domo141/nottoomuch/blob/master/nottoomuch-addresses.rst\r
63 \r
64 \r
65 This new version provides 3 new options for address cache --(re)build\r
66 functionality:\r
67 \r
68 --since=YYYY-MM-DD: cache addresses from emails dated since year-mo-dy.\r
69 \r
70 --exclude-path-re=...: directory paths (as regular expressions) to ignore\r
71   when looking for email files.\r
72 \r
73 --name-conversion=lcf2flem: when used email addresses in format\r
74   "Last, First <first.last@example.org>" are converted to \r
75   "First Last <first.last@example.org>" in case either 'first' or 'last'\r
76   part matches in phrase and address. non-ascii characters are ignored\r
77   in comparison.\r
78 \r
79 It took like an hour to get this 'name conversion' functionality to work,\r
80 and it works very well when doing it to my email address list. To figure\r
81 out good (or at least tolerable, which it is now ;) option for it was quite\r
82 a challenge...\r
83 \r
84 ... but that teached me a lot about http://en.wikipedia.org/wiki/Personal_name\r
85 in the world (and why everyone would not want to use this feature).\r
86 \r
87 If you are happy with your current nottoomuch address cache this brings\r
88 no changes in how search is done and cache updated, but if you find use\r
89 for some of the above options then you need to give those with --rebuild\r
90 after updating nottoomuch-addresses.sh. You can of course update \r
91 nottoomuch-addresses.sh even you don't need the new features, it will\r
92 work fine with older address cache (and will update cache file format\r
93 from v4 to v5).\r
94 \r
95 Enjoy,\r
96 \r
97 Tomi\r