diff options
| author | Örjan Ekeberg <ekeberg@kth.se> | 2019-04-15 15:35:19 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-04-24 07:06:55 -0300 |
| commit | f599ea7877e6e4fb92bae38d16453d6268dd955b (patch) | |
| tree | 3439f51f2da3790481faa46c30db5e14e2cb6ac8 | |
| parent | 40b025c5f1cc3dafe4c30cd6005fdb2ba32e0c95 (diff) | |
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.
| -rw-r--r-- | emacs/notmuch-mua.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 94fa19d7..7fdd76bc 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -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) ;; |
