Re: [PATCH] emacs: Autoload notmuch-user-agent related functions

2024-06-10 Thread David Bremner
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

Re: [PATCH] emacs: Autoload notmuch-user-agent related functions

2024-06-09 Thread Jelle Licht
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

Re: [PATCH] emacs: Autoload notmuch-user-agent related functions

2024-04-04 Thread David Bremner
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

[PATCH] emacs: Autoload notmuch-user-agent related functions

2024-03-20 Thread jlicht
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