emacs: Add missing type and group to defcustom variable

Added the type 'regexp and group 'notmuch-send as properties to the
customizable variable notmuch-mua-attachment-regexp.
This commit is contained in:
Örjan Ekeberg 2019-04-15 15:35:19 +02:00 committed by David Bremner
parent 40b025c5f1
commit f599ea7877

View file

@ -121,7 +121,9 @@ multiple parts get a header."
"Message body text indicating that an attachment is expected.
This is not used unless `notmuch-mua-attachment-check' is added
to `notmuch-mua-send-hook'.")
to `notmuch-mua-send-hook'."
:type 'regexp
:group 'notmuch-send)
;;