From 8204b24f9737ab901d610f65c0a01acc9fc80233 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pawe=C5=82=20Go=C5=82aszewski?= Date: Fri, 7 Sep 2007 13:03:47 +0000 Subject: [PATCH] - change deafult index display: 24h time, nonUS mail sizes; typo fixed in thread_end.patch Changed files: alpine-index_display.patch -> 1.1 alpine-thread_end.patch -> 1.2 --- alpine-index_display.patch | 14 ++++++++++++++ alpine-thread_end.patch | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 alpine-index_display.patch diff --git a/alpine-index_display.patch b/alpine-index_display.patch new file mode 100644 index 0000000..3e8d70d --- /dev/null +++ b/alpine-index_display.patch @@ -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} + }; diff --git a/alpine-thread_end.patch b/alpine-thread_end.patch index 577112d..e111c81 100644 --- a/alpine-thread_end.patch +++ b/alpine-thread_end.patch @@ -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" -- 2.43.0