X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fpop.c;h=904f1227a2c5e9c866be27e2a07d6220bbcf4d46;hp=bba466f36e8aa5509accf98b55cf824dbb1c866e;hb=50c675dd588194577627503a2416df20c710bf51;hpb=238b70e39b78f585c586bd51aef41988b3cc73d1 diff --git a/pop/pop.c b/pop/pop.c index bba466f..904f122 100644 --- a/pop/pop.c +++ b/pop/pop.c @@ -19,7 +19,7 @@ #include "mutt.h" #include "mx.h" #include "pop.h" -#include "mutt_crypt.h" +#include #include "mutt_curses.h" #include "lib/debug.h" @@ -422,8 +422,7 @@ int pop_fetch_message (MESSAGE * msg, CONTEXT * ctx, int msgno) h->content->length = ftello (msg->fp) - h->content->offset; /* This needs to be done in case this is a multipart message */ - if (!WithCrypto) - h->security = crypt_query (h->content); + h->security = crypt_query (h->content); mutt_clear_error (); rewind (msg->fp);