From: markus schnalke Date: Thu, 12 Apr 2012 21:05:47 +0000 (+0200) Subject: mhshow/mhstore: Removed support for retrieving message/external-body parts. X-Git-Tag: mmh-thesis-end~91 X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;ds=sidebyside;h=55e1d8c654ee0f7c45b9361ce34617983b454c32;hp=55e1d8c654ee0f7c45b9361ce34617983b454c32;p=mmh 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.) ---