23#ifndef MUTT_EMAIL_MODULE_DATA_H
24#define MUTT_EMAIL_MODULE_DATA_H
Convenience wrapper for the library headers.
Email private Module data.
struct HashTable * tag_formats
Hash Table: "inbox" -> "GI" - Tag format strings.
struct RegexList unsubscribed
Regexes to exclude false matches in subscribed.
struct RegexList subscribed
Regexes to match subscribed mailing lists.
struct ListHead unignore
Header patterns to unignore.
struct ListHead ignore
Header patterns to ignore.
struct ReplaceList spam
Regexes and patterns to match spam emails.
struct RegexList unmail
Regexes to exclude false matches in mail.
struct ListHead auto_view
List of mime types to auto view.
struct ListHead mail_to_allow
Permitted fields in a mailto: url.
struct RegexList no_spam
Regexes to identify non-spam emails.
struct ListHead alternative_order
List of preferred mime types to display.
struct HashTable * tag_transforms
Hash Table: "inbox" -> "i" - Alternative tag names.
struct ListHead header_order
List of header fields in the order they should be displayed.
struct HashTable * auto_subscribe_cache
Hash Table: "mailto:" (no value)
struct RegexList mail
Regexes to match mailing lists.