From: David Bremner Date: Wed, 1 Jun 2022 10:48:31 +0000 (-0300) Subject: whitespace fixup X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=7271a86065e75e9af05739f1790c9a4e916d8c41 whitespace fixup markdown mode in emacs insists on doing this, and I guess it is harmless. --- diff --git a/faq.mdwn b/faq.mdwn index fa7aba8..8e2ad52 100644 --- a/faq.mdwn +++ b/faq.mdwn @@ -18,12 +18,12 @@ You may have emails that only have some of the excluded tags. Notmuch can be configured to exclude some tags while searching. You can list excluded tags with - $ notmuch config get search.exclude_tags - deleted + $ notmuch config get search.exclude_tags + deleted To verify this is the reason of the discrepancy, add the excluded tags explicitly to your query. - $ notmuch search --output=files -- folder:inbox tag:deleted + $ notmuch search --output=files -- folder:inbox tag:deleted ## Shouldn't notmuch support inline PGP?