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 ABAA76DE0281 for ; Mon, 8 Aug 2016 16:59:02 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.91 X-Spam-Level: X-Spam-Status: No, score=-0.91 tagged_above=-999 required=5 tests=[AWL=0.112, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.211, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] 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 kESgoBXjxyRC for ; Mon, 8 Aug 2016 16:58:54 -0700 (PDT) Received: from mail-pf0-f181.google.com (mail-pf0-f181.google.com [209.85.192.181]) by arlo.cworth.org (Postfix) with ESMTPS id 239936DE026C for ; Mon, 8 Aug 2016 16:58:54 -0700 (PDT) Received: by mail-pf0-f181.google.com with SMTP id x72so123780598pfd.2 for ; Mon, 08 Aug 2016 16:58:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version; bh=BVNyEyDcZBMRM5OHkeR3CAUsc6FQV3FA3nYKlQFHVSo=; b=m9XuMgkSiT/O6xYW9qhJ9lprzg1NA+31PLN3mIPUfQHCKy/ww0anInNoFRN56/cwUa XRPzSGYC1hkaLbxHhZdro2UeXHRKytoId+piFhWK/qArjHwUrJC9mg7JwUNN2QwFc4RM 7BKkxBfdT7EN2Z2TfCt2td+8O9lYp8xmjnnlGKdvxlMLoGsS9X576Rpwwn53ww44SyMP zvT69bRkx63ux6QbZnyGW5rSckQ6ZShrJ/waS0KjS40ctW1PUMMbNxEwaTNWhWw/tGip FCE8VrI0r9whLBw1QfzyLJvdDwXmNsM/1vrWd7t0J4OiSce5dDbR4zNFmTSOGOPsgj+K Hxww== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:in-reply-to:references :user-agent:date:message-id:mime-version; bh=BVNyEyDcZBMRM5OHkeR3CAUsc6FQV3FA3nYKlQFHVSo=; b=SEya2GXQD2P1vcWqLQ3WxA3+kxVtnCeGObN7v29S3uaCpMm+6PCD6/XBtuOzXVdcgz FKM+PUoRzeJGGqoAf6bh4osECyH9KNTTtGMsykWEAd+Afroi9L1Qlo9XSis7pEBu0LXl jZgFKntN5LVKxqsthziEaD27NVWnGNbau/7+jX5SFp52yE0KWcDkSYVIim4RBK9RDgfE gUoO1OLrgjMI5p3YiupEbNcCr2hsBtBMvSLewZRBQv0aFVVHn4ciVyq5ZoWxyoLAT7UQ bYmWR4WEG1goY9h42s6R9Ni2qtefOsDuzpxnf+f4wqWTC95cJEruwvIxM+aCz5Q5qMo6 bW2A== X-Gm-Message-State: AEkoouvYeq5ezJIQ/8e9yoba8XJ6+R8yw5K1dUV+gnFbMWx2MepzJ1NYBGBAdn2BiiMjwqRY X-Received: by 10.98.8.13 with SMTP id c13mr166550187pfd.166.1470700732552; Mon, 08 Aug 2016 16:58:52 -0700 (PDT) Received: from marmstrong-linux.kir.corp.google.com ([2620:0:1008:11:98d7:3cf7:998f:3f8]) by smtp.gmail.com with ESMTPSA id q1sm50699447pfd.48.2016.08.08.16.58.51 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Mon, 08 Aug 2016 16:58:51 -0700 (PDT) From: Matt Armstrong To: Ken Stevens , notmuch@notmuchmail.org Subject: Re: Hi all In-Reply-To: <877fbshi56.fsf@gmail.com> References: <877fbshi56.fsf@gmail.com> User-Agent: Notmuch/0.22.1+62~g2a7b11b (https://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) Date: Mon, 08 Aug 2016 16:58:50 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain 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: Mon, 08 Aug 2016 23:59:02 -0000 Ken Stevens writes: > I am new to notmuch. I am using the emacs interface for notmuch. I would > like to be able to use bbdb to manage my contacts. Is their a simple way > to integrate bbdb and notmuch so I cann add addresses, etc. https://notmuchmail.org/emacstips/ has some coverage for bbdb in the "Address completion when composing" section. I haven't tried it myself. I'm using notmuch's native address completion (based on the indexed content of my email) with some success.