Re: feature request: notmuch-show-print-message w/prefix to print PS to file

2022-09-05 Thread Alexander Adolf
David Bremner writes: > [...] > One workaround is to set notmuch-print-mechanism to > notmuch-print-ps-print/evince, and save the file from evince. In principle yes, but this requires a specific third party app to be installed. We have all necessary means built into Emacs already, so it would

Re: best practices for keeping a notmuch tag in sync with maildir folder

2022-09-05 Thread Michael J Gruber
Am Mo., 5. Sept. 2022 um 13:33 Uhr schrieb David Bremner : > > Bence Ferdinandy writes: > > > are there any best practices for keeping notmuch tags synced with an imap > > folder? It seems to me that simply moving a mail file in the shell from one > > folder to the other is not something that

Re: best practices for keeping a notmuch tag in sync with maildir folder

2022-09-05 Thread David Bremner
Bence Ferdinandy writes: > are there any best practices for keeping notmuch tags synced with an imap > folder? It seems to me that simply moving a mail file in the shell from one > folder to the other is not something that works well, at least with mbsync > the moved file didn't appear in my

Re: feature request: notmuch-show-print-message w/prefix to print PS to file

2022-09-05 Thread David Bremner
Alexander Adolf writes: > Hello, > > I'd like to request a feature. My intent is to redirect PostScript > printing of a message via `notmuch-show-print-message` to a file. > Ideally (IMHO) `notmuch-show-print-message` would accept an optional > prefix argument ("C-u"), which would be passed down

[PATCH] nmweb: escape subject in search view

2022-09-05 Thread David Bremner
Fix a bug reported by Jakub Wilk [1]. [1]: id:20220822064717.qftn4tr7cs4r2...@jwilk.net --- devel/notmuch-web/nmweb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/notmuch-web/nmweb.py b/devel/notmuch-web/nmweb.py index 928e4863..7b555c62 100755 ---