Avoid ambiguous constructor call to fix Windows build with gpgmepp 2
gpgmepp 2 slightly changed the API which lead to an ambiguity on Windows because no argument types matched exactly. Removing the superfluous third argument (which defaults to true) avoids the ambiguity.