X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-crypt%2Fcrypt-gpgme.c;h=e6ad538d35e8baff500e6ddb3c34e303d733342d;hp=8cb83411e709b77bee4f8ae6bd6c7257c0212c48;hb=230399f9632c37b66c1c117a17e8327eae6b3235;hpb=c8c9a616c8c369da6aa06e656eacfb82af8707a8;ds=sidebyside diff --git a/lib-crypt/crypt-gpgme.c b/lib-crypt/crypt-gpgme.c index 8cb8341..e6ad538 100644 --- a/lib-crypt/crypt-gpgme.c +++ b/lib-crypt/crypt-gpgme.c @@ -41,11 +41,7 @@ #include -#include -#include -#include -#include -#include +#include #include @@ -3673,7 +3669,7 @@ static char *find_keys (address_t * to, address_t * cc, address_t * bcc, if (fqdn) rfc822_qualify (tmp, fqdn); - tmp = mutt_remove_duplicates (tmp); + address_list_uniq(tmp); for (p = tmp; p; p = p->next) { char buf[LONG_STRING];