* 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

@ -12,7 +12,4 @@
there's also the [[http://groups.google.com/group/mu-discuss][mu mailing list]].
[Press *q* to quit this buffer]
# Local Variables:
# mode: org; org-startup-folded: nil
# End:

View File

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