From: David Bremner Date: Sat, 6 Apr 2013 19:43:46 +0000 (+2100) Subject: Re: [PATCH] emacs: functions to import sender or recipient into BBDB X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5f802e8bb8e757723b349ca22b507a05b9a21ca5;p=notmuch-archives.git Re: [PATCH] emacs: functions to import sender or recipient into BBDB --- diff --git a/e8/1c61d99db5743a25cb4294ecf85bf74ba791e2 b/e8/1c61d99db5743a25cb4294ecf85bf74ba791e2 new file mode 100644 index 000000000..f0585854b --- /dev/null +++ b/e8/1c61d99db5743a25cb4294ecf85bf74ba791e2 @@ -0,0 +1,76 @@ +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 B19C4431FB6 + for ; Sat, 6 Apr 2013 12:43:56 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 BDfy3TkjBZlG for ; + Sat, 6 Apr 2013 12:43:56 -0700 (PDT) +Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 18E57431FAE + for ; Sat, 6 Apr 2013 12:43:56 -0700 (PDT) +Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net + ([156.34.82.78] helo=zancas.localnet) + by tesseract.cs.unb.ca with esmtpsa + (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) + (envelope-from ) + id 1UOZ1k-0005kh-D7; Sat, 06 Apr 2013 16:43:52 -0300 +Received: from bremner by zancas.localnet with local (Exim 4.80) + (envelope-from ) + id 1UOZ1e-0000pd-Ru; Sat, 06 Apr 2013 16:43:46 -0300 +From: David Bremner +To: Notmuch Mail List +Subject: Re: [PATCH] emacs: functions to import sender or recipient into BBDB +In-Reply-To: <87fvz3j3e2.fsf@zancas.localnet> +References: <87lii62sk2.fsf@wonderlust.lan> <87ipa66pne.fsf@betacantrips.com> + <87ip92zc6m.fsf@wonderlust.lan> <87ip64gdpg.fsf@chladni.lan> + + <876207sa74.fsf@chladni.lan> <87fvz3j3e2.fsf@zancas.localnet> +User-Agent: Notmuch/0.15.2+73~g1c450ec (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Sat, 06 Apr 2013 16:43:46 -0300 +Message-ID: <87wqsfh2bx.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-Spam_bar: - +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: Sat, 06 Apr 2013 19:43:56 -0000 + +David Bremner writes: + +> Daniel Bergey writes: +>> +>> From a show buffer, notmuch-bbdb/snarf-from imports the sender into +>> bbdb. notmuch-bbdb/snarf-to imports all recipients. Newly imported +>> contacts are reported in the minibuffer / Messages buffer. +>> +>> Both functions use the BBDB parser to recognize email address formats. +> +> Pushed, +> +> d + +And reverted. It was causing a build failure. + +d