aboutsummaryrefslogtreecommitdiffhomepage
path: root/emacs/notmuch-lib.el
diff options
context:
space:
mode:
authorGravatar Pieter Praet <pieter@praet.org>2012-01-19 20:13:05 +0100
committerGravatar David Bremner <bremner@debian.org>2012-01-21 08:43:47 -0400
commit3a602dc27aa7a830c0bf00838dfdbb70165858d5 (patch)
treeb10fbc8f2bd480609fb03abab3fb036997f1bddd /emacs/notmuch-lib.el
parent05f4904616b95a17332d7573e44a4aad2dc4033e (diff)
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"
Diffstat (limited to 'emacs/notmuch-lib.el')
-rw-r--r--emacs/notmuch-lib.el5
1 files 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."