* mu4e: make sure the about-page is unfolded

This commit is contained in:
djcb
2012-07-11 11:46:03 +03:00
parent 1e2ed5715a
commit 62489a31d0
2 changed files with 3 additions and 5 deletions

View File

@ -874,7 +874,8 @@ displaying it). Do _not_ bury the current buffer, though."
(get-buffer-create mu4e~main-about-buffer-name)
(let ((inhibit-read-only t))
(erase-buffer)
(insert mu4e-about)
(insert mu4e-about)
(org-mode)
(show-all)))
(switch-to-buffer mu4e~main-about-buffer-name)
(setq buffer-read-only t)