X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mx%2Fpop.c;h=38d77dcaa09b477653ab7002395d49b7f8fb4375;hp=17abbaf006b65cd3e644765277bc871b202fd9a0;hb=6605e3e4bf358e8d5835232623dc359af219cc6a;hpb=bda23e0682020cf22af0e4b769dd93d77d70f07a diff --git a/lib-mx/pop.c b/lib-mx/pop.c index 17abbaf..38d77dc 100644 --- a/lib-mx/pop.c +++ b/lib-mx/pop.c @@ -7,7 +7,6 @@ * please see the file GPL in the top level source directory. */ -#include #include #include @@ -72,7 +71,6 @@ typedef struct { cmd_status cmd_top : 2; /* optional command TOP */ cmd_status cmd_user : 2; /* optional command USER */ unsigned resp_codes : 1; /* server supports extended response codes */ - unsigned expire : 1; /* expire is greater than 0 */ unsigned clear_cache : 1; ssize_t size; @@ -561,7 +559,6 @@ static pop_query_status pop_capabilities(pop_data_t * pop_data, int mode) pop_data->cmd_top = CMD_NOT_AVAILABLE; pop_data->cmd_user = CMD_NOT_AVAILABLE; pop_data->resp_codes = 0; - pop_data->expire = 1; p_delete(&pop_data->auth_list); } @@ -594,8 +591,6 @@ static pop_query_status pop_capabilities(pop_data_t * pop_data, int mode) if (mode == 2) { const char *msg = NULL; - if (!pop_data->expire) - msg = _("Unable to leave messages on server."); if (pop_data->cmd_top == CMD_NOT_AVAILABLE) msg = _("Command TOP is not supported by server."); if (pop_data->cmd_uidl == CMD_NOT_AVAILABLE)