mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Add new variables to the import and export filters.
* g10/import.c (impex_filter_getval): Add new variables "expired", "revoked", and "disabled". Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
b1f48da02b
commit
1813f3be23
3 changed files with 48 additions and 10 deletions
|
@ -1377,7 +1377,7 @@ apply_drop_subkey_filter (kbnode_t keyblock, recsel_expr_t selector)
|
|||
{
|
||||
if (recsel_select (selector, impex_filter_getval, node))
|
||||
{
|
||||
log_debug ("drop-subkey: deleting a key\n");
|
||||
/*log_debug ("drop-subkey: deleting a key\n");*/
|
||||
/* The subkey packet and all following packets up to the
|
||||
* next subkey. */
|
||||
delete_kbnode (node);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue