mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
40b025c5f1
commit
f599ea7877
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
||||
;;
|
||||
|
||||
|
|
Loading…
Reference in a new issue