From 62489a31d04b190b8842429bb5a9ff9d4c224d26 Mon Sep 17 00:00:00 2001 From: djcb Date: Wed, 11 Jul 2012 11:46:03 +0300 Subject: [PATCH] * mu4e: make sure the about-page is unfolded --- mu4e/mu4e-about.org | 5 +---- mu4e/mu4e-utils.el | 3 ++- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/mu4e/mu4e-about.org b/mu4e/mu4e-about.org index ff9fab03..8775f4b1 100644 --- a/mu4e/mu4e-about.org +++ b/mu4e/mu4e-about.org @@ -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: + diff --git a/mu4e/mu4e-utils.el b/mu4e/mu4e-utils.el index 05f0f32c..c59a4ebf 100644 --- a/mu4e/mu4e-utils.el +++ b/mu4e/mu4e-utils.el @@ -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)