* fix typo
This commit is contained in:
@ -634,7 +634,7 @@ Note, `:sortable' does not work for custom header fields.")
|
|||||||
(format "%d"
|
(format "%d"
|
||||||
(+ (length (mu4e-message-field msg :to))
|
(+ (length (mu4e-message-field msg :to))
|
||||||
(length (mu4e-message-field msg :cc))))))))
|
(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
|
to `mu4e-header-info', but addds a :function property, which should
|
||||||
point to a function that takes a message p-list as argument, and
|
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
|
returns a string. See the default value of `mu4e-header-info-custom
|
||||||
|
|||||||
Reference in New Issue
Block a user