]> granicus.if.org Git - neomutt/commit
drop unused param in pgp_extract_keys_from_attachment_list()
authorRichard Russon <rich@flatcap.org>
Tue, 12 Jun 2018 10:55:52 +0000 (11:55 +0100)
committerRichard Russon <rich@flatcap.org>
Tue, 12 Jun 2018 11:49:43 +0000 (12:49 +0100)
commit065c776075b37a2113ebcc4fa1d561876265a0f7
treeeecd4f9cb319089e8d4ba65e762b0eb448d0ba34
parent991adf44ec6353552a2bbda918768d084bb052aa
drop unused param in pgp_extract_keys_from_attachment_list()

The function wasn't being use to look for tagged messages.
So, it's been renamed to pgp_extract_key_from_attachment()
ncrypt/crypt_mod.h
ncrypt/crypt_mod_pgp_classic.c
ncrypt/crypt_mod_pgp_gpgme.c
ncrypt/crypt_mod_smime_classic.c
ncrypt/crypt_mod_smime_gpgme.c
ncrypt/cryptglue.c
ncrypt/ncrypt.h
ncrypt/pgp.c
ncrypt/pgp.h
recvattach.c