branch: externals/org-contacts
commit b668b76162314379d729eed628717d561034074e
Author: stardiviner <numbch...@gmail.com>
Commit: stardiviner <numbch...@gmail.com>

    Command `org-contacts-cache-reset` reset variable 
`org-contacts-all-contacts` too.
---
 org-contacts.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/org-contacts.el b/org-contacts.el
index 6e883b844c..fdc4130935 100644
--- a/org-contacts.el
+++ b/org-contacts.el
@@ -998,6 +998,7 @@ This can be property key checking."
 (defun org-contacts-cache-reset ()
   "Reset `org-contacts--candidates-cache'."
   (interactive)
+  (setq org-contacts-all-contacts nil)
   (setq org-contacts--candidates-cache nil))
 
 (defun org-contacts-browse-function (contact-name)

Reply via email to