mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
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:
parent
05f4904616
commit
3a602dc27a
1 changed files with 3 additions and 2 deletions
|
@ -42,8 +42,9 @@
|
||||||
|
|
||||||
(defgroup notmuch-send nil
|
(defgroup notmuch-send nil
|
||||||
"Sending messages from Notmuch."
|
"Sending messages from Notmuch."
|
||||||
:group 'notmuch
|
:group 'notmuch)
|
||||||
:group 'message)
|
|
||||||
|
(custom-add-to-group 'notmuch-send 'message 'custom-group)
|
||||||
|
|
||||||
(defgroup notmuch-crypto nil
|
(defgroup notmuch-crypto nil
|
||||||
"Processing and display of cryptographic MIME parts."
|
"Processing and display of cryptographic MIME parts."
|
||||||
|
|
Loading…
Reference in a new issue