From: Marco d'Itri <md@linux.it>
Subject: change some of the built-in defaults
Forwarded: not-needed

To enable colors and a 8 bit encoding by default.

--- a/src/init.c
+++ b/src/init.c
@@ -469,7 +469,7 @@ init_selfinfo(
 
 #ifdef HAVE_COLOR
 	preinit_colors();
-	use_color = FALSE;
+	use_color = TRUE;
 #endif /* HAVE_COLOR */
 
 	word_highlight = TRUE;
--- a/src/main.c
+++ b/src/main.c
@@ -142,7 +142,7 @@ main(
 	/* always set a default value */
 	if (!tinrc.mm_local_charset || !*tinrc.mm_local_charset) {
 		FreeIfNeeded(tinrc.mm_local_charset);
-		tinrc.mm_local_charset = my_strdup("US-ASCII");
+		tinrc.mm_local_charset = my_strdup("ISO-8859-15");
 	}
 
 	/*
--- a/src/tinrc.tbl
+++ b/src/tinrc.tbl
@@ -173,7 +173,7 @@
 	int	word_h_display_marks					2	/* display * or _ when highlighting or space or nothing */
 	int	wrap_column								0	/* screen column to wrap of text messages */
 #	ifdef HAVE_COLOR
-		t_bool	use_color						FALSE	/* like use_color but stored in tinrc */
+		t_bool	use_color						TRUE	/* like use_color but stored in tinrc */
 #	endif /* HAVE_COLOR */
 	t_bool	abbreviate_groupname				FALSE	/* abbreviate groupnames like n.s.readers */
 	t_bool	add_posted_to_filter				TRUE
@@ -327,7 +327,7 @@
 	int	attrib_auto_cc_bcc						0
 	int	attrib_quick_kill_header				FILTER_SUBJ_CASE_SENSITIVE
 	int	attrib_quick_select_header				FILTER_SUBJ_CASE_SENSITIVE
-	int	attrib_mail_mime_encoding				MIME_ENCODING_QP
+	int	attrib_mail_mime_encoding				MIME_ENCODING_8BIT
 	int	attrib_post_mime_encoding				MIME_ENCODING_8BIT
 	int	attrib_post_process_type				POST_PROC_NO
 	int	attrib_show_author						SHOW_FROM_NAME
