Commit 0a34a428 0a34a4288479b4857b536a995fec6ec8cc9eca29 by Sam Roberts

The info docs were getting installed in the "Miscellaneous" section

of the info directory, now they go in GNU Libraries, with links to
the programs under GNU Utilities, as seemed to be suggested by the
texinfo docs. Maybe there's a better convention?
1 parent a467f373
......@@ -24,8 +24,22 @@
@syncodeindex tp fn
@ifinfo
@dircategory GNU libraries
@direntry
* mailutils: (libmailutils). The GNU mailutils library API.
* mailutils: (mailutils). API for mailboxes and mail protocols
@end direntry
@dircategory GNU utilities
@direntry
* comsatd: (mailutils)comsatd. Comsat daemon
* frm: (mailutils)frm. List headers from a mailbox
* guimb: (mailutils)guimb. Mailbox scanning and processing language
* imap4d: (mailutils)imap4d. IMAP4 daemon
* mail.local: (mailutils)mail.local. Deliver mail to the local mailbox
* mail: (mailutils)mail. Send and receive mail
* messages: (mailutils)messages. Count the number of messages in a mailbox
* pop3d: (mailutils)pop3d. POP3 daemon
* readmsg: (mailutils)readmsg. Extract messages from a folder
* sieve: (mailutils)sieve. Mail filtering utility
@end direntry
This file documents @sc{mailutils}, library API.
......
......@@ -14,7 +14,7 @@ GNU Mailutils provides a set of programs for handling the email.
* mail.local:: Deliver mail to the local mailbox.
* messages:: Count the number of messages in a mailbox.
* readmsg:: Extract messages from a folder.
* sieve:: Filter a mailbox.
* sieve:: Mail filtering utility.
* guimb:: Mailbox scanning and processing language.
* comsatd:: Comsat daemon.
@end menu
......