mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Mu4e: Fix misplaced close paren
This commit is contained in:
@ -79,9 +79,9 @@
|
|||||||
(:human-date . 8)
|
(:human-date . 8)
|
||||||
(:flags . 6) ; 3 icon flags
|
(:flags . 6) ; 3 icon flags
|
||||||
(:from . 25)
|
(: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
|
(defvar mu4e~header-colourised-faces
|
||||||
'(all-the-icons-lblue
|
'(all-the-icons-lblue
|
||||||
@ -118,7 +118,7 @@
|
|||||||
(propertize (format "%2d"
|
(propertize (format "%2d"
|
||||||
(+ (length (mu4e-message-field msg :to))
|
(+ (length (mu4e-message-field msg :to))
|
||||||
(length (mu4e-message-field msg :cc))))
|
(length (mu4e-message-field msg :cc))))
|
||||||
'face 'mu4e-footer-face)))))))
|
'face 'mu4e-footer-face))))))
|
||||||
|
|
||||||
;; Marks usually affect the current view
|
;; Marks usually affect the current view
|
||||||
(defadvice! +mu4e--refresh-current-view-a (&rest _)
|
(defadvice! +mu4e--refresh-current-view-a (&rest _)
|
||||||
|
Reference in New Issue
Block a user