From: Pieter Praet Date: Thu, 19 Jan 2012 19:13:05 +0000 (+0100) Subject: emacs: invert relation between 'notmuch-send and 'message customization groups X-Git-Tag: debian/0.12_rc1-1~187 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=3a602dc27aa7a830c0bf00838dfdbb70165858d5 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" --- 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."