From: David Bremner Date: Sat, 24 Oct 2015 00:20:34 +0000 (+2100) Subject: elisp based address completion, round 5. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=668854c70731a260ff70bbd79259b5e0ab128925;p=notmuch-archives.git elisp based address completion, round 5. --- diff --git a/97/b6913f5a47b511dff81a1041897de07496730f b/97/b6913f5a47b511dff81a1041897de07496730f new file mode 100644 index 000000000..3d2ff325a --- /dev/null +++ b/97/b6913f5a47b511dff81a1041897de07496730f @@ -0,0 +1,48 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 8E5166DE1329 + for ; Fri, 23 Oct 2015 17:21:24 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.099 +X-Spam-Level: +X-Spam-Status: No, score=0.099 tagged_above=-999 required=5 tests=[AWL=0.099] + autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id n1WFQdpJQ7RA for ; + Fri, 23 Oct 2015 17:21:21 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 01F926DE1226 + for ; Fri, 23 Oct 2015 17:21:20 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) id 1ZpmZy-0006mu-PS + for notmuch@notmuchmail.org; Sat, 24 Oct 2015 00:21:02 +0000 +Received: (nullmailer pid 26048 invoked by uid 1000); Sat, 24 Oct 2015 + 00:20:41 -0000 +From: David Bremner +To: notmuch@notmuchmail.org +Subject: elisp based address completion, round 5. +Date: Fri, 23 Oct 2015 21:20:34 -0300 +Message-Id: <1445646037-25994-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 2.6.1 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sat, 24 Oct 2015 00:21:24 -0000 + +Changes since last round: + + - resend as one series to (hopefully) reduce confusion + - update notmuch-company.el to use notmuch-message-mode