X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Fmx_imap.c;h=2675dff39a2111fe159696b4efe89889b33d7b69;hb=c5f843d96b3889ba116e4b704e457a00bee63cb9;hp=b44f9e1d83cdbc40e239524a13aaae9bec268090;hpb=baf86ef44a449017ea20c3fcb252b66dc43fe6ce;p=apps%2Fmadmutt.git diff --git a/imap/mx_imap.c b/imap/mx_imap.c index b44f9e1..2675dff 100644 --- a/imap/mx_imap.c +++ b/imap/mx_imap.c @@ -24,8 +24,6 @@ int imap_is_magic (const char* path, struct stat* st) { url_scheme_t s; if (!path || !*path) return (-1); - if (*path == '{') /* painpine compatibility */ - return (M_IMAP); s = url_check_scheme (NONULL (path)); return ((s == U_IMAP || s == U_IMAPS) ? M_IMAP : -1); }