Home GnuPG

Add Status column to server lookup result table

Description

Add Status column to server lookup result table

In this column we shown whether the keyserver claims that a key is
expired or revoked. The real status can only be determined after the
key has been imported.

The Columns enum (that was "hidden" in the private class) is replaced
by namespaced static ints because scoped ints is what we need.