X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-address.el;h=74a4584f64130b1242011c96a70f2c84c2c78dd9;hp=d504ff2d9fd4e0a952116761104a28fb1a1d2602;hb=b6f87c3085e25e5bf65a4f956af8846bc0681c52;hpb=5a69aa14748162429c43ad5ff3d8b35779fff0d4 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)))