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 2C1E7431FAF for ; Thu, 19 Jan 2012 11:14:55 -0800 (PST) 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=[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 S1gU6RcbFR6P for ; Thu, 19 Jan 2012 11:14:54 -0800 (PST) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 92A44431FAE for ; Thu, 19 Jan 2012 11:14:54 -0800 (PST) Received: by wgbdt12 with SMTP id dt12so285605wgb.2 for ; Thu, 19 Jan 2012 11:14:53 -0800 (PST) Received: by 10.180.19.42 with SMTP id b10mr41609091wie.13.1327000493329; Thu, 19 Jan 2012 11:14:53 -0800 (PST) Received: from localhost ([109.131.97.13]) by mx.google.com with ESMTPS id gy6sm29669071wib.11.2012.01.19.11.14.52 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 19 Jan 2012 11:14:52 -0800 (PST) From: Pieter Praet To: Austin Clements , David Bremner Subject: [PATCH] emacs: invert relation between 'notmuch-send and 'message customization groups Date: Thu, 19 Jan 2012 20:13:05 +0100 Message-Id: <1327000385-24246-1-git-send-email-pieter@praet.org> X-Mailer: git-send-email 1.7.8.1 In-Reply-To: <87k44no6dp.fsf@praet.org> References: <87k44no6dp.fsf@praet.org> Cc: Notmuch Mail 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: Thu, 19 Jan 2012 19:14:55 -0000 'message contains options relevant to 'notmuch-send, not the other way around. Thanks to Austin for suggesting `custom-add-to-group'. id:"20120118184408.GD16740@mit.edu" --- emacs/notmuch-lib.el | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index 9242537..e33e69a 100644 --- a/emacs/notmuch-lib.el +++ b/emacs/notmuch-lib.el @@ -42,8 +42,9 @@ (defgroup notmuch-send nil "Sending messages from Notmuch." - :group 'notmuch - :group 'message) + :group 'notmuch) + +(custom-add-to-group 'notmuch-send 'message 'custom-group) (defgroup notmuch-crypto nil "Processing and display of cryptographic MIME parts." -- 1.7.8.1