https://bugs.documentfoundation.org/show_bug.cgi?id=113192
--- Comment #9 from Moritz Duge <[email protected]> --- With the commit proposed to revert in bug 161871, we could get back the "Expiration date" column. But many people don't set an expiration date. So I'd agree, that the creation date, GPG key ID and possibly primary email address would be more helpful. BE SURE TO CHECK THE FOLLOWING POINTS WHEN MAKING CHANGES TO THE CERTIFICATE CHOOSER DIALOG: For X.509 certificates (from Mozilla profile) there should also be proper values in newly created columns. Else the dialog might look broken when people use X.509 instead of GPG. And the same dialog is being used for PDF signing (X.509), ODF signing (X.509 + GPG) and ODF encryption (GPG). So all scenarios should be checked when making changes. Also there's no need to squeeze everything into a dialog window less than 700 pixels wide, when most people have 1920 pixel wide displays. So I'm working on making the dialog window resizeable with all UIs (vclplugin). And maybe then we should also set a larger default size. (currently maximizing the dialog only works with `SAL_USE_VCLPLUGIN=gtk3`) And there are currently two related bugs: bug 161872: regression: ODF X.509 signing doesn't work since libxmlsec 1.2.37 -> 1.3.1 bug 161908: Certificate Chooser shows only one X.509 per email -- You are receiving this mail because: You are the assignee for the bug.
