* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page account Representation of an account
+ *
+ * Representation of an account
+ */
+
#include "config.h"
#include "mutt/mutt.h"
#include "account.h"
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page alias Representation of a single alias to an email address
+ *
+ * Representation of a single alias to an email address
+ */
+
#include "config.h"
#include <stddef.h>
#include <errno.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page bcache Body Caching - local copies of email bodies
+ *
+ * Body Caching - local copies of email bodies
+ */
+
#include "config.h"
#include <dirent.h>
#include <errno.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page browser GUI component for displaying/selecting items from a list
+ *
+ * GUI component for displaying/selecting items from a list
+ */
+
#include "config.h"
#include <dirent.h>
#include <errno.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page color Color and attribute parsing
+ *
+ * Color and attribute parsing
+ */
+
#include "config.h"
#include <regex.h>
#include <stdbool.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page commands Manage where the email is piped to external commands
+ *
+ * Manage where the email is piped to external commands
+ */
+
#include "config.h"
#include <errno.h>
#include <limits.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page compose GUI editor for an email's headers
+ *
+ * GUI editor for an email's headers
+ */
+
#include "config.h"
#include <errno.h>
#include <limits.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page curs_lib GUI miscellaneous curses (window drawing) routines
+ *
+ * GUI miscellaneous curses (window drawing) routines
+ */
+
#include "config.h"
#include <stddef.h>
#include <ctype.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page edit GUI basic built-in text editor
+ *
+ * GUI basic built-in text editor
+ */
+
/* Close approximation of the mailx(1) builtin editor for sending mail. */
#include "config.h"
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page enriched Rich text handler
+ *
+ * Rich text handler
+ */
+
/**
* A (not so) minimal implementation of RFC1563.
*/
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page group Handling for email address groups
+ *
+ * Handling for email address groups
+ */
+
#include "config.h"
#include <stdbool.h>
#include <stdlib.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page handler Decide how to display email content
+ *
+ * Decide how to display email content
+ */
+
#include "config.h"
#include <stddef.h>
#include <ctype.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page hdrline String processing routines to generate the mail index
+ *
+ * String processing routines to generate the mail index
+ */
+
#include "config.h"
#include <locale.h>
#include <stdbool.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page help Generate the help-line and help-page and GUI display them
+ *
+ * Generate the help-line and help-page and GUI display them
+ */
+
#include "config.h"
#include <stddef.h>
#include <limits.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page index2 GUI manage the main index (list of emails)
+ *
+ * GUI manage the main index (list of emails)
+ */
+
#include "config.h"
#include <assert.h>
#include <ctype.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page init Config/command parsing
+ *
+ * Config/command parsing
+ */
+
#include "config.h"
#include <ctype.h>
#include <errno.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page keymap Manage keymappings
+ *
+ * Manage keymappings
+ */
+
#include "config.h"
#include <ctype.h>
#include <limits.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page mailbox Representation of a mailbox
+ *
+ * Representation of a mailbox
+ */
+
#include "config.h"
#include <dirent.h>
#include <limits.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page menu GUI present the user with a selectable list
+ *
+ * GUI present the user with a selectable list
+ */
+
#include "config.h"
#include <regex.h>
#include <stdbool.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page monitor Monitor files for changes
+ *
+ * Monitor files for changes
+ */
+
#include "config.h"
#include <errno.h>
#include <limits.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page mutt_attach Handling of email attachments
+ *
+ * Handling of email attachments
+ */
+
#include "config.h"
#include <errno.h>
#include <fcntl.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page mutt_body Representation of the body of an email
+ *
+ * Representation of the body of an email
+ */
+
#include "config.h"
#include <limits.h>
#include <stdbool.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page mutt_header Manipulate an email's header
+ *
+ * Manipulate an email's header
+ */
+
#include "config.h"
#include <limits.h>
#include <stdbool.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page mutt_history Read/write command history from/to a file
+ *
+ * Read/write command history from/to a file
+ */
+
#include "config.h"
#include <stdio.h>
#include "mutt/mutt.h"
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page mutt_lua Integrated Lua scripting
+ *
+ * Integrated Lua scripting
+ */
+
#include "config.h"
#include <lauxlib.h>
#include <limits.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page mutt_parse Miscellaneous email parsing routines
+ *
+ * Miscellaneous email parsing routines
+ */
+
#include "config.h"
#include <regex.h>
#include <stdbool.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page mutt_thread Create/manipulate threading in emails
+ *
+ * Create/manipulate threading in emails
+ */
+
#include "config.h"
#include <limits.h>
#include <stdbool.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page mutt_url Parse and identify different URL schemes
+ *
+ * Parse and identify different URL schemes
+ */
+
#include "config.h"
#include <ctype.h>
#include <stdbool.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page muttlib Some miscellaneous functions
+ *
+ * Some miscellaneous functions
+ */
+
#include "config.h"
#include <ctype.h>
#include <errno.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page myvar Handling of personal config ('my' variables)
+ *
+ * Handling of personal config ('my' variables)
+ */
+
#include "config.h"
#include <stddef.h>
#include "mutt/mutt.h"
*
* Usenet network mailbox type; talk to an NNTP server
*
- * | File | Description |
- * | :------------ | :------------------- |
- * | nntp/newsrc.c | @subpage nntp_newsrc |
- * | nntp/nntp.c | @subpage nntp_nntp |
+ * | File | Description |
+ * | :-------------- | :--------------------- |
+ * | nntp/browse.c | @subpage nntp_browse |
+ * | nntp/complete.c | @subpage nntp_complete |
+ * | nntp/newsrc.c | @subpage nntp_newsrc |
+ * | nntp/nntp.c | @subpage nntp_nntp |
*/
#ifndef MUTT_NNTP_NNTP_H
* | File | Description |
* | :--------------------- | :------------------ |
* | notmuch/mutt_notmuch.c | @subpage nm_notmuch |
+ * | notmuch/nm_db.c | @subpage nm_db |
*/
#ifndef MUTT_NOTMUCH_MUTT_NOTMUCH_H
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page nm_db Notmuch database handling
+ *
+ * Notmuch database handling
+ */
+
#include "config.h"
#include <notmuch.h>
#include <string.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page pager GUI display a file/email/help in a viewport with paging
+ *
+ * GUI display a file/email/help in a viewport with paging
+ */
+
#include "config.h"
#include <ctype.h>
#include <errno.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page pattern Match patterns to emails
+ *
+ * Match patterns to emails
+ */
+
#include "config.h"
#include <stddef.h>
#include <ctype.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page query Routines for querying and external address book
+ *
+ * Routines for querying and external address book
+ */
+
#include "config.h"
#include <regex.h>
#include <stdbool.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page recvattach Routines for managing attachments
+ *
+ * Routines for managing attachments
+ */
+
#include "config.h"
#include <limits.h>
#include <stdbool.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page recvcmd Send/reply with an attachment
+ *
+ * Send/reply with an attachment
+ */
+
#include "config.h"
#include <limits.h>
#include <stdbool.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page remailer Support of Mixmaster anonymous remailer
+ *
+ * Support of Mixmaster anonymous remailer
+ */
+
#include "config.h"
#include <fcntl.h>
#include <stdbool.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page rfc3676 RFC3676 Format Flowed routines
+ *
+ * RFC3676 Format Flowed routines
+ */
+
#include "config.h"
#include <limits.h>
#include <stdbool.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page score Routines for adding user scores to emails
+ *
+ * Routines for adding user scores to emails
+ */
+
#include "config.h"
#include <stdbool.h>
#include <stdlib.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page send Prepare and send an email
+ *
+ * Prepare and send an email
+ */
+
#include "config.h"
#include <errno.h>
#include <limits.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page sendlib Miscellaneous functions for sending an email
+ *
+ * Miscellaneous functions for sending an email
+ */
+
#include "config.h"
#include <errno.h>
#include <fcntl.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page smtp Send email to an SMTP server
+ *
+ * Send email to an SMTP server
+ */
+
/* This file contains code for direct SMTP delivery of email messages. */
#include "config.h"
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page sort Assorted sorting methods
+ *
+ * Assorted sorting methods
+ */
+
#include "config.h"
#include <stdbool.h>
#include <stdlib.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page state Keep track when processing files
+ *
+ * Keep track when processing files
+ */
+
#include "config.h"
#include <limits.h>
#include <stdarg.h>
* this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/**
+ * @page wcscasecmp For systems lacking wcscasecmp()
+ *
+ * For systems lacking wcscasecmp()
+ */
+
#include "config.h"
#include <stddef.h>
#include <wctype.h>