fix(mu4e): invalid bookmark error

Adding 'Flagged messages' to mu4e-bookmarks with attributes results in
mu4e loading failure. Change the line not to use attributes.

error in process filter: mu4e-error: [mu4e] Invalid bookmark in
mu4e-bookmarks error in process filter: [mu4e] Invalid bookmark in
mu4e-bookmarks
This commit is contained in:
SukBeom Kim 2021-10-11 01:36:23 +09:00 committed by GitHub
parent a17e06283e
commit 8e285177d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,7 +94,7 @@
(plist-put (cdr (assoc :flags mu4e-header-info)) :shortname " Flags") ; default=Flgs (plist-put (cdr (assoc :flags mu4e-header-info)) :shortname " Flags") ; default=Flgs
(add-to-list 'mu4e-bookmarks (add-to-list 'mu4e-bookmarks
'(:name "Flagged messages" :query "flag:flagged" :key ?f) t) '("flag:flagged" "Flagged messages" ?f) t)
;; TODO avoid assuming that all-the-icons is present ;; TODO avoid assuming that all-the-icons is present
(defvar +mu4e-header-colorized-faces (defvar +mu4e-header-colorized-faces