Commit 8747a68b 8747a68b4b35ae763d60b7ba455fc20ccef708bb by Alain Magloire

mailutils.texi

new format.
1 parent a28ea9ec
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
26 26
27 @ifinfo 27 @ifinfo
28 @direntry 28 @direntry
29 * mailutils: (libmailutils). The GNU mailutils library API. 29 * mailutils: (libmailutils). The GNU mailutils library API.
30 @end direntry 30 @end direntry
31 This file documents @sc{mailutils}, library API. 31 This file documents @sc{mailutils}, library API.
32 32
...@@ -68,7 +68,7 @@ by the Foundation. ...@@ -68,7 +68,7 @@ by the Foundation.
68 68
69 @page 69 @page
70 @vskip 0pt plus 1filll 70 @vskip 0pt plus 1filll
71 Copyright @copyright{} 1999 Free Software Foundation, Inc. 71 Copyright @copyright{} 1999, 2000 Free Software Foundation, Inc.
72 72
73 @sp 2 73 @sp 2
74 Published by the Free Software Foundation, @* 74 Published by the Free Software Foundation, @*
...@@ -105,7 +105,6 @@ This document was produced for version @value{VERSION} of @sc{gnu} ...@@ -105,7 +105,6 @@ This document was produced for version @value{VERSION} of @sc{gnu}
105 * Introduction:: GNU @sc{Mailutils} Programmer's manual. 105 * Introduction:: GNU @sc{Mailutils} Programmer's manual.
106 * Mailbox:: Mailbox API. 106 * Mailbox:: Mailbox API.
107 * Mailer:: Protocol Use to Send Mail. 107 * Mailer:: Protocol Use to Send Mail.
108 * Maildrop:: Creating a Maildrop.
109 * URL:: Unified Ressource Locator. 108 * URL:: Unified Ressource Locator.
110 * Headers:: Headers API. 109 * Headers:: Headers API.
111 * Mime:: Mime API. 110 * Mime:: Mime API.
...@@ -129,7 +128,7 @@ For example writing a simple from command that will list @var{From} and ...@@ -129,7 +128,7 @@ For example writing a simple from command that will list @var{From} and
129 @example 128 @example
130 @include sfrom.c.texi 129 @include sfrom.c.texi
131 @end example 130 @end example
132 131
133 @node Mailbox, Mailer, Introduction, Top 132 @node Mailbox, Mailer, Introduction, Top
134 @comment node-name, next, previous, up 133 @comment node-name, next, previous, up
135 @chapter Mailbox 134 @chapter Mailbox
...@@ -137,21 +136,14 @@ For example writing a simple from command that will list @var{From} and ...@@ -137,21 +136,14 @@ For example writing a simple from command that will list @var{From} and
137 136
138 @include mailbox.texi 137 @include mailbox.texi
139 138
140 @node Mailer, Maildrop , Mailbox, Top 139 @node Mailer, URL , Mailbox, Top
141 @comment node-name, next, previous, up 140 @comment node-name, next, previous, up
142 @chapter Mailer 141 @chapter Mailer
143 @cindex Mailer 142 @cindex Mailer
144 143
145 @include mailer.texi 144 @include mailer.texi
146 145
147 @node Maildrop , URL, Mailer, Top 146 @node URL, Headers , Mailer, Top
148 @comment node-name, next, previous, up
149 @chapter Maildrop
150 @cindex Maildrop
151
152 @include maildrop.texi
153
154 @node URL, Headers , Maildrop, Top
155 @comment node-name, next, previous, up 147 @comment node-name, next, previous, up
156 @chapter URL 148 @chapter URL
157 @cindex URL 149 @cindex URL
......