]> git.pld-linux.org Git - packages/tin.git/blobdiff - tin-enable_coloring.patch
rediff patches
[packages/tin.git] / tin-enable_coloring.patch
index fd926127c4bf357871a39e3137c68698bcf91464..9c14ddc2796c8814103f006f021fbf0205907dc0 100644 (file)
@@ -2,14 +2,14 @@ diff -urN tin-1.5.14.org/src/init.c tin-1.5.14/src/init.c
 --- tin-1.5.14.org/src/init.c  Thu Sep 19 10:14:14 2002
 +++ tin-1.5.14/src/init.c      Thu Sep 26 17:14:58 2002
 @@ -328,7 +328,7 @@
#endif /* HAVE_COLOR */
-       TRUE,           /* word_highlight */
      TRUE,           /* url_highlight */
+       0,              /* wrap_column */
  #ifdef HAVE_COLOR
 -      FALSE,          /* use_color */
 +      TRUE,           /* use_color */
  #endif /* HAVE_COLOR */
+       FALSE,          /* abbreviate_groupname */
        TRUE,           /* add_posted_to_filter */
-       TRUE,           /* advertising */
 @@ -629,7 +629,7 @@
  
  #ifdef HAVE_COLOR
This page took 0.060482 seconds and 4 git commands to generate.