--- /dev/null
+Return-Path: <tomi.ollila@iki.fi>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 3CEAE431FBC\r
+ for <notmuch@notmuchmail.org>; Wed, 17 Sep 2014 12:03:21 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+ autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 8+r5-FU3PrPs for <notmuch@notmuchmail.org>;\r
+ Wed, 17 Sep 2014 12:03:17 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by olra.theworths.org (Postfix) with ESMTP id 8C33B431FAE\r
+ for <notmuch@notmuchmail.org>; Wed, 17 Sep 2014 12:03:17 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id CAC3F100051\r
+ for <notmuch@notmuchmail.org>; Wed, 17 Sep 2014 22:02:57 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Subject: ANNOUNCE: nottoomuch-addresses.sh 2.3\r
+In-Reply-To: <m2d3c8e22v.fsf@guru.guru-group.fi>\r
+References: <m2d3c8e22v.fsf@guru.guru-group.fi>\r
+User-Agent: Notmuch/0.18.1+97~g6c845ef (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Wed, 17 Sep 2014 22:02:57 +0300\r
+Message-ID: <m2lhpi6pem.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 17 Sep 2014 19:03:21 -0000\r
+\r
+Hello again\r
+\r
+I'm pleased to announce new version of my caching address completer \r
+system for notmuch, version 2.3 (2014-09-17).\r
+\r
+You can get it from\r
+\r
+https://raw.githubusercontent.com/domo141/nottoomuch/master/nottoomuch-addresses.sh\r
+\r
+and a bit more usage documentation at\r
+\r
+https://github.com/domo141/nottoomuch/blob/master/nottoomuch-addresses.rst\r
+\r
+\r
+This new version provides 3 new options for address cache --(re)build\r
+functionality:\r
+\r
+--since=YYYY-MM-DD: cache addresses from emails dated since year-mo-dy.\r
+\r
+--exclude-path-re=...: directory paths (as regular expressions) to ignore\r
+ when looking for email files.\r
+\r
+--name-conversion=lcf2flem: when used email addresses in format\r
+ "Last, First <first.last@example.org>" are converted to \r
+ "First Last <first.last@example.org>" in case either 'first' or 'last'\r
+ part matches in phrase and address. non-ascii characters are ignored\r
+ in comparison.\r
+\r
+It took like an hour to get this 'name conversion' functionality to work,\r
+and it works very well when doing it to my email address list. To figure\r
+out good (or at least tolerable, which it is now ;) option for it was quite\r
+a challenge...\r
+\r
+... but that teached me a lot about http://en.wikipedia.org/wiki/Personal_name\r
+in the world (and why everyone would not want to use this feature).\r
+\r
+If you are happy with your current nottoomuch address cache this brings\r
+no changes in how search is done and cache updated, but if you find use\r
+for some of the above options then you need to give those with --rebuild\r
+after updating nottoomuch-addresses.sh. You can of course update \r
+nottoomuch-addresses.sh even you don't need the new features, it will\r
+work fine with older address cache (and will update cache file format\r
+from v4 to v5).\r
+\r
+Enjoy,\r
+\r
+Tomi\r