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"
This commit is contained in:
Pieter Praet 2012-01-19 20:13:05 +01:00 committed by David Bremner
parent 05f4904616
commit 3a602dc27a

View file

@ -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."