emacs: Fix notmuch-search-authors-width declaration.

Our defcustom call was missing the 'notmuch group, which emacs was
nice enough to warn about during compilation.
This commit is contained in:
Carl Worth 2010-04-21 14:16:20 -07:00
parent 8cee113819
commit 8981842ff6

View file

@ -56,7 +56,8 @@
(defcustom notmuch-search-authors-width 20
"Number of columns to use to display authors in a notmuch-search buffer."
:type 'integer)
:type 'integer
:group 'notmuch)
(defcustom notmuch-search-result-format
`(("date" . "%s ")