Commit e828d34d e828d34d3a19d696b0ef3c811decb4069ad1ac58 by Sergey Poznyakoff

Included parse822 as extra node.

1 parent 676afe5a
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
13 * Address:: Address. 13 * Address:: Address.
14 * Locker:: Locker. 14 * Locker:: Locker.
15 * URL:: Uniform Resource Locators. 15 * URL:: Uniform Resource Locators.
16 16 * Parse822:: Parsing RFC 822 headers
17 @end menu 17 @end menu
18 18
19 Wherever the mail is and whatever format it is stored in, the same operations 19 Wherever the mail is and whatever format it is stored in, the same operations
...@@ -177,3 +177,7 @@ Fran@,{c}ois Pinard <pinard@@bar.org> recode new alpha ...@@ -177,3 +177,7 @@ Fran@,{c}ois Pinard <pinard@@bar.org> recode new alpha
177 @cindex URL 177 @cindex URL
178 178
179 @include url.texi 179 @include url.texi
180
181 @node Parse822
182 @section Parse822 --- Functions for Parsing RFC 822 Headers
183 @include parse822.texi
......