summaryrefslogtreecommitdiff
path: root/mh/tests/fmtfunc.at
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2017-07-05 18:06:35 +0300
committerSergey Poznyakoff <gray@gnu.org>2017-07-05 18:06:35 +0300
commit9e78589f35c4610a896609368a8ea187e54dac87 (patch)
tree7a4d64e395676afa86d24f09b7cb8a20a90a5b2d /mh/tests/fmtfunc.at
parent57e392b38ccf9132f6e5640766825e71a2397819 (diff)
downloadmailutils-9e78589f35c4610a896609368a8ea187e54dac87.tar.gz
mailutils-9e78589f35c4610a896609368a8ea187e54dac87.tar.bz2
Fix the nohost MH format functionmhfmt
Diffstat (limited to 'mh/tests/fmtfunc.at')
-rw-r--r--mh/tests/fmtfunc.at14
1 files changed, 13 insertions, 1 deletions
diff --git a/mh/tests/fmtfunc.at b/mh/tests/fmtfunc.at
index b8eb66a08..844a7779a 100644
--- a/mh/tests/fmtfunc.at
+++ b/mh/tests/fmtfunc.at
@@ -685,7 +685,19 @@ FMTFUNC([host],
[gnu.org
])
-# FIXME: nohost
+FMTFUNC([nohost],
+[%(nohost{From})
+%(nohost{To})
+%(nohost{Sender})
+],
+[From: gray
+To: mu@example.org
+
+],
+[1
+0
+1
+])
# FIXME: path

Return to:

Send suggestions and report system problems to the System administrator.