From: Richard Russon Date: Sun, 21 Apr 2019 23:17:00 +0000 (+0100) Subject: clang-format X-Git-Tag: 2019-10-25~245^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ffde0769cc5682406d9c94b85d5e912a59539c1c;p=neomutt clang-format --- diff --git a/email/email_globals.c b/email/email_globals.c index 62e258a1e..25857c32f 100644 --- a/email/email_globals.c +++ b/email/email_globals.c @@ -35,7 +35,7 @@ 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 diff --git a/mx.c b/mx.c index eed401b48..966a58448 100644 --- a/mx.c +++ b/mx.c @@ -92,7 +92,7 @@ unsigned char C_CatchupNewsgroup; ///< Config: (nntp) Mark all articles as read 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