yoctocell <public@yoctocell.xyz> writes: > I am using a package called gnus-article-treat-patch[0] which colorizes > patches in emails. It works expected when I manually call > `ft/gnus-article-treat-patch' in a notmuch-show buffer, but it doesn't > work when I add it as a hook. > > (add-hook 'notmuch-show-hook 'ft/gnus-article-treat-patch) > > `notmuch-show-hook' seems to be called too early so > `ft/gnus-article-treat-patch' isn't able to read the contents of the > message and apply any highlighting. > > I managed to get it to work with the following patch. Can you have a look at https://nmbug.notmuchmail.org/nmweb/show/20210108184004.781702-3-dme%40dme.org and see if that approach would work with you? At first glance I am more in favour of adding a hook than changing the semantics of an existing one. d _______________________________________________ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-leave@notmuchmail.org