From 336411fb8710d395fc76cbe958e137360b5fda33 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 22 Apr 2014 13:05:55 -0700 Subject: [PATCH] Add "notmuch search" to the advertised queries. This will allow a user to actually copy-and-paste the queries, for example. --- notmuch-to-html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notmuch-to-html b/notmuch-to-html index 6b42aff..663dd87 100755 --- a/notmuch-to-html +++ b/notmuch-to-html @@ -188,11 +188,11 @@ class HtmlPage (Page): stream.write(view['comment']) stream.write('\n') for line in [ - 'The view is generated from the following query:', + '

This view is generated from the following query:', '

', '

', ' ', - view['query-string'], + 'notmuch search ' + view['query-string'], ' ', '

', ]: -- 2.43.0