X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-crypt%2Fpgpkey.c;h=76b39b879a58fd39b014f6431bf0a3931c2fef55;hb=230399f9632c37b66c1c117a17e8327eae6b3235;hp=a4549cf0cc719a5aaf455c0c156f37c80c918cb1;hpb=23e6291cb5d5b4cd2008403d8b628007fd75ff23;p=apps%2Fmadmutt.git diff --git a/lib-crypt/pgpkey.c b/lib-crypt/pgpkey.c index a4549cf..76b39b8 100644 --- a/lib-crypt/pgpkey.c +++ b/lib-crypt/pgpkey.c @@ -12,11 +12,7 @@ # include "config.h" #endif -#include -#include -#include -#include -#include +#include #include @@ -738,7 +734,7 @@ BODY *pgp_make_key_attachment (char *tempf) fclose (tempfp); fclose (devnull); - att = mutt_new_body (); + att = body_new(); att->filename = m_strdup(tempf); att->unlink = 1; att->use_disp = 0;