X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-address.el;h=f937e708406bbb73c3c9f164a904385c2e5cf91b;hb=1348212cb051b846bbe98f6d653da45aad3dfefa;hp=d504ff2d9fd4e0a952116761104a28fb1a1d2602;hpb=a34f30888e7874fba2032a066a7babce1dd3f69f;p=notmuch diff --git a/emacs/notmuch-address.el b/emacs/notmuch-address.el index d504ff2d..f937e708 100644 --- a/emacs/notmuch-address.el +++ b/emacs/notmuch-address.el @@ -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=2" + (args `("address" "--format=sexp" "--format-version=4" ,(if sent "--output=recipients" "--output=sender") "--deduplicate=address" ,query)))