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:
parent
a17e06283e
commit
8e285177d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue