Re: [PATCH] Use `without-restriction` in `with-temporary-notmuch-message-buffer`

2024-03-15 Thread David Bremner
Marc Fargas writes: > I hope my previous e-mails was properly sent. > Yes, it worked fine. > I have been testing the patch and.. does it work? The code looks proper > to me but testing on my computer it is not working properly, as if the > `without-restrictions` was being ignored. It seems to

Re: [PATCH] Use `without-restriction` in `with-temporary-notmuch-message-buffer`

2024-03-15 Thread Marc Fargas
Hi, I hope my previous e-mails was properly sent. I have been testing the patch and.. does it work? The code looks proper to me but testing on my computer it is not working properly, as if the `without-restrictions` was being ignored. I think I do not understand `defmacro` properly to see where

[PATCH] Use `without-restriction` in `with-temporary-notmuch-message-buffer`

2024-03-14 Thread Marc Fargas
This ensures that the temporary copy of the current message-mode buffer is whole and not limited by a current restriction. An example of such restriction is the default one established by message-mode when composing a reply, that hides the References, In-Reply-To and similar headers. --- emacs/no