Commit e828d34d e828d34d3a19d696b0ef3c811decb4069ad1ac58 by Sergey Poznyakoff

Included parse822 as extra node.

1 parent 676afe5a
......@@ -13,7 +13,7 @@
* Address:: Address.
* Locker:: Locker.
* URL:: Uniform Resource Locators.
* Parse822:: Parsing RFC 822 headers
@end menu
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
@cindex URL
@include url.texi
@node Parse822
@section Parse822 --- Functions for Parsing RFC 822 Headers
@include parse822.texi
......