X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pop%2Fpop_lib.c;h=c8764efb0ebc21b8e374d89cfe300260e8286943;hb=99a05c5a6d8d411e9c8abfc3b0326e83240bc58a;hp=143868e4c33863b46430b58c23f7e6e641645e89;hpb=ba5e3af4ea19e1d20c80941c077039871ec84258;p=apps%2Fmadmutt.git diff --git a/pop/pop_lib.c b/pop/pop_lib.c index 143868e..c8764ef 100644 --- a/pop/pop_lib.c +++ b/pop/pop_lib.c @@ -12,10 +12,11 @@ #endif #include "mutt.h" +#include "ascii.h" #include "mx.h" #include "url.h" #include "pop.h" -#ifdef USE_SSL +#if defined (USE_SSL) || defined (USE_GNUTLS) # include "mutt_ssl.h" #endif @@ -160,6 +161,7 @@ static pop_query_status pop_capabilities (POP_DATA * pop_data, int mode) pop_data->cmd_capa = CMD_AVAILABLE; break; } + case PFD_FUNCT_ERROR: case PQ_ERR: { pop_data->cmd_capa = CMD_NOT_AVAILABLE;