summaryrefslogtreecommitdiff
path: root/mh/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-11-24 22:45:47 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-11-24 22:45:47 +0200
commitc3b9cfe405a73936906f5c81d83a1fa190c932f8 (patch)
treee3621c85fada8d26f7f6f23acc4d7fb3924e5b09 /mh/tests
parente53b55870dd3c4166ea6658ea679d608e500172a (diff)
downloadmailutils-c3b9cfe405a73936906f5c81d83a1fa190c932f8.tar.gz
mailutils-c3b9cfe405a73936906f5c81d83a1fa190c932f8.tar.bz2
mh: minor changes in forw and repl; provide a set of traditional scan formats.
* mh/.gitignore: Update. * mh/compcommon.c (mh_comp_draft): Rewrite using mh_find_file and simplify. All callers changed. * mh/mh.h (mh_comp_draft): Change signature. * mh/comp.c (opt_handler) <ARGP_KEY_FINI>: Make sure formfile is initialized. * mh/forw.c: Likewise. * mh/repl.c (opt_handler): Remove unused variable. * mh/tests/comp.at (compcmd): Remove -form. * mh/tests/forw.at (forwcmd): Likewise. * mh/etc/.gitignore: New file. * mh/etc/Makefile.am: New file. * mh/etc/forwcomps: New file. * mh/etc/scan.default: New file. * mh/etc/scan.mailx: New file. * mh/etc/scan.size: New file. * mh/etc/scan.time: New file. * mh/etc/scan.timely: New file.
Diffstat (limited to 'mh/tests')
-rw-r--r--mh/tests/comp.at4
-rw-r--r--mh/tests/forw.at4
2 files changed, 2 insertions, 6 deletions
diff --git a/mh/tests/comp.at b/mh/tests/comp.at
index 4ffa81b25..fee2040b8 100644
--- a/mh/tests/comp.at
+++ b/mh/tests/comp.at
@@ -15,9 +15,7 @@
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
m4_pushdef([MH_KEYWORDS],[comp])
-m4_pushdef([compcmd],[comp dnl
--form components dnl
--editor $abs_top_srcdir/mh/tests/mhed])
+m4_pushdef([compcmd],[comp -editor $abs_top_srcdir/mh/tests/mhed])
MH_CHECK([comp -file],[comp00 comp-file],[
dir=`pwd`
diff --git a/mh/tests/forw.at b/mh/tests/forw.at
index 16c83da61..0b6812223 100644
--- a/mh/tests/forw.at
+++ b/mh/tests/forw.at
@@ -15,9 +15,7 @@
# along with GNU Mailutils. If not, see <http://www.gnu.org/licenses/>.
m4_pushdef([MH_KEYWORDS],[forw])
-m4_pushdef([forwcmd],[forw dnl
--form components dnl
--editor $abs_top_srcdir/mh/tests/mhed])
+m4_pushdef([forwcmd],[forw -editor $abs_top_srcdir/mh/tests/mhed])
MH_CHECK([forw msg],[forw00 forw-msg],[
mkdir Mail/inbox

Return to:

Send suggestions and report system problems to the System administrator.