]> granicus.if.org Git - neomutt/commitdiff
clang-format
authorRichard Russon <rich@flatcap.org>
Sun, 21 Apr 2019 23:17:00 +0000 (00:17 +0100)
committerRichard Russon <rich@flatcap.org>
Wed, 24 Apr 2019 11:35:07 +0000 (12:35 +0100)
email/email_globals.c
mx.c

index 62e258a1eebac99ad7a68cce9b58a935cba8e96f..25857c32fa66fae5e18dad901c2fd3118b8ff889 100644 (file)
@@ -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 eed401b4817a00d1761de5bb4441230b7ade1564..966a584488f873950dc43c8dd3a4b78539b694e0 100644 (file)
--- 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