X-Git-Url: https://git.pld-linux.org/?p=packages%2Fmutt.git;a=blobdiff_plain;f=mutt-bj.status-time.patch;h=2469ccdd48ad2d775f2df3467b4f5edf93df5986;hp=690c51a38c20672a80eb7b538431f62541725d43;hb=2c6e17e385038adb7b609e88d136f6bf78f3a18d;hpb=91acbdc1a416aa84c2520be77df73f32c08b8fd5 diff --git a/mutt-bj.status-time.patch b/mutt-bj.status-time.patch index 690c51a..2469ccd 100644 --- a/mutt-bj.status-time.patch +++ b/mutt-bj.status-time.patch @@ -1,11 +1,11 @@ diff -dur -x '*~' -x '*.orig' mutt-1.5.10.orig/curs_main.c mutt-1.5.10/curs_main.c ---- mutt-1.5.10.orig/curs_main.c 2005-10-07 09:28:10.000000000 +0200 -+++ mutt-1.5.10/curs_main.c 2005-10-07 09:28:24.000000000 +0200 -@@ -559,7 +559,7 @@ +--- mutt-1.5.20.b/curs_main.c 2009-07-14 12:34:25.000000000 +0200 ++++ mutt-1.5.20/curs_main.c 2009-07-14 12:42:41.000000000 +0200 +@@ -556,7 +556,7 @@ menu_redraw_current (menu); } -- if (menu->redraw & REDRAW_STATUS) +- if (menu->redraw & REDRAW_STATUS) + if ((menu->redraw & REDRAW_STATUS) || update_status_time ()) { menu_status_line (buf, sizeof (buf), menu, NONULL (Status)); @@ -30,9 +30,9 @@ diff -dur -x '*~' -x '*.orig' mutt-1.5.10.orig/init.h mutt-1.5.10/init.h + ** .dt %[fmt] .dd the current date and time. ``fmt'' is + ** expanded by the system call ``strftime''; + ** a leading bang disables locales - ** .dt %>X .dd right justify the rest of the string and pad with "X" - ** .dt %|X .dd pad to the end of the line with "X" - ** .de + ** .dt %>X .dd right justify the rest of the string and pad with ``X'' + ** .dt %|X .dd pad to the end of the line with ``X'' + ** .dt %*X .dd soft-fill with character ``X'' as pad @@ -2671,6 +2674,16 @@ ** Setting this variable causes the ``status bar'' to be displayed on ** the first line of the screen rather than near the bottom.