ANNOUNCE: nottoomuch-addresses.pl
authorTomi Ollila <tomi.ollila@iki.fi>
Thu, 1 Dec 2011 15:36:24 +0000 (17:36 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:31 +0000 (09:40 -0800)
06/f0fb2da586d51267c8c632f10f366170bcf6ef [new file with mode: 0644]

diff --git a/06/f0fb2da586d51267c8c632f10f366170bcf6ef b/06/f0fb2da586d51267c8c632f10f366170bcf6ef
new file mode 100644 (file)
index 0000000..b121942
--- /dev/null
@@ -0,0 +1,91 @@
+Return-Path: <too@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 814F6429E25\r
+       for <notmuch@notmuchmail.org>; Thu,  1 Dec 2011 07:36:21 -0800 (PST)\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 ELNtgu5LA9Pp for <notmuch@notmuchmail.org>;\r
+       Thu,  1 Dec 2011 07:36:20 -0800 (PST)\r
+Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
+       by olra.theworths.org (Postfix) with ESMTP id ABCD9431FD0\r
+       for <notmuch@notmuchmail.org>; Thu,  1 Dec 2011 07:36:20 -0800 (PST)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+       id 9A0DC6802B; Thu,  1 Dec 2011 17:36:24 +0200 (EET)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: <notmuch@notmuchmail.org>\r
+Subject: ANNOUNCE: nottoomuch-addresses.pl\r
+User-Agent: Notmuch/0.10+15~gb5803e9 (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-unknown-linux-gnu)\r
+Date: Thu, 01 Dec 2011 17:36:24 +0200\r
+Message-ID: <m2d3c8e22v.fsf@guru.guru-group.fi>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\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: Thu, 01 Dec 2011 15:36:21 -0000\r
+\r
+\r
+In addition to http://notmuchmail.org/emacstips/#index11h2\r
+and Jani's 'goobook' in id:"87zkfuh3i0.fsf@nikula.org"\r
+you can now also use\r
+\r
+http://www.iki.fi/too/nottoomuch/nottoomuch-addresses.pl \r
+\r
+for your address completion needs when composing mail/reply.\r
+\r
+This program is 1) easy to install and 2) pretty fast to use\r
+when completing.\r
+\r
+How to install\r
+\r
+1) Download the program from above url on the machine you're running\r
+   notmuch and find suitable location to it.\r
+\r
+2) Verify it's sha1 checksum is 125f3917b3f2dc68bdf30af04ab623d53321e50c\r
+\r
+3) chmod 755 /path/to/nottoomuch-addresses.pl\r
+\r
+4) Run  /path/to/nottoomuch-addresses.pl --update\r
+   When run first time this gathers email addresses from all of your mail.\r
+   This may take a long while to complete -- depends on the amount of email\r
+   you have. Further --updates are much faster as those just take addresses\r
+   from new mail.\r
+\r
+5) Test that it works: Run  /path/to/nottoomuch-addresses.pl notmuchmail\r
+\r
+6) In case you're using emacs mua with notmuch, edit your notmuch\r
+   configuration for emacs with the following content:\r
+\r
+   (require 'notmuch-address)\r
+   (setq notmuch-address-command "/path/to/nottoomuch-addresses.pl")\r
+   (notmuch-address-message-insinuate)\r
+\r
+7) Restart emacs notmuch mua (or eval above lines) and start composing\r
+   new mail. When adding recipient to To: field. press <TAB> after 3\r
+   or more characters have been added. In case you get 2 or more address\r
+   matches, use arrow keys in minibuffer to choose desired recipient...\r
+\r
+8) Enjoy!\r
+\r
+/path/to/nottoomuch-addresses.pl --help  provides more detailed information.\r
+\r
+BR,\r
+Tomi\r