diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-09-06 17:46:20 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-09-06 17:46:20 +0200 |
commit | 98924a7fa1cae390f30d6daf4fcfd05cbfd80ffe (patch) | |
tree | 2e641b3937d375b8de4bd7972233c19a279d08dd /GNUmakefile | |
parent | 3a67663a5da60756159461ec976dee8b71308330 (diff) | |
download | mblaze-98924a7fa1cae390f30d6daf4fcfd05cbfd80ffe.tar.gz mblaze-98924a7fa1cae390f30d6daf4fcfd05cbfd80ffe.tar.xz mblaze-98924a7fa1cae390f30d6daf4fcfd05cbfd80ffe.zip |
mhdr: add -p to extract MIME parameters
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 9430a18..b8d70d4 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -28,7 +28,7 @@ maddr magrep mdeliver mexport mflag mflow mgenmid mhdr mpick mscan msed mshow \ maddr magrep mexport mflag mgenmid mhdr mlist mpick mscan msed mseq mshow msort \ mthread : seq.o slurp.o maddr magrep mflow mhdr mpick mscan mshow : rfc2047.o -magrep mflow mshow : rfc2045.o +magrep mflow mhdr mshow : rfc2045.o mshow : filter.o safe_u8putstr.o rfc2231.o pipeto.o mscan : pipeto.o msort : mystrverscmp.o |