Mu4e: Fix misplaced close paren

This commit is contained in:
TEC 2020-09-25 16:37:11 +08:00
parent 2a79ff2280
commit aecdbb17b2
No known key found for this signature in database
GPG key ID: 779591AFDB81F06C

View file

@ -79,9 +79,9 @@
(:human-date . 8)
(:flags . 6) ; 3 icon flags
(:from . 25)
(:subject))
(:subject)))
(plist-put (cdr (assoc :flags mu4e-header-info)) :shortname " Flags") ; default=Flgs
(plist-put (cdr (assoc :flags mu4e-header-info)) :shortname " Flags") ; default=Flgs
(defvar mu4e~header-colourised-faces
'(all-the-icons-lblue
@ -118,7 +118,7 @@
(propertize (format "%2d"
(+ (length (mu4e-message-field msg :to))
(length (mu4e-message-field msg :cc))))
'face 'mu4e-footer-face)))))))
'face 'mu4e-footer-face))))))
;; Marks usually affect the current view
(defadvice! +mu4e--refresh-current-view-a (&rest _)