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,7 +79,7 @@
|
||||
(:human-date . 8)
|
||||
(:flags . 6) ; 3 icon flags
|
||||
(:from . 25)
|
||||
(:subject))
|
||||
(:subject)))
|
||||
|
||||
(plist-put (cdr (assoc :flags mu4e-header-info)) :shortname " Flags") ; default=Flgs
|
||||
|
||||
@ -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 _)
|
||||
|
Reference in New Issue
Block a user