* mu4e: handle empty contact lists
This commit is contained in:
@ -218,7 +218,8 @@ The server output is as follows:
|
||||
(plist-get sexp :props)))
|
||||
|
||||
;; received a contacts message
|
||||
((plist-get sexp :contacts)
|
||||
;; note: we use 'member', to match (:contacts nil)
|
||||
((plist-member sexp :contacts)
|
||||
(funcall mu4e-contacts-func
|
||||
(plist-get sexp :contacts)))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user