From f00673e46819d3be958621e6c74a194fcac74bc9 Mon Sep 17 00:00:00 2001 From: djcb Date: Tue, 24 Jul 2012 01:34:06 +0300 Subject: [PATCH] * minor --- mu4e/mu4e-compose.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mu4e/mu4e-compose.el b/mu4e/mu4e-compose.el index 607f7c9c..d6cf06c3 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -237,7 +237,8 @@ separator is never written to file. Also see `mu4e-remove-mail-header-separator'." (save-excursion (let ((sepa (propertize mail-header-separator - 'intangible t 'read-only t + 'intangible t + 'read-only "Can't touch this" 'font-lock-face 'mu4e-system-face))) (goto-char (point-min)) ;; search for the first empty line