--- /dev/null
+Return-Path: <sojkam1@fel.cvut.cz>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id AD12A6DE17E3\r
+ for <notmuch@notmuchmail.org>; Mon, 26 Oct 2015 16:30:11 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.594\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.594 tagged_above=-999 required=5 tests=[AWL=2.256,\r
+ RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.55] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id gwOqa9oVqEK6 for <notmuch@notmuchmail.org>;\r
+ Mon, 26 Oct 2015 16:30:09 -0700 (PDT)\r
+Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
+ by arlo.cworth.org (Postfix) with ESMTP id DD6FA6DE17D7\r
+ for <notmuch@notmuchmail.org>; Mon, 26 Oct 2015 16:30:08 -0700 (PDT)\r
+Received: from localhost (unknown [192.168.200.7])\r
+ by max.feld.cvut.cz (Postfix) with ESMTP id E4F9A19F4824;\r
+ Tue, 27 Oct 2015 00:23:04 +0100 (CET)\r
+X-Virus-Scanned: IMAP STYX AMAVIS\r
+Received: from max.feld.cvut.cz ([192.168.200.1])\r
+ by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, port 10044)\r
+ with ESMTP id nsttCuD-1wUK; Tue, 27 Oct 2015 00:23:03 +0100 (CET)\r
+Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
+ by max.feld.cvut.cz (Postfix) with ESMTP id 5F70619F499F;\r
+ Tue, 27 Oct 2015 00:23:02 +0100 (CET)\r
+Received: from wsh by steelpick.2x.cz with local (Exim 4.86)\r
+ (envelope-from <sojkam1@fel.cvut.cz>)\r
+ id 1Zqr6S-0007aa-Hn; Tue, 27 Oct 2015 00:23:00 +0100\r
+From: Michal Sojka <sojkam1@fel.cvut.cz>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v8 0/3] elisp + company completion patches\r
+Date: Tue, 27 Oct 2015 00:22:46 +0100\r
+Message-Id: <1445901769-29134-1-git-send-email-sojkam1@fel.cvut.cz>\r
+X-Mailer: git-send-email 2.5.3\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 26 Oct 2015 23:30:11 -0000\r
+\r
+Hi David, Mark and others,\r
+\r
+thank you for pushing these patches forward. I gave them some testing\r
+and they work as expected. In this version I addressed the comments to\r
+v7 including Tomi's request for rewording :) The commit message of 2/3\r
+was also updated to reflect changes in the code.\r
+\r
+Cheers.\r
+-Michal\r
+\r
+David Bremner (1):\r
+ emacs: replace use of notmuch-address-message-insinuate\r
+\r
+Michal Sojka (2):\r
+ Emacs: Add address completion mechanism implemented in elisp\r
+ Emacs: Add address completion based on company-mode\r
+\r
+ emacs/Makefile.local | 1 +\r
+ emacs/notmuch-address.el | 213 ++++++++++++++++++++++++++++++++++++++---------\r
+ emacs/notmuch-company.el | 86 +++++++++++++++++++\r
+ emacs/notmuch-lib.el | 3 +\r
+ emacs/notmuch-mua.el | 4 +-\r
+ 5 files changed, 265 insertions(+), 42 deletions(-)\r
+ create mode 100644 emacs/notmuch-company.el\r
+\r
+-- \r
+2.5.3\r
+\r