On Sun, 6 Feb 2011 10:57, [email protected] said: > As far as I understand the manual page of gpg2, it should be the option > "--no-tty" to be used.
No. For all kind of unattended use you need to pass the option "--batch". "--no-tty" doesn't harm if used along with --batch, but it is not needed. All messages can't be suppressed with options. IF you don't want to see them, do it the usual way: gpg ........ 2>/dev/null (Under Windows replace /dev/null by /dev/nul). Shalom-Salam, Werner -- Die Gedanken sind frei. Ausnahmen regelt ein Bundesgesetz. _______________________________________________ Gnupg-users mailing list [email protected] http://lists.gnupg.org/mailman/listinfo/gnupg-users
