Mu4e: Fix misplaced close paren
This commit is contained in:
parent
2a79ff2280
commit
aecdbb17b2
1 changed files with 3 additions and 3 deletions
|
@ -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 _)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue