From 3a602dc27aa7a830c0bf00838dfdbb70165858d5 Mon Sep 17 00:00:00 2001 From: Pieter Praet Date: Thu, 19 Jan 2012 20:13:05 +0100 Subject: [PATCH] emacs: invert relation between 'notmuch-send and 'message customization groups '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 file changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-lib.el b/emacs/notmuch-lib.el index 92425373..e33e69a4 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." -- 2.43.0