From: Maximilian Mehnert Date: Sun, 27 Oct 2013 14:24:36 +0000 (+0100) Subject: address completion in emacs via akonadi X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=af417ea79dae539da802a6c53ffb9c0cabc4d85e;p=notmuch-archives.git address completion in emacs via akonadi --- diff --git a/30/abb516c29b6ca5b69a892e91a5dba3ba314862 b/30/abb516c29b6ca5b69a892e91a5dba3ba314862 new file mode 100644 index 000000000..ace12c043 --- /dev/null +++ b/30/abb516c29b6ca5b69a892e91a5dba3ba314862 @@ -0,0 +1,63 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 9873B429E4B + for ; Sun, 27 Oct 2013 07:30:12 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0.001 +X-Spam-Level: +X-Spam-Status: No, score=0.001 tagged_above=-999 required=5 + tests=[FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 8p9F3HLUdmw7 for ; + Sun, 27 Oct 2013 07:30:08 -0700 (PDT) +Received: from mout.gmx.net (mout.gmx.net [212.227.15.18]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id C13AB431FDC + for ; Sun, 27 Oct 2013 07:30:07 -0700 (PDT) +Received: from localhost ([77.12.21.47]) by mail.gmx.com (mrgmx103) with + ESMTPSA (Nemesis) id 0MbOrg-1VHoUV1kpw-00Iiy8 for + ; Sun, 27 Oct 2013 15:24:55 +0100 +From: Maximilian Mehnert +To: notmuch@notmuchmail.org +Subject: address completion in emacs via akonadi +User-Agent: Notmuch/0.15.2 (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Sun, 27 Oct 2013 15:24:36 +0100 +Message-ID: <86ppqqiyfv.fsf@someserver.somewhere> +MIME-Version: 1.0 +Content-Type: text/plain +X-Provags-ID: V03:K0:qiMaaXp1ZN5TW/86Rx225fzE51JgAn30UnVxlV52vz169Fy0gpP + 08CIjS1n8tmzK5R9BwWzW5SD8nJLg6zCp0Fq7MRgys0UYxFNSlbf8WyNe/xhbbNroCDDsV4 + tkPnfE9WEZAxT/Ss7vTAhUMB9mQhYaYv51k6ES/INEUpwh+Nn3aS52MtCdl4TWF/+ldphjr + ALEd5pr0nRSKsU+hSrYrQ== +X-Mailman-Approved-At: Sun, 27 Oct 2013 11:05:59 -0700 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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: Sun, 27 Oct 2013 14:30:12 -0000 + + +I've created a small program to have address completion in notmuch / +emacs via akonadi. + +https://github.com/mmehnert/akonadimailsearch + +Please feel free to use and contribute :-) + +Best regards, +Maximilian