X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fmx_imap.c;h=2d9e3338d47ac99aa3bfa57b088a074aa695af90;hp=1c4358f00813dbad88151fd235bc2a20fcd0a952;hb=f288d1771c814e6104da83e6f0f1761a40de1224;hpb=5b0581b41f115cd0442037a97db313ef5b5b8822 diff --git a/imap/mx_imap.c b/imap/mx_imap.c index 1c4358f..2d9e333 100644 --- a/imap/mx_imap.c +++ b/imap/mx_imap.c @@ -3,16 +3,8 @@ * It's licensed under the GNU General Public License, * please see the file GPL in the top level source directory. */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif -#include - -#include -#include -#include -#include +#include #include "mutt.h" #include "imap_private.h" @@ -20,8 +12,6 @@ #include "mx.h" #include "mx_imap.h" - - int imap_is_magic (const char* path, struct stat* st __attribute__ ((unused))) { url_scheme_t s; if (!path || !*path)