summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-09-04 08:17:11 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-09-04 08:17:11 +0000
commit5111a5894cde2f75575e1e532c96a8a9fe67e07b (patch)
tree1f2fc21e16be97ffadeda55951d7cdb00d4469ef
parentd437895355bf869a3f41f40b57c1b1f0c99af319 (diff)
downloadmailutils-5111a5894cde2f75575e1e532c96a8a9fe67e07b.tar.gz
mailutils-5111a5894cde2f75575e1e532c96a8a9fe67e07b.tar.bz2
Rebuild master menu
-rw-r--r--doc/texinfo/mailutils.texi252
1 files changed, 252 insertions, 0 deletions
diff --git a/doc/texinfo/mailutils.texi b/doc/texinfo/mailutils.texi
index 118fcc5ad..428f2f99f 100644
--- a/doc/texinfo/mailutils.texi
+++ b/doc/texinfo/mailutils.texi
@@ -106,6 +106,258 @@ Indices
* Program Index:: All Mailutils Programs.
* Concept Index:: Index of Concepts.
+@detailmenu
+ --- The Detailed Node Listing ---
+
+Mailutils Programs
+
+* configuration:: Common Configuration File.
+* authentication:: Authorization and Authentication Principles.
+
+* frm and from:: List Headers from a Mailbox.
+* mail:: Send and Receive Mail.
+* messages:: Count the Number of Messages in a Mailbox.
+* movemail:: Moves Mail from the User Maildrop to the Local File.
+* readmsg:: Extract Messages from a Folder.
+
+* sieve:: Mail Filtering Utility.
+* guimb:: Mailbox Scanning and Processing Language.
+
+* mail.local:: Deliver Mail to the Local Mailbox.
+* mail.remote:: Pseudo-Sendmail Interface for Mail Delivery.
+
+* mimeview:: Universal File Viewer.
+
+* pop3d:: POP3 Daemon.
+* imap4d:: IMAP4 Daemon.
+* comsatd:: Comsat Daemon.
+
+* mh:: The MH Message Handling System.
+
+* mailutils-config:: Get the Information about the Mailutils Build.
+
+Mailutils Configuration File
+
+* common:: Options understood by most @sc{gnu} utilities.
+* mailbox:: Specifies the mail spool location, and locking strategy.
+* mailer:: Sets the mailer URL.
+* address:: Specifies the default email address and domain.
+* daemon:: Options common for daemon programs.
+* auth:: Authentication-specific options.
+* encryption:: Encryption options.
+* logging:: Logging control options.
+* sieve: sieve group. Sieve specific options
+* config sample:: A sample configuration file.
+
+@command{mail} --- Send and Receive Mail
+
+* Invoking Mail:: Command Line Options.
+* Specifying Messages:: How to Specify Message Sets.
+* Composing Mail:: Composing Mail.
+* Reading Mail:: Reading Mail.
+* Scripting:: Scripting.
+* Mail Variables:: How to Alter the Behavior of @command{mail}.
+* Mail Configuration Files:: Personal and System-wide Configuration Files.
+
+Composing Mail
+
+* Quitting Compose Mode::
+* Getting Help on Compose Escapes::
+* Editing the Message::
+* Modifying the Headers::
+* Enclosing Another Message::
+* Adding a File to the Message::
+* Printing And Saving the Message::
+* Signing the Message::
+* Printing Another Message::
+* Inserting Value of a Mail Variable::
+* Executing Other Mail Commands::
+* Executing Shell Commands::
+
+Reading Mail
+
+* Quitting the Program::
+* Obtaining Online Help::
+* Moving Within a Mailbox::
+* Changing mailbox/directory::
+* Controlling Header Display::
+* Displaying Information::
+* Displaying Messages::
+* Marking Messages::
+* Disposing of Messages::
+* Saving Messages::
+* Editing Messages::
+* Aliasing::
+* Replying::
+* Controlling Sender Fields::
+* Incorporating New Mail::
+* Shell Escapes::
+
+@command{movemail} --- Moves Mail from the User Maildrop to the Local File
+
+* Movemail Options:: Description of the Available Options
+* Summary:: Short Movemail Invocation Summary
+
+@command{sieve}
+
+* sieve interpreter:: A Sieve Interpreter
+* sieve.scm:: A Sieve to Scheme Translator and Filter
+
+A Sieve Interpreter
+
+* Invoking Sieve::
+* Logging and Debugging::
+* Extending Sieve::
+
+@command{guimb} --- A Mailbox Scanning and Processing Language
+
+* Specifying Scheme Program to Execute::
+* Specifying Mailboxes to Operate Upon::
+* Passing Options to Scheme::
+* Command Line Option Summary::
+
+@command{mail.local} --- Deliver Mail to the Local Mailbox
+
+* Invocation:: Mail.local options
+* MTA:: Using mail.local with various MTAs
+* Mailbox Quotas:: Setting up mailbox quotas.
+* Sieve Filters:: Implementing user-defined Sieve mail filters.
+* Scheme Filters:: Implementing user-defined Scheme mail filters.
+
+Using @command{mail.local} with Various MTAs
+
+* Sendmail:: Using @command{mail.local} with Sendmail.
+* Exim:: Using @command{mail.local} with Exim.
+
+Setting up Mailbox Quotas
+
+* DBM Quotas:: Keeping Quotas in DBM Database.
+* SQL Quotas:: Keeping Quotas in SQL Database.
+
+POP3 Daemon
+
+* Login delay::
+* Auto-expire::
+* Bulletins::
+* Command line options::
+
+IMAP4 Daemon
+
+* Namespace:: Namespace.
+* Starting imap4d:: Invocation Options.
+
+Comsat Daemon
+
+* Starting comsatd:: Invocation.
+* Configuring comsatd:: Configuration of @command{comsatd}.
+* dot.biffrc:: A per-user configuration file.
+
+Configuring @command{comsatd}
+
+* General Settings::
+* Security Settings::
+* Access Control Lists::
+
+@acronym{MH} --- The MH Message Handling System
+
+* Diffs:: Major differences between Mailutils MH and other MH
+ implementations.
+
+Major differences between Mailutils MH and other MH implementations
+
+* Format String Diffs::
+* Profile Variable Diffs::
+* Program Diffs::
+
+@command{mailutils-config} --- Get the Information about the Mailutils Build
+
+* Compiler Flags:: Getting Compiler Flags.
+* Loader Flags:: Getting Loader Flags.
+* General Information:: Obtaining General Build Information.
+
+Mailutils Libraries
+
+* libmailbox:: The Core Library.
+* libmuauth:: Auxiliary Library for Authenticating Users.
+* libmu_scm:: Mailutils to Scheme Interface.
+* libsieve:: GNU Implementation of Sieve Mail Filtering.
+
+Framework
+
+* Folder:: Folder.
+* Mailbox:: Mailbox.
+* Mailer:: Protocol Used to Send Mail.
+* Message:: Message.
+* Envelope:: Envelope.
+* Headers:: Headers.
+* Body:: Body.
+* Attribute:: Attribute.
+* Stream:: Stream.
+* Iterator:: Iterator.
+* Authenticator:: Authenticator.
+* Address:: Address.
+* Locker:: Locker.
+* URL:: Uniform Resource Locators.
+* Parse822:: Parsing RFC 822 headers.
+* Mailcap:: Parsing RFC 1524 file.
+
+Authentication Library
+
+* Data Types::
+* Initializing libmuauth::
+* Module Creation and Destruction::
+* Obtaining Authorization Information::
+* Existing Modules::
+* Using libmuauth in Your Programs::
+
+Mailutils to Scheme Interface
+
+* Address Functions::
+* Mailbox Functions::
+* Message Functions::
+* MIME Functions::
+* Logging Functions::
+* Other Functions::
+
+Using @file{libmu_scm}
+
+* Direct Linking::
+* Dynamic Linking::
+
+Sieve Library
+
+* Sieve Data Types::
+* Manipulating the Sieve Machine::
+* Logging and Diagnostic Functions::
+* Symbol Space Functions::
+* Memory Allocation::
+* Compiling and Executing the Script::
+* Writing Loadable Commands::
+
+Sieve Language
+
+* Lexical Structure::
+* Syntax::
+* Preprocessor::
+* Require Statement::
+* Comparators::
+* Tests::
+* Actions::
+* GNU Extensions::
+
+Syntax
+
+* Commands::
+* Actions Described::
+* Control Flow::
+* Tests and Conditions::
+
+Preprocessor
+
+* #include:: Include the contents of a file.
+* #searchpath:: Modify the current search path.
+
+@end detailmenu
@end menu
@node Introduction, Programs, Top, Top

Return to:

Send suggestions and report system problems to the System administrator.