(struct _amd_data. qfetch): New member.
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -68,6 +68,7 @@ struct _amd_data | ... | @@ -68,6 +68,7 @@ struct _amd_data |
68 | char *(*msg_file_name) (struct _amd_message *, int deleted); | 68 | char *(*msg_file_name) (struct _amd_message *, int deleted); |
69 | int (*scan0) (mu_mailbox_t mailbox, size_t msgno, size_t *pcount, | 69 | int (*scan0) (mu_mailbox_t mailbox, size_t msgno, size_t *pcount, |
70 | int do_notify); | 70 | int do_notify); |
71 | int (*qfetch) (struct _amd_data *, mu_message_qid_t qid); | ||
71 | int (*msg_cmp) (struct _amd_message *, struct _amd_message *); | 72 | int (*msg_cmp) (struct _amd_message *, struct _amd_message *); |
72 | int (*message_uid) (mu_message_t msg, size_t *puid); | 73 | int (*message_uid) (mu_message_t msg, size_t *puid); |
73 | size_t (*next_uid) (struct _amd_data *mhd); | 74 | size_t (*next_uid) (struct _amd_data *mhd); | ... | ... |
-
Please register or sign in to post a comment