[PATCH] emacs: Add missing type and group to defcustom variable

David Edmondson dme at dme.org
Mon Apr 15 06:53:32 PDT 2019


Obviously good.

On Monday, 2019-04-15 at 15:35:19 +02, Örjan Ekeberg wrote:

> Added the type 'regexp and group 'notmuch-send as properties to the
> customizable variable notmuch-mua-attachment-regexp.
> ---
>  emacs/notmuch-mua.el | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
>
> 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)
>  
>  ;;
>  
> -- 
> 2.20.1
>
> _______________________________________________
> notmuch mailing list
> notmuch at notmuchmail.org
> https://notmuchmail.org/mailman/listinfo/notmuch

dme.
-- 
Please forgive me if I act a little strange, for I know not what I do.


More information about the notmuch mailing list