X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/14c29200cb58d3c4a0830265f2433849781858d0..6e379aa69edcac0c46b79aa888fb7650297f6944:/imap/imap.h diff --git a/imap/imap.h b/imap/imap.h index ed59566..74d7e13 100644 --- a/imap/imap.h +++ b/imap/imap.h @@ -1,6 +1,6 @@ /* * Copyright (C) 1996-8 Michael R. Elkins - * Copyright (C) 2000-6 Brendan Cully + * Copyright (C) 2000-7 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 @@ -70,4 +70,6 @@ void imap_pretty_mailbox (char* path); int imap_wait_keepalive (pid_t pid); void imap_keepalive (void); +int imap_account_match (const ACCOUNT* a1, const ACCOUNT* a2); + #endif