mu4e: convert bookmarks from old format
When creating the 'ping' queries.
This commit is contained in:
@ -826,7 +826,7 @@ When successful, call FUNC (if non-nil) afterwards."
|
|||||||
(lambda(bm) (plist-get bm :query))
|
(lambda(bm) (plist-get bm :query))
|
||||||
(seq-filter (lambda (bm) ;; exclude bookmarks with these flags.
|
(seq-filter (lambda (bm) ;; exclude bookmarks with these flags.
|
||||||
(not (or (plist-get bm :hide) (plist-get bm :hide-unread))))
|
(not (or (plist-get bm :hide) (plist-get bm :hide-unread))))
|
||||||
mu4e-bookmarks)))
|
(mu4e-bookmarks))))
|
||||||
;; maybe request the list of contacts, automatically refresh after
|
;; maybe request the list of contacts, automatically refresh after
|
||||||
;; reindexing
|
;; reindexing
|
||||||
(mu4e~request-contacts-maybe))))
|
(mu4e~request-contacts-maybe))))
|
||||||
|
|||||||
Reference in New Issue
Block a user