From d28950cf4866529cdcd0fda5f1a6c75a22cbe489 Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 25 Jan 2014 20:08:40 -0800 Subject: [PATCH] * fix typo --- mu4e/mu4e-vars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-vars.el b/mu4e/mu4e-vars.el index 47843709..888cd196 100644 --- a/mu4e/mu4e-vars.el +++ b/mu4e/mu4e-vars.el @@ -634,7 +634,7 @@ Note, `:sortable' does not work for custom header fields.") (format "%d" (+ (length (mu4e-message-field msg :to)) (length (mu4e-message-field msg :cc)))))))) -"A list of custom (user-defined) headerr. The format is similar +"A list of custom (user-defined) headers. The format is similar to `mu4e-header-info', but addds a :function property, which should point to a function that takes a message p-list as argument, and returns a string. See the default value of `mu4e-header-info-custom