From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Campese Subject: [org-contacts] need help for making gnus/message-mode integration optional Date: Wed, 27 Feb 2013 00:13:59 +0100 Message-ID: <87fw0ivfbc.fsf@tu-dortmund.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:46046) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UATin-0006l7-Tk for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 18:14:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UATil-0007KI-LP for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 18:14:05 -0500 Received: from mail.worldserver.net ([217.13.200.24]:40871 helo=mail01.worldserver.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UATil-0007Jr-EU for emacs-orgmode@gnu.org; Tue, 26 Feb 2013 18:14:03 -0500 Received: from rman-tp.localdomain (vz168.worldserver.net [80.81.243.68]) (Authenticated sender: mailer@campese.de) by mail01.worldserver.net (Postfix) with ESMTPSA id 7598630024A for ; Wed, 27 Feb 2013 00:22:13 +0100 (CET) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hello, I have one quick feature request for org-contacts.el that should be pretty easy and quick to implement: Could someone please introduce customizable variables to optionally disable the gnus/message mode integration? I don't know a lot of elisp, so instead of copy-pasting my way to a half-baked solution that would maybe not be accepted upstream, I thought that asking the experts here is more appropriate. My reason for this request: For email address completion in message mode, I use a program that scans through my whole email database (I use notmuch to manage emails and have all my mails stored locally). This program is stored in 'notmuch-address-command' and the integration has so far been done by 'notmuch-address'. However, the recent version of org-contacts breaks this behaviour, i.e. I only get the emails from my org-contacts file when I try to complete recipients. As I don't want to add all the people I correspond with electronically to my org-contacts file, this is a huge annoyance. Thank you very much, Simon