X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fimap.h;h=6d661e664d4ea62ddc13d0a0b3944b74d8678469;hp=77c07f54cc78060af9c6cfe7424fa84757900971;hb=1ee89902de184a640c171ae3285bff6882a791bd;hpb=df70e07e24add1869bcc9b7af2277d9d0c09a281 diff --git a/imap/imap.h b/imap/imap.h index 77c07f5..6d661e6 100644 --- a/imap/imap.h +++ b/imap/imap.h @@ -1,20 +1,11 @@ /* + * Copyright notice from original mutt: * Copyright (C) 1996-8 Michael R. Elkins * Copyright (C) 2000-3 Brendan Cully - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * + * This file is part of mutt-ng, see http://www.muttng.org/. + * It's licensed under the GNU General Public License, + * please see the file GPL in the top level source directory. */ #ifndef _IMAP_H @@ -22,7 +13,7 @@ #include "account.h" #include "browser.h" -#include "mailbox.h" +#include "mx.h" /* -- data structures -- */ typedef struct { @@ -40,6 +31,7 @@ int imap_sync_mailbox (CONTEXT * ctx, int expunge, int *index_hint); void imap_close_mailbox (CONTEXT * ctx); int imap_buffy_check (char *path); int imap_mailbox_check (char *path, int new); +int imap_search (CONTEXT* ctx, const pattern_t* pat); int imap_subscribe (char *path, int subscribe); int imap_complete (char *dest, size_t dlen, char *path);