X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=inline;f=lib-crypt%2Fpgpkey.c;h=ddb8f1cd723bbc51c46d33a2e4d5650049a15abf;hb=1ee89902de184a640c171ae3285bff6882a791bd;hp=a4549cf0cc719a5aaf455c0c156f37c80c918cb1;hpb=23e6291cb5d5b4cd2008403d8b628007fd75ff23;p=apps%2Fmadmutt.git diff --git a/lib-crypt/pgpkey.c b/lib-crypt/pgpkey.c index a4549cf..ddb8f1c 100644 --- a/lib-crypt/pgpkey.c +++ b/lib-crypt/pgpkey.c @@ -8,15 +8,7 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include -#include -#include +#include #include @@ -30,16 +22,6 @@ #include "pager.h" #include "sort.h" - -#include -#include -#include -#include -#include -#include - -#include - struct pgp_cache { char *what; char *dflt; @@ -738,7 +720,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;