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
631bdce5
...
631bdce56a4f2d1f64d814eef4019b7cf58f0ab6
authored
2007-11-12 12:39:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(struct _amd_data. qfetch): New member.
1 parent
40f73369
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
libproto/include/amd.h
libproto/include/amd.h
View file @
631bdce
...
...
@@ -55,7 +55,7 @@ struct _amd_message
size_t
header_lines
;
/* Number of lines in the header part */
size_t
body_lines
;
/* Number of lines in the body */
mu_message_t
message
;
/* Corresponding mu_message_t */
mu_message_t
message
;
/* Corresponding mu_message_t */
struct
_amd_data
*
amd
;
/* Back pointer. */
};
...
...
@@ -68,6 +68,7 @@ struct _amd_data
char
*
(
*
msg_file_name
)
(
struct
_amd_message
*
,
int
deleted
);
int
(
*
scan0
)
(
mu_mailbox_t
mailbox
,
size_t
msgno
,
size_t
*
pcount
,
int
do_notify
);
int
(
*
qfetch
)
(
struct
_amd_data
*
,
mu_message_qid_t
qid
);
int
(
*
msg_cmp
)
(
struct
_amd_message
*
,
struct
_amd_message
*
);
int
(
*
message_uid
)
(
mu_message_t
msg
,
size_t
*
puid
);
size_t
(
*
next_uid
)
(
struct
_amd_data
*
mhd
);
...
...
Please
register
or
sign in
to post a comment