From: Alexander Botero-Lowry Date: Fri, 20 Nov 2009 22:17:06 +0000 (-0800) Subject: put a newline after the headers X-Git-Tag: 0.1~363^2~2 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=89d85e28b2dc9b0a75a963dd4042aa657ba871b8 put a newline after the headers --- 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)