(mh_format_dump, mh_my_email): New function.
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -198,6 +198,7 @@ int mh_check_folder __P((char *pathname, int confirm)); | ... | @@ -198,6 +198,7 @@ int mh_check_folder __P((char *pathname, int confirm)); |
198 | 198 | ||
199 | int mh_format __P((mh_format_t *fmt, message_t msg, size_t msgno, | 199 | int mh_format __P((mh_format_t *fmt, message_t msg, size_t msgno, |
200 | char *buffer, size_t bufsize)); | 200 | char *buffer, size_t bufsize)); |
201 | void mh_format_dump __P((mh_format_t *fmt)); | ||
201 | int mh_format_parse __P((char *format_str, mh_format_t *fmt)); | 202 | int mh_format_parse __P((char *format_str, mh_format_t *fmt)); |
202 | void mh_format_free __P((mh_format_t *fmt)); | 203 | void mh_format_free __P((mh_format_t *fmt)); |
203 | mh_builtin_t *mh_lookup_builtin __P((char *name, int *rest)); | 204 | mh_builtin_t *mh_lookup_builtin __P((char *name, int *rest)); |
... | @@ -227,6 +228,8 @@ char *mh_get_dir __P((void)); | ... | @@ -227,6 +228,8 @@ char *mh_get_dir __P((void)); |
227 | char *mh_expand_name __P((const char *name, int is_folder)); | 228 | char *mh_expand_name __P((const char *name, int is_folder)); |
228 | 229 | ||
229 | int mh_is_my_name __P((char *name)); | 230 | int mh_is_my_name __P((char *name)); |
231 | char * mh_my_email __P((void)); | ||
232 | |||
230 | int mh_iterate __P((mailbox_t mbox, mh_msgset_t *msgset, | 233 | int mh_iterate __P((mailbox_t mbox, mh_msgset_t *msgset, |
231 | mh_iterator_fp itr, void *data)); | 234 | mh_iterator_fp itr, void *data)); |
232 | 235 | ... | ... |
-
Please register or sign in to post a comment