aboutsummaryrefslogtreecommitdiffhomepage
path: root/notmuch.el
diff options
context:
space:
mode:
authorGravatar Alexander Botero-Lowry <alex.boterolowry@gmail.com>2009-11-20 14:17:06 -0800
committerGravatar Alexander Botero-Lowry <alexbl@fortitudo.(none)>2009-11-22 15:26:18 -0800
commit89d85e28b2dc9b0a75a963dd4042aa657ba871b8 (patch)
tree6de03567ec247558daa534c1f3e1cda569c246fb /notmuch.el
parent00c0896c9b9369ec2a844cea4d841be7d4485220 (diff)
put a newline after the headers
Diffstat (limited to 'notmuch.el')
-rw-r--r--notmuch.el2
1 files changed, 2 insertions, 0 deletions
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)