]> git.cworth.org Git - notmuch-wiki/commitdiff
whitespace fixup
authorDavid Bremner <david@tethera.net>
Wed, 1 Jun 2022 10:48:31 +0000 (07:48 -0300)
committerDavid Bremner <david@tethera.net>
Wed, 1 Jun 2022 10:48:31 +0000 (07:48 -0300)
markdown mode in emacs insists on doing this, and I guess it is
harmless.

faq.mdwn

index fa7aba8713c97840cceb69e7cb884a04a5e8a1b9..8e2ad5258bdf84e89bcc396bc840752892d3e7fc 100644 (file)
--- 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?