X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=pop%2Fmx_pop.c;h=0c11d6455237e1203de43ede48b60ba0991395c8;hp=95f2fb6def081e40f4452c8258c391a07be85d8b;hb=230399f9632c37b66c1c117a17e8327eae6b3235;hpb=7f7a0be369840b290248e5b0302beb447fa1b3cd diff --git a/pop/mx_pop.c b/pop/mx_pop.c index 95f2fb6..0c11d64 100644 --- a/pop/mx_pop.c +++ b/pop/mx_pop.c @@ -9,8 +9,7 @@ #include -#include -#include +#include #include "mutt.h" #include "pop.h" @@ -18,15 +17,12 @@ #include "mx.h" #include "mx_pop.h" - -#include "url.h" - -static int pop_is_magic (const char* path, struct stat* st) { +static int pop_is_magic (const char* path, struct stat* st __attribute__ ((unused))) { url_scheme_t s = url_check_scheme (NONULL (path)); return ((s == U_POP || s == U_POPS) ? M_POP : -1); } -static int acl_check_pop (CONTEXT* ctx, int bit) { +static int acl_check_pop (CONTEXT* ctx __attribute__ ((unused)), int bit) { switch (bit) { case ACL_INSERT: /* editing messages */ case ACL_WRITE: /* change importance */