Removed the altmsglink (named `@') and env var `$editalt' for repl and dist.
authormarkus schnalke <meillo@marmaro.de>
Tue, 1 May 2012 15:16:34 +0000 (17:16 +0200)
committermarkus schnalke <meillo@marmaro.de>
Tue, 1 May 2012 15:16:34 +0000 (17:16 +0200)
commit30292c537fe4eab052f303f1d3179c0e2fd037d8
treed7777033d3352c5fe6c44396454fa38c79f28439
parent5c43bb739797c078c3fd6aa982183e15af456d31
Removed the altmsglink (named `@') and env var `$editalt' for repl and dist.
The env var $mhaltmsg already provides everything. We just get rid of
compat redundancy.
We also dropped the lstat() check. lstat() is POSIX and we assume any
modern Unix system to support symbolic links. Also, there's only one
invocation of lstat() left in uip/flist.c.
12 files changed:
config/config.c
configure.ac
h/mh.h
man/dist.man1
man/mh-profile.man5
man/repl.man1
sbr/folder_read.c
sbr/readconfig.c
uip/mhparam.c
uip/rmf.c
uip/whatnow.c
uip/whatnowproc.c