put a newline after the headers

This commit is contained in:
Alexander Botero-Lowry 2009-11-20 14:17:06 -08:00 committed by Alexander Botero-Lowry
parent 00c0896c9b
commit 89d85e28b2

View file

@ -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)