]> diplodocus.org Git - nmh/blobdiff - h/mh.h
mh-sequence.man: document new '=+' and '=-' for selecting relative msgs
[nmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index f5fd66be34d4931f47fa8880cc4ccf766cde8c64..354f3fa5ddd70a2a24d7b8dbb907f0bec2c097d6 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -357,6 +357,17 @@ typedef struct m_getfld_state *m_getfld_state_t;
 
 #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
  */
@@ -405,6 +416,7 @@ extern char *catproc;
 extern char *components;
 extern char *context;
 extern char *current;
+extern char *credentials_file;
 extern char *defaultfolder;
 extern char *digestcomps;
 extern char *distcomps;