]> git.llucax.com Git - software/mutt-debian.git/blobdiff - imap/imap.h
new patch from upstream to fix the atime issue
[software/mutt-debian.git] / imap / imap.h
index ed59566bc60c4c45337cdf8d092a000f72b90879..74d7e13d5afef7f6eb59d5f1631c33706fa3e654 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@mutt.org>
 /*
  * Copyright (C) 1996-8 Michael R. Elkins <me@mutt.org>
- * Copyright (C) 2000-6 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 2000-7 Brendan Cully <brendan@kublai.com>
  * 
  *     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
  * 
  *     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_wait_keepalive (pid_t pid);
 void imap_keepalive (void);
 
+int imap_account_match (const ACCOUNT* a1, const ACCOUNT* a2);
+
 #endif
 #endif