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 135A9431FAF for ; Sat, 21 Jul 2012 17:00:27 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] 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 0dtVpbyXtwF8 for ; Sat, 21 Jul 2012 17:00:26 -0700 (PDT) Received: from mail.tu-berlin.de (mail.tu-berlin.de [130.149.7.33]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 561D0431FAE for ; Sat, 21 Jul 2012 17:00:26 -0700 (PDT) X-tubIT-Incoming-IP: 130.149.58.163 Received: from mail.physik-pool.tu-berlin.de ([130.149.58.163] helo=mail.physik.tu-berlin.de) by mail.tu-berlin.de (exim-4.75/mailfrontend-3) with esmtp id 1Ssjay-0004Us-G6; Sun, 22 Jul 2012 02:00:25 +0200 Received: from [10.23.42.106] (g231194021.adsl.alicedsl.de [92.231.194.21]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.physik.tu-berlin.de (Postfix) with ESMTPSA id 1808111405; Sun, 22 Jul 2012 02:00:20 +0200 (CEST) Message-ID: <500B4290.70201@physik.tu-berlin.de> Date: Sun, 22 Jul 2012 02:00:16 +0200 From: Daniel Reusche User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 MIME-Version: 1.0 To: Daniel Bergey , notmuch@notmuchmail.org Subject: Re: notmuch-emacs and bbdb References: <878ver1jp0.fsf@wonderlust.lan> <87mx35pji9.fsf@servo.finestructure.net> <87txxdytu1.fsf@wonderlust.lan> In-Reply-To: <87txxdytu1.fsf@wonderlust.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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, 22 Jul 2012 00:00:27 -0000 On 12.07.2012 15:47, Daniel Bergey wrote: > I hacked together the attached elisp yesterday. It provides bindings to > put sender or recipients into bbdb. Awesome, thats just what I was looking for. Also on topic: I was working on a script (more a really long regex), to import all the mail addresses from the notmuch db to bbdb, but as I just started learning emacs lisp, it does not really work yet. The point you brought up there, with probably not wanting everyone in the database could be an issue though. Maybe some hook, that adds all the contacts to the bbdb that you replied to by hand? best, dan