32 #include "mutt/mutt.h" 37 struct Regex *C_ReplyRegex = NULL;
struct ReplaceList SpamList
List of regexes and patterns to match spam emails.
struct ListHead MailToAllow
List of permitted fields in a mailto: uri.
struct ListHead UnIgnore
List of header patterns to unignore (see)
struct Hash * AutoSubscribeCache
Hash table of auto-subscribed mailing lists.
char * C_SendCharset
Config: Character sets for outgoing mail.
struct RegexList MailLists
List of regexes to match mailing lists.
struct RegexList SubscribedLists
List of regexes to match subscribed mailing lists.
char * C_SpamSeparator
Config: Separator for multiple spam headers.
bool C_MarkOld
Config: Mark new emails as old when leaving the mailbox.
Cached regular expression.
bool C_AutoSubscribe
Config: Automatically check if the user is subscribed to a mailing list.
#define STAILQ_HEAD_INITIALIZER(head)
struct RegexList UnMailLists
List of regexes to blacklist false matches in MailLists.
struct RegexList NoSpamList
List of regexes to whitelist non-spam emails.
struct ListHead Ignore
List of header patterns to ignore.
bool C_Weed
Config: Filter headers when displaying/forwarding/printing/replying.
struct RegexList UnSubscribedLists
List of regexes to blacklist false matches in SubscribedLists.
struct ReplaceList SubjectRegexList
List of regexes to tidy the view of the email's subject.