From 89d85e28b2dc9b0a75a963dd4042aa657ba871b8 Mon Sep 17 00:00:00 2001 From: Alexander Botero-Lowry Date: Fri, 20 Nov 2009 14:17:06 -0800 Subject: [PATCH] put a newline after the headers --- notmuch.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notmuch.el b/notmuch.el index 70dbe5ba..b0fa5fb2 100644 --- a/notmuch.el +++ b/notmuch.el @@ -604,6 +604,8 @@ which this thread was originally shown." (indent-rigidly beg end depth) (overlay-put (make-overlay beg-hidden end) 'invisible 'notmuch-show-header) + (goto-char end) + (insert "\n") (set-marker beg nil) (set-marker beg-hidden nil) (set-marker end nil) -- 2.43.0