Make usage of fancy chars configurable.

This commit is contained in:
Florian Lindner
2015-09-10 12:32:49 +02:00
parent 7981845daa
commit 9780f076f1
2 changed files with 10 additions and 4 deletions

View File

@ -140,8 +140,11 @@ personal message. This is used when indexing messages."
'mu4e-user-mail-address-list "0.9.9.x")
(defcustom mu4e-use-fancy-chars nil
"Whether to use fancy (non-ascii) characters."
:type 'boolean
"Whether to use fancy (non-ascii) characters for marks and/or threads."
:type '(choice (const :tag "Do not use fancy chars" nil)
(const :tag "Use fancy chars everywhere" t)
(const :tag "Use fancy chars only for threads" threads)
(const :tag "Use fancy chars only for marks" marks))
:group 'mu4e)
(defcustom mu4e-date-format-long "%c"