mhshow/mhstore: Removed support for retrieving message/external-body parts.
authormarkus schnalke <meillo@marmaro.de>
Thu, 12 Apr 2012 21:05:47 +0000 (23:05 +0200)
committermarkus schnalke <meillo@marmaro.de>
Thu, 12 Apr 2012 21:05:47 +0000 (23:05 +0200)
commit55e1d8c654ee0f7c45b9361ce34617983b454c32
tree797f1f26a09602440e267d5f3295fc1344041ea5
parentc164fa6824a65205d96c9d1450dc656bec66553a
mhshow/mhstore: Removed support for retrieving message/external-body parts.
These tools won't download the contents automatically anymore. Instead,
they print the information needed to get the contents. If someone should
really receive one of those rare message/external-body messages, he can
do the job manually. We save nearly a thousand lines of code. That's worth
it!
(The profile entry `nmh-access-ftp' and sbr/ruserpass.c for reading
~/.netrc are gone now.)
15 files changed:
config/config.c
h/mh.h
h/mhparse.h
h/prototypes.h
man/mhlist.man1
man/mhshow.man1
man/mhstore.man1
sbr/Makefile.in
sbr/ruserpass.c [deleted file]
uip/mhbuild.c
uip/mhfree.c
uip/mhlistsbr.c
uip/mhparse.c
uip/mhshowsbr.c
uip/mhstore.c