Mu4e: Blah. I messed up a let scope
This commit is contained in:
parent
2023eca45a
commit
e760ba5540
1 changed files with 8 additions and 8 deletions
|
@ -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 "▐"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue