BSD 4 development
[unix-history] / usr / src / cmd / ucbmail / glob.h
index 15d9b05..cdba611 100644 (file)
@@ -9,15 +9,18 @@ int   rcvmode;                        /* True if receiving mail */
 int    sawcom;                         /* Set after first command */
 int    hflag;                          /* Sequence number for network -h */
 char   *rflag;                         /* -r address for network */
 int    sawcom;                         /* Set after first command */
 int    hflag;                          /* Sequence number for network -h */
 char   *rflag;                         /* -r address for network */
+char   nosrc;                          /* Don't source /usr/lib/Mail.rc */
 int    selfsent;                       /* User sent self something */
 int    senderr;                        /* An error while checking */
 int    edit;                           /* Indicates editing a file */
 int    selfsent;                       /* User sent self something */
 int    senderr;                        /* An error while checking */
 int    edit;                           /* Indicates editing a file */
+int    noreset;                        /* String resets suspended */
 int    sourcing;                       /* Currently reading variant file */
 FILE   *itf;                           /* Input temp file buffer */
 FILE   *otf;                           /* Output temp file buffer */
 int    image;                          /* File descriptor for image of msg */
 FILE   *input;                         /* Current command input file */
 char   *editfile;                      /* Name of file being edited */
 int    sourcing;                       /* Currently reading variant file */
 FILE   *itf;                           /* Input temp file buffer */
 FILE   *otf;                           /* Output temp file buffer */
 int    image;                          /* File descriptor for image of msg */
 FILE   *input;                         /* Current command input file */
 char   *editfile;                      /* Name of file being edited */
+char   *sflag;                         /* Subject given from non tty */
 int    outtty;                         /* True if standard output a tty */
 int    intty;                          /* True if standard input a tty */
 char   mbox[PATHSIZE];                 /* Name of mailbox file */
 int    outtty;                         /* True if standard output a tty */
 int    intty;                          /* True if standard input a tty */
 char   mbox[PATHSIZE];                 /* Name of mailbox file */
@@ -40,6 +43,7 @@ struct        message *message;               /* The actual message structure */
 struct var     *variables[HSHSIZE];    /* Pointer to active var list */
 struct grouphead       *groups[HSHSIZE];/* Pointer to active groups */
 int    debug;                          /* Debug flag set */
 struct var     *variables[HSHSIZE];    /* Pointer to active var list */
 struct grouphead       *groups[HSHSIZE];/* Pointer to active groups */
 int    debug;                          /* Debug flag set */
+int    rmail;                          /* Being called as rmail */
 
 #include <setjmp.h>
 
 
 #include <setjmp.h>