mu4e: convert bookmarks from old format

When creating the 'ping' queries.
This commit is contained in:
Dirk-Jan C. Binnema 2020-01-24 14:19:59 +02:00
parent d564157cac
commit 9f72bd9703
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ When successful, call FUNC (if non-nil) afterwards."
(lambda(bm) (plist-get bm :query))
(seq-filter (lambda (bm) ;; exclude bookmarks with these flags.
(not (or (plist-get bm :hide) (plist-get bm :hide-unread))))
mu4e-bookmarks)))
(mu4e-bookmarks))))
;; maybe request the list of contacts, automatically refresh after
;; reindexing
(mu4e~request-contacts-maybe))))