ud-mailgate: fix gpg result usage
authorPeter Palfrader <peter@palfrader.org>
Sun, 31 Jan 2010 09:13:57 +0000 (10:13 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 31 Jan 2010 09:13:57 +0000 (10:13 +0100)
We use the result of the pgp check for quite a long time in the main
program.  Give it its own variable instead of using Res which was
overwritten a bit later.  Also make a new gpgcheck2 class that allows us
to access the values of the gpg signature check in a saner way.


No differences found