mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
put a newline after the headers
This commit is contained in:
parent
00c0896c9b
commit
89d85e28b2
1 changed files with 2 additions and 0 deletions
|
@ -604,6 +604,8 @@ which this thread was originally shown."
|
||||||
(indent-rigidly beg end depth)
|
(indent-rigidly beg end depth)
|
||||||
(overlay-put (make-overlay beg-hidden end)
|
(overlay-put (make-overlay beg-hidden end)
|
||||||
'invisible 'notmuch-show-header)
|
'invisible 'notmuch-show-header)
|
||||||
|
(goto-char end)
|
||||||
|
(insert "\n")
|
||||||
(set-marker beg nil)
|
(set-marker beg nil)
|
||||||
(set-marker beg-hidden nil)
|
(set-marker beg-hidden nil)
|
||||||
(set-marker end nil)
|
(set-marker end nil)
|
||||||
|
|
Loading…
Reference in a new issue