branch: master commit b4cc360c96d24421f3cd01da93ae27d0e1093d02 Author: Eric Abrahamsen <e...@ericabrahamsen.net> Commit: Eric Abrahamsen <e...@ericabrahamsen.net>
[gnorb] Don't use make-temp-name for registry searches * packages/gnorb/gnorb-gnus.el (gnorb-gnus-search-registry): This was a red herring left over from earlier confusion. --- packages/gnorb/gnorb-gnus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gnorb/gnorb-gnus.el b/packages/gnorb/gnorb-gnus.el index 398cc0b..32410a5 100644 --- a/packages/gnorb/gnorb-gnus.el +++ b/packages/gnorb/gnorb-gnus.el @@ -740,7 +740,7 @@ sender:google.com subject:\"your search results\"" (when (and group artno (integerp artno) (> artno 0)) (vector group artno 100)))) (delq nil (delete-dups found))))) - (name (make-temp-name "registry messages")) + (name "registry messages") (spec (list (cons 'nnir-specs (list (cons 'nnir-query-spec `((query . "dummy")