X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fmx_pop.c;fp=pop%2Fmx_pop.c;h=2f5175603f2f4e7089ea0ca9e7f913cc7b3c795e;hp=17a1ac2ae3745448d06c9189e9582bbac2c38655;hb=b2a6a9673e124c222f921650a6f0025b64ab2145;hpb=cdd5dd2b406b2af4359f7b1e7360d0c9aba13777 diff --git a/pop/mx_pop.c b/pop/mx_pop.c index 17a1ac2..2f51756 100644 --- a/pop/mx_pop.c +++ b/pop/mx_pop.c @@ -7,6 +7,8 @@ #include "config.h" #endif +#include + #include "mutt.h" #include "pop.h" @@ -18,7 +20,7 @@ #include "url.h" -static int pop_is_magic (const char* path) { +static int pop_is_magic (const char* path, struct stat* st) { url_scheme_t s = url_check_scheme (NONULL (path)); return ((s == U_POP || s == U_POPS) ? M_POP : -1); }