]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-address.el
indexing: Change from try_decrypt to decrypt
[notmuch] / emacs / notmuch-address.el
index 74a4584f64130b1242011c96a70f2c84c2c78dd9..64887a43fe652b04332e0e3ed9b15577656cc9f8 100644 (file)
@@ -159,7 +159,7 @@ matching `notmuch-address-completion-headers-regexp'.
                       #'notmuch-address-expand-name)))
       (when setup-company
        (notmuch-company-setup))
-      (unless (memq pair message-completion-alist)
+      (unless (member pair message-completion-alist)
        (setq message-completion-alist
              (push pair message-completion-alist)))))
 
@@ -317,7 +317,7 @@ execution, CALLBACK is called when harvesting finishes."
                            (when config-query
                              (format " and (%s)" config-query)))
                  from-or-to-me-query))
-        (args `("address" "--format=sexp" "--format-version=3"
+        (args `("address" "--format=sexp" "--format-version=4"
                 ,(if sent "--output=recipients" "--output=sender")
                 "--deduplicate=address"
                 ,query)))