]> diplodocus.org Git - nmh/blobdiff - config/config.c
Make burst(1) be able to burst MIME-formatted messages with message/rfc822
[nmh] / config / config.c
index f78c1478ef112a35e197c12a7574bcb790c844bb..02265c0a6befb8457041cec19a3f4f7d93162cef 100644 (file)
@@ -318,14 +318,6 @@ char *whatnowproc = nmhbindir (/whatnow);
 
 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).