]> diplodocus.org Git - nmh/blobdiff - h/mts.h
Update XOAUTH2 documentation.
[nmh] / h / mts.h
diff --git a/h/mts.h b/h/mts.h
index 8df4ae4f8dcd1b48291a1e60be90626643df55cd..1e3b9c8393710071df137854ba0cfe1106708cb9 100644 (file)
--- a/h/mts.h
+++ b/h/mts.h
@@ -1,6 +1,4 @@
-
-/*
- * mts.h -- definitions for the mail system
+/* mts.h -- definitions for the mail system
  */
 
 /*
@@ -19,17 +17,16 @@ extern char *uucplfil;
 extern char *spoollocking;
 
 #define        MAILDIR (mmdfldir && *mmdfldir ? mmdfldir : getenv ("HOME"))
-#define        MAILFIL (mmdflfil && *mmdflfil ? mmdflfil : getusername ())
+#define        MAILFIL (mmdflfil && *mmdflfil ? mmdflfil : getusername (1))
 
-char *getusername(void);
+char *getusername(int);
 char *getfullname(void);
 char *getlocalmbox(void);
 
 /*
  * Separators
  */
-extern char *mmdlm1;
-extern char *mmdlm2;
+#define MMDF_DELIM "\001\001\001\001\n"
 
 /*
  * Read mts.conf file