#define NMH_ATTACH_HEADER "Nmh-Attachment" /* Default header for -attach */
+/*
+ * credentials management
+ */
+struct nmh_creds {
+ char *host;
+ char *user;
+ char *password;
+};
+
+typedef struct nmh_creds *nmh_creds_t;
+
/*
* miscellaneous macros
*/
extern char *components;
extern char *context;
extern char *current;
+extern char *credentials_file;
extern char *defaultfolder;
extern char *digestcomps;
extern char *distcomps;