]> git.notmuchmail.org Git - notmuch/commit - emacs/notmuch-maildir-fcc.el
emacs: logically group def{custom,face}s
authorPieter Praet <pieter@praet.org>
Mon, 16 Jan 2012 10:38:33 +0000 (11:38 +0100)
committerDavid Bremner <bremner@debian.org>
Thu, 19 Jan 2012 13:27:02 +0000 (09:27 -0400)
commit643ce61c1babf6e73ca7e03fb907282e7ee3b176
treed0cf66b02a1d87648b82853e9419f04550a6396c
parent5c12ee4b5d942b5c9efc79922d25b1cf9934aab0
emacs: logically group def{custom,face}s

To allow for expansion whilst keeping everything tidy and organized,
move all defcustom/defface variables to the following subgroups,
defined in notmuch-lib.el:

- Hello
- Search
- Show
- Send
- Crypto
- Hooks
- External Commands
- Appearance

As an added benefit, defcustom keyword args are now consistently
ordered as they appear @ defcustom's docstring (OCD much?).

Proper defgroup docstrings and various other improvements
by courtesy of Austin Clements.
emacs/notmuch-address.el
emacs/notmuch-crypto.el
emacs/notmuch-hello.el
emacs/notmuch-lib.el
emacs/notmuch-maildir-fcc.el
emacs/notmuch-message.el
emacs/notmuch-mua.el
emacs/notmuch-show.el
emacs/notmuch.el