summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-11-12 12:39:27 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-11-12 12:39:27 +0000
commit631bdce56a4f2d1f64d814eef4019b7cf58f0ab6 (patch)
tree5ba4014f4c22b90c070383193e88b3a11c47d200
parent40f7336964a293291b0ed2082cd7ab7a78e093fc (diff)
downloadmailutils-631bdce56a4f2d1f64d814eef4019b7cf58f0ab6.tar.gz
mailutils-631bdce56a4f2d1f64d814eef4019b7cf58f0ab6.tar.bz2
(struct _amd_data. qfetch): New member.
-rw-r--r--libproto/include/amd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libproto/include/amd.h b/libproto/include/amd.h
index cbf6b586b..505b48df6 100644
--- a/libproto/include/amd.h
+++ b/libproto/include/amd.h
@@ -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);

Return to:

Send suggestions and report system problems to the System administrator.