Skip to content

KeyListSortFilterProxyModel: Consider key filters when checking whether groups match

Tobias Fella requested to merge work/tobias/key-filters-groups into master

Previoulsy, key groups were always accepted here (when no filter string was set). This results in somewhat unexpected results in Kleopatra's CertificateSelectionDialog. The new behavior checks that at least one key in the group matches the key filter.

GnuPG-Bug-ID: 6970

Merge request reports