bool C_AutoSubscribe; ///< Config: Automatically check if the user is subscribed to a mailing list
bool C_MarkOld = false; ///< Config: Mark new emails as old when leaving the mailbox
struct Regex *C_ReplyRegex = NULL; ///< Config: Regex to match message reply subjects like "re: "
-char *C_SendCharset = NULL; ///< Config: Character sets for outgoing mail
+char *C_SendCharset = NULL; ///< Config: Character sets for outgoing mail
char *C_SpamSeparator = NULL; ///< Config: Separator for multiple spam headers
bool C_Weed = false; ///< Config: Filter headers when displaying/forwarding/printing/replying
bool C_KeepFlagged; ///< Config: Don't move flagged messages from #C_Spoolfile to #C_Mbox
short C_MboxType; ///< Config: Default type for creating new mailboxes
unsigned char C_Move; ///< Config: Move emails from #C_Spoolfile to #C_Mbox when read
-char *C_Trash; ///< Config: Folder to put deleted emails
+char *C_Trash; ///< Config: Folder to put deleted emails
/**
* mx_ops - All the Mailbox backends