]> granicus.if.org Git - mutt/commit
Refactor the address list generation out of the find_keys routines.
authorKevin McCarthy <kevin@8t8.us>
Mon, 30 Mar 2015 22:45:47 +0000 (15:45 -0700)
committerKevin McCarthy <kevin@8t8.us>
Mon, 30 Mar 2015 22:45:47 +0000 (15:45 -0700)
commitecbba07c51d92c7af5b97ff49b50267ef00074d6
tree3b3d1d9536f55158ee843b6442ae59ca655fad5c
parent2539e02de66b8a47d976b420eb46f5212f09419a
Refactor the address list generation out of the find_keys routines.

All four find_keys routines have a similar set up code for generating a
single address list out of the to, cc, bcc lists.  This patch pulls all
the code into crypt_get_keys.

This is done to simplify the functions before later patches make them
more complicated (with the oppenc_mode parameter).
14 files changed:
crypt-gpgme.c
crypt-gpgme.h
crypt-mod-pgp-classic.c
crypt-mod-pgp-gpgme.c
crypt-mod-smime-classic.c
crypt-mod-smime-gpgme.c
crypt-mod.h
crypt.c
cryptglue.c
mutt_crypt.h
pgp.c
pgp.h
smime.c
smime.h