Backward incompatibilities:
- Changed exit status of each nmh command's -version and -help
switches from 1 to 0.
-
- The following environment variables were deprecated in nmh 1.5
and are removed from this release:
MHPOPDEBUG (use -snoop command line switch instead)
MM_NOASK (use -nolist and -nopause command line switches instead)
NOMHNPROC (use -nocheckmime command line switch instead)
FACEPROC (undocumented faceproc feature removed)
+- Changed repl and dist default to -noatfile. The default of -atfile
+ was deprecated in nmh 1.5. If there are no requests to maintain
+ -atfile, it will be removed in the future.
.RB ` \-noannotate '
.RB ` \-nodraftfolder '
.RB ` \-inplace '
-.RB ` \-atfile '
+.RB ` \-noatfile '
.fi
.SH CONTEXT
.RB ` \-inplace '
.RB ` \-nomime '
.RB ` \-noquery '
-.RB ` \-atfile '
+.RB ` \-noatfile '
.RB ` "\-width\ 72" '
.fi
int anot = 0, inplace = 1, nedit = 0;
int nwhat = 0, i, in, isdf = 0, out;
int outputlinelen = OUTPUTLINELEN;
- int dat[5], atfile = 1;
+ int dat[5], atfile = 0;
char *cp, *cwd, *maildir, *msgnam, *dfolder = NULL;
char *dmsg = NULL, *ed = NULL, *file = NULL, *folder = NULL;
char *form = NULL, *msg = NULL, buf[BUFSIZ], drft[BUFSIZ];
int i, isdf = 0;
int anot = 0, inplace = 1;
int nedit = 0, nwhat = 0;
- int atfile = 1;
+ int atfile = 0;
int fmtproc = -1;
char *cp, *cwd, *dp, *maildir, *file = NULL;
char *folder = NULL, *msg = NULL, *dfolder = NULL;