From 5dbe1c0307e905a3a770a1820bb82aaf09445121 Mon Sep 17 00:00:00 2001
From: Carl Worth <cworth@cworth.org>
Date: Wed, 10 Feb 2010 12:40:18 -0800
Subject: [PATCH] notmuch.el: Fix indentation.

This line was indented incorrectly which can be confusing.
---
 notmuch.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notmuch.el b/notmuch.el
index ff4a0bd0..b9095677 100644
--- a/notmuch.el
+++ b/notmuch.el
@@ -321,7 +321,7 @@ buffer."
          (with-current-buffer buf
            (insert-file-contents filename nil nil nil t)
            ,@body)
-        (kill-buffer buf)))))
+	 (kill-buffer buf)))))
 
 (defun notmuch-show-view-all-mime-parts ()
   "Use external viewers to view all attachments from the current message."
-- 
2.45.2