Added new includes.
(mh_open_msg_file,mh_usedraft): New functions.
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -42,6 +42,8 @@ | ... | @@ -42,6 +42,8 @@ |
42 | #include <mailutils/errno.h> | 42 | #include <mailutils/errno.h> |
43 | #include <mailutils/nls.h> | 43 | #include <mailutils/nls.h> |
44 | #include <mailutils/argcv.h> | 44 | #include <mailutils/argcv.h> |
45 | #include <mailutils/debug.h> | ||
46 | #include <mailutils/mailer.h> | ||
45 | 47 | ||
46 | #include <mu_asprintf.h> | 48 | #include <mu_asprintf.h> |
47 | #include <getline.h> | 49 | #include <getline.h> |
... | @@ -210,6 +212,7 @@ void mh_init __P((void)); | ... | @@ -210,6 +212,7 @@ void mh_init __P((void)); |
210 | void mh_init2 __P((void)); | 212 | void mh_init2 __P((void)); |
211 | void mh_read_profile __P((void)); | 213 | void mh_read_profile __P((void)); |
212 | int mh_read_formfile __P((char *name, char **pformat)); | 214 | int mh_read_formfile __P((char *name, char **pformat)); |
215 | mailbox_t mh_open_msg_file (char *file_name); | ||
213 | 216 | ||
214 | char *mh_global_profile_get __P((char *name, char *defval)); | 217 | char *mh_global_profile_get __P((char *name, char *defval)); |
215 | int mh_global_profile_set __P((const char *name, const char *value)); | 218 | int mh_global_profile_set __P((const char *name, const char *value)); | ... | ... |
-
Please register or sign in to post a comment