23#ifndef MUTT_EMAIL_GLOBALS_H
24#define MUTT_EMAIL_GLOBALS_H
30extern struct ListHead
Ignore;
struct ReplaceList SpamList
List of regexes and patterns to match spam emails.
struct RegexList SubscribedLists
List of regexes to match subscribed mailing lists.
struct HashTable * AutoSubscribeCache
Hash Table of auto-subscribed mailing lists.
struct RegexList UnSubscribedLists
List of regexes to blacklist false matches in SubscribedLists.
struct RegexList UnMailLists
List of regexes to blacklist false matches in MailLists.
struct RegexList MailLists
List of regexes to match mailing lists.
struct ListHead MailToAllow
List of permitted fields in a mailto: url.
struct ListHead Ignore
List of header patterns to ignore.
struct RegexList NoSpamList
List of regexes to whitelist non-spam emails.
struct ListHead UnIgnore
List of header patterns to unignore (see)
Convenience wrapper for the library headers.