*/
struct swit anoyes[] = {
- { "no", 0 },
- { "yes", 0 },
- { NULL, 0 }
+ { "no", 0, 0 },
+ { "yes", 0, 1 },
+ { NULL, 0, 0 }
};
/*
*/
char *catproc = "/bin/cat";
-/*
- * mhl runs this program as a visual-end.
- */
-
-char *faceproc = NULL;
-
/*
* This program is usually called directly by users, but it is
* also invoked by the post program to process an "Fcc", or by
* draft message.
*/
-char *lproc = DEFAULT_PAGER;
+char *lproc = NULL;
/*
* This is the path for the Bell equivalent mail program.
* or message parts of type text/plain.
*/
-char *moreproc = DEFAULT_PAGER;
+char *moreproc = NULL;
/*
* This is the program (mhl) used to filter messages. It is
char *rcvstoreproc = nmhlibdir (/rcvstore);
-/*
- * This program is called to remove a folder.
- */
-
-char *rmfproc = nmhbindir (/rmf);
-
/*
* This program is called to remove a message by rmm or refile -nolink.
* It's usually empty, which means to rename the file to a backup name.
char *whomproc = nmhbindir (/whom);
-/*
- * This is the editor invoked by the various message
- * composition programs. It SHOULD be a full screen
- * editor, such as vi or emacs, but any editor will work.
- */
-
-char *defaulteditor = DEFAULT_EDITOR;
-
/*
* This is the global nmh alias file. It is somewhat obsolete, since
* global aliases should be handled by the Mail Transport Agent (MTA).