Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
883cb1b1
...
883cb1b1bfb008964c3b3ad79665e8ed9d8212cb
authored
2001-01-26 04:50:58 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add new prototype mailbox_recent_count
1 parent
4ff4f025
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
include/mailutils/mailbox.h
include/mailutils/mailbox.h
View file @
883cb1b
/* GNU mailutils - a suite of utilities for electronic mail
Copyright (C) 1999, 2000 Free Software Foundation, Inc.
Copyright (C) 1999, 2000
, 2001
Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
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));
extern
int
mailbox_get_message
__P
((
mailbox_t
,
size_t
msgno
,
message_t
*
));
extern
int
mailbox_append_message
__P
((
mailbox_t
,
message_t
));
extern
int
mailbox_messages_count
__P
((
mailbox_t
,
size_t
*
));
extern
int
mailbox_recent_count
__P
((
mailbox_t
,
size_t
*
));
extern
int
mailbox_expunge
__P
((
mailbox_t
));
/* Update and scanning. */
...
...
Please
register
or
sign in
to post a comment