mu4e: fix parent groups of custom groups mu4e and org-mu4e

This commit is contained in:
Jonas Bernoulli 2012-11-14 12:25:35 +01:00
parent 8e70ec38a3
commit 5a12450745
2 changed files with 3 additions and 2 deletions

View File

@ -31,7 +31,7 @@
(defgroup mu4e nil
"mu4e - mu for emacs"
:group 'local)
:group 'mail)
(defcustom mu4e-mu-home nil
"Location of the mu homedir, or nil for the default."

View File

@ -37,7 +37,8 @@
(defgroup org-mu4e nil
"Settings for the org-mode related functionality in mu4e."
:group 'org-mu4e)
:group 'mu4e
:group 'org)
(defcustom org-mu4e-link-desc-func
(lambda (msg) (or (plist-get msg :subject) "No subject"))