Mu4e: Blah. I messed up a let scope

This commit is contained in:
TEC 2020-11-18 00:20:46 +08:00
parent 2023eca45a
commit e760ba5540
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C

View file

@ -116,14 +116,14 @@
(lambda (msg) (lambda (msg)
(let ((maildir (replace-regexp-in-string (let ((maildir (replace-regexp-in-string
"\\`/?\\([^/]+\\)/.*\\'" "\\1" "\\`/?\\([^/]+\\)/.*\\'" "\\1"
(mu4e-message-field msg :maildir))))) (mu4e-message-field msg :maildir))))
(+mu4e-colorize-str (+mu4e-colorize-str
(replace-regexp-in-string (replace-regexp-in-string
"^gmail" "^gmail"
(propertize "g" 'face 'bold-italic) (propertize "g" 'face 'bold-italic)
maildir) maildir)
'+mu4e-header--maildir-colors '+mu4e-header--maildir-colors
maildir)))) maildir)))))
(:account-stripe . (:account-stripe .
(:name "Account" (:name "Account"
:shortname "" :shortname ""