aboutsummaryrefslogtreecommitdiff
path: root/doc/upgrade.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-04-20 20:51:36 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-04-20 20:51:36 +0300
commitaa069e02aea99ef03af61c3e3e686043afa6d629 (patch)
tree06c1873d02aaed2c4a96c2a7f8461f863fa046dd /doc/upgrade.texi
parent5267944420348b8f09368c21bfb8fb378a5cb901 (diff)
downloadmailfromd-aa069e02aea99ef03af61c3e3e686043afa6d629.tar.gz
mailfromd-aa069e02aea99ef03af61c3e3e686043afa6d629.tar.bz2
Update for compatibility with Mailutils HEAD.
* configure.ac: Check for struct mu_argp_node_list. * doc/upgrade.texi: Replace itemize with enumerate. * lib/mudefs.h: New file. * lib/Makefile.am (noinst_HEADERS): Add mudefs.h * pmult/pmult.c: Include mudefs.h (parse_opt): Use MUDEF_ARGP_NODE_LIST instead of struct mu_argp_node_list. * smap/smap.c: Likewise.
Diffstat (limited to 'doc/upgrade.texi')
-rw-r--r--doc/upgrade.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/upgrade.texi b/doc/upgrade.texi
index cc7c8f96..d95fdad4 100644
--- a/doc/upgrade.texi
+++ b/doc/upgrade.texi
@@ -84,7 +84,7 @@ and will create a script for upgrading them.
To upgrade your filter scripts, follow the steps below:
-@itemize 1
+@enumerate 1
@item
Run @samp{mailfromd --lint}. You will see a list of warnings similar
to this:
@@ -121,7 +121,7 @@ Now you can remove the upgrade script:
@smallexample
$ rm /tmp/mailfromd-newconf.sh
@end smallexample
-@end itemize
+@end enumerate
Notice, that the conversion script attempts to fix only deprecation
warnings. It will not try to correct any other type of warnings or

Return to:

Send suggestions and report system problems to the System administrator.