X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-address.el;h=74a4584f64130b1242011c96a70f2c84c2c78dd9;hb=67dbd24ece883e9cb0258fce289e40ca276b729d;hp=d504ff2d9fd4e0a952116761104a28fb1a1d2602;hpb=ab022657776af0bb47e72caf2517464ca59e7d48;p=notmuch diff --git a/emacs/notmuch-address.el b/emacs/notmuch-address.el index d504ff2d..74a4584f 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=3" ,(if sent "--output=recipients" "--output=sender") "--deduplicate=address" ,query)))