From: Daniel Bergey Date: Mon, 26 May 2014 15:29:35 +0000 (+0000) Subject: Re: notmuch-emacs and bbdb X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5c84e6a7058f750c537153b88046cf4f0774fd23;p=notmuch-archives.git Re: notmuch-emacs and bbdb --- diff --git a/ef/393afc1113794ee2afdafe011a42552551c905 b/ef/393afc1113794ee2afdafe011a42552551c905 new file mode 100644 index 000000000..7e863851e --- /dev/null +++ b/ef/393afc1113794ee2afdafe011a42552551c905 @@ -0,0 +1,87 @@ +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 26951431FBD + for ; Mon, 26 May 2014 08:29:41 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7] + 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 gVf5FdK26Yur for ; + Mon, 26 May 2014 08:29:37 -0700 (PDT) +Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com + [66.111.4.27]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 8F02B431FAF + for ; Mon, 26 May 2014 08:29:37 -0700 (PDT) +Received: from compute1.internal (compute1.nyi.mail.srv.osa [10.202.2.41]) + by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id B436B202A3 + for ; Mon, 26 May 2014 11:29:36 -0400 (EDT) +Received: from frontend1 ([10.202.2.160]) + by compute1.internal (MEProxy); Mon, 26 May 2014 11:29:36 -0400 +DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= + messagingengine.com; h=from:to:subject:in-reply-to:references + :date:message-id:mime-version:content-type; s=smtpout; bh=z+5fsV + Dink5PkyogojXjj0Kb9oQ=; b=hW4bKCqL9lzXKyEtQIMj2r5Dn6/14/XrqQcrAD + KtKKF0NfGYT93N3cr4e/ABefCn3Y+wVDxOidZ7DS2dSnSMGpH2Xu4jh+UfBuE4nv + LAb2AqrvnLasmVcjAJVQLx2azYxOqZikpnbpY1Wy55raahMQfez4wIO16u0S8lcb + stBVU= +X-Sasl-enc: d6+9JdC/LNrD0CV+7MKMvYihYe7G9bVwDTokrELNJoQ5 1401118176 +Received: from localhost (unknown [71.175.174.88]) + by mail.messagingengine.com (Postfix) with ESMTPA id 7A91DC007AC; + Mon, 26 May 2014 11:29:36 -0400 (EDT) +From: Daniel Bergey +To: Wael Nasreddine , + Notmuch List +Subject: Re: notmuch-emacs and bbdb +In-Reply-To: +References: +User-Agent: Notmuch/0.17 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-unknown-linux-gnu) +Date: Mon, 26 May 2014 15:29:35 +0000 +Message-ID: <87r43g4kyo.fsf@Chladni.home> +MIME-Version: 1.0 +Content-Type: text/plain +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: Mon, 26 May 2014 15:29:41 -0000 + +On 2014-05-23 at 23:25, Wael Nasreddine wrote: +> On 22.07.2012 02:24, Daniel Bergey wrote: +>>Glad to hear I have another user! +>> +>>My function bbdb/notmuch-snarf-to doesn't work yet on more than one +>>recipient. Once I get that working, I'd like to do what you suggest, +>>and have some hook call bbdb/notmuch-snarf-to every time I send an +>>email. +>> +>>Probably not before late August, though. +> +> Hi David, +> +> Did you get a change to finish the notmuch/bbdb integration that you +> were working on? + +Unfortunately, I haven't made any progress on the notmuch/bbdb +integration. In fact, since notmuch has been moving along a fair bit, +my code has stopped working. I still think it would be great if someone +added this feature. + +Daniel