]> git.pld-linux.org Git - packages/mutt.git/blobdiff - mutt-bj.status-time.patch
- 1.5.21
[packages/mutt.git] / mutt-bj.status-time.patch
index 690c51a38c20672a80eb7b538431f62541725d43..2469ccdd48ad2d775f2df3467b4f5edf93df5986 100644 (file)
@@ -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.
This page took 1.265662 seconds and 4 git commands to generate.