Commit 883cb1b1 883cb1b1bfb008964c3b3ad79665e8ed9d8212cb by Alain Magloire

add new prototype mailbox_recent_count

1 parent 4ff4f025
1 /* GNU mailutils - a suite of utilities for electronic mail 1 /* GNU mailutils - a suite of utilities for electronic mail
2 Copyright (C) 1999, 2000 Free Software Foundation, Inc. 2 Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
3 3
4 This program is free software; you can redistribute it and/or modify 4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU Library General Public License as published by 5 it under the terms of the GNU Library General Public License as published by
...@@ -58,6 +58,7 @@ extern int mailbox_set_folder __P ((mailbox_t, folder_t)); ...@@ -58,6 +58,7 @@ extern int mailbox_set_folder __P ((mailbox_t, folder_t));
58 extern int mailbox_get_message __P ((mailbox_t, size_t msgno, message_t *)); 58 extern int mailbox_get_message __P ((mailbox_t, size_t msgno, message_t *));
59 extern int mailbox_append_message __P ((mailbox_t, message_t)); 59 extern int mailbox_append_message __P ((mailbox_t, message_t));
60 extern int mailbox_messages_count __P ((mailbox_t, size_t *)); 60 extern int mailbox_messages_count __P ((mailbox_t, size_t *));
61 extern int mailbox_recent_count __P ((mailbox_t, size_t *));
61 extern int mailbox_expunge __P ((mailbox_t)); 62 extern int mailbox_expunge __P ((mailbox_t));
62 63
63 /* Update and scanning. */ 64 /* Update and scanning. */
......