date and time created 83/02/11 15:45:06 by rrh
[unix-history] / usr / src / usr.bin / mail / glob.h
index b237861..e326406 100644 (file)
@@ -4,7 +4,7 @@
  */
 
 /*
  */
 
 /*
- * Sccs Id = "@(#)glob.h       2.7 %G%";
+ * Sccs Id = "@(#)glob.h       2.9 %G%;
  */
 
 int    msgCount;                       /* Count of messages read in */
  */
 
 int    msgCount;                       /* Count of messages read in */
@@ -53,7 +53,9 @@ struct        message *dot;                   /* Pointer to current message */
 struct message *message;               /* The actual message structure */
 struct var     *variables[HSHSIZE];    /* Pointer to active var list */
 struct grouphead       *groups[HSHSIZE];/* Pointer to active groups */
 struct message *message;               /* The actual message structure */
 struct var     *variables[HSHSIZE];    /* Pointer to active var list */
 struct grouphead       *groups[HSHSIZE];/* Pointer to active groups */
+struct ignore          *ignore[HSHSIZE];/* Pointer to ignored fields */
 char   **altnames;                     /* List of alternate names for user */
 char   **altnames;                     /* List of alternate names for user */
+char   **localnames;                   /* List of aliases for our local host */
 int    debug;                          /* Debug flag set */
 int    rmail;                          /* Being called as rmail */
 
 int    debug;                          /* Debug flag set */
 int    rmail;                          /* Being called as rmail */