X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=crypt.c;h=c0c64ad4ab46d6edc3552251d4c3722ef2df23b9;hp=b10ed0578dd0e8ed78d6d429338e52aba659a710;hb=83532821ae9fab034d0d630b78330c9ea4ff4cf3;hpb=238b70e39b78f585c586bd51aef41988b3cc73d1 diff --git a/crypt.c b/crypt.c index b10ed05..c0c64ad 100644 --- a/crypt.c +++ b/crypt.c @@ -22,10 +22,11 @@ #include #include +#include + #include "mutt.h" #include "handler.h" #include "mutt_curses.h" -#include "mime.h" #include "copy.h" #include "mutt_crypt.h" #include "pgp.h" @@ -555,7 +556,7 @@ void crypt_extract_keys_from_messages (HEADER * h) { int i; char tempfname[_POSIX_PATH_MAX], *mbox; - ADDRESS *tmp = NULL; + address_t *tmp = NULL; FILE *fpout; if (!WithCrypto)