Jelle Licht writes:
> Thanks for applying the patch, but I just noticed I made a mistake; each
> of the lines now have a ";;;#autoload" comment, instead of the proper
> ";;;###autoload" cookie. My apologies. Should I send a patch fixing
> this, or will you push a fix yourself?
Please send a patc
Hi David,
David Bremner writes:
> jli...@fsfe.org writes:
>
>>
>> ;;; _
>> -
>> +;;;#autoload
>> (define-mail-user-agent 'notmuch-user-agent
>>'notmuch-mua-mail
>>'notmuch-mua-send-and-exit
>
> Applied to master with the deleted blank line put back
Thanks for applying the patch, b
jli...@fsfe.org writes:
>
> ;;; _
> -
> +;;;#autoload
> (define-mail-user-agent 'notmuch-user-agent
>'notmuch-mua-mail
>'notmuch-mua-send-and-exit
Applied to master with the deleted blank line put back
___
notmuch mailing list -- notmuch@not
From: Jelle Licht
With this change, users with mail-user-agent set to
'notmuch-user-agent can start composing emails without having to
require 'notmuch-mua first.
---
emacs/notmuch-mua.el | 6 +-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/emacs/notmuch-mua.el b/emacs/notmuc