Split nmh dir into mmh dir (~/.mmh) and mail storage (~/Mail).
[mmh] / h / mh.h
diff --git a/h/mh.h b/h/mh.h
index 8ca6c44..0c0d81f 100644 (file)
--- a/h/mh.h
+++ b/h/mh.h
@@ -282,9 +282,12 @@ extern char ctxflags;
 
 extern char *invo_name;      /* command invocation name         */
 extern char *mypath;         /* user's $HOME                    */
+extern char *mmhdir;
+extern char *mmhpath;
 extern char *defpath;        /* pathname of user's profile      */
 extern char *ctxpath;        /* pathname of user's context      */
 extern struct node *m_defs;  /* list of profile/context entries */
+extern char *mailstore;      /* name of mail storage directory  */
 
 /*
 ** These standard strings are defined in config.c.  They are the
@@ -298,6 +301,7 @@ extern char *altmsglink;
 extern char *catproc;
 extern char *components;
 extern char *context;
+extern char *curfolder;
 extern char *current;
 extern char *defaulteditor;
 extern char *defaultfolder;
@@ -312,9 +316,8 @@ extern char *inbox;
 extern char *incproc;
 extern char *installproc;
 extern char *lproc;
+extern char *mhetcdir;
 extern char *mailproc;
-extern char *mh_defaults;
-extern char *mh_profile;
 extern char *mh_seq;
 extern char *mhlformat;
 extern char *mhlforward;
@@ -329,7 +332,7 @@ extern char *nmhprivcache;
 extern char *nsequence;
 extern char *packproc;
 extern char *postproc;
-extern char *curfolder;
+extern char *profile;
 extern char *psequence;
 extern char *rcvdistcomps;
 extern char *rcvstoreproc;