]> git.pld-linux.org Git - packages/alpine.git/commitdiff
- change deafult index display: 24h time, nonUS mail sizes; typo fixed in
authorPaweł Gołaszewski <blues@pld-linux.org>
Fri, 7 Sep 2007 13:03:47 +0000 (13:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  thread_end.patch

Changed files:
    alpine-index_display.patch -> 1.1
    alpine-thread_end.patch -> 1.2

alpine-index_display.patch [new file with mode: 0644]
alpine-thread_end.patch

diff --git a/alpine-index_display.patch b/alpine-index_display.patch
new file mode 100644 (file)
index 0000000..3e8d70d
--- /dev/null
@@ -0,0 +1,14 @@
+--- ./pith/mailindx.c.org      2007-09-06 18:18:49.000000000 +0000
++++ ./pith/mailindx.c  2007-09-07 11:49:13.000000000 +0000
+@@ -147,9 +147,9 @@
+       static INDEX_COL_S answer_default[] = {
+           {iStatus, Fixed, 3},
+           {iMessNo, WeCalculate},
+-          {iSDateTime, WeCalculate},
++          {iSDateTimeIso24, WeCalculate},
+           {iFromTo, Percent, 33}, /* percent of rest */
+-          {iSizeNarrow, WeCalculate},
++          {iKSize, WeCalculate},
+           {iSubjKey, Percent, 67},
+           {iNothing}
+       };
index 577112dbade8db74b2a9fb48d05fc94b5492ff59..e111c811122cdf31758c96f008e367f0ab408a87 100644 (file)
@@ -5,7 +5,7 @@
  #endif
  #ifndef DF_THREAD_LASTREPLY_CHAR
 -#define DF_THREAD_LASTREPLY_CHAR "|"
-+#define DF_THREAD_LASTREPLY_CHAR "\"
++#define DF_THREAD_LASTREPLY_CHAR "\\"
  #endif
  #ifndef DF_MAILDROPCHECK
  #define DF_MAILDROPCHECK      "60"
This page took 0.075835 seconds and 4 git commands to generate.