]> git.pld-linux.org Git - packages/mutt.git/blobdiff - mutt-bj.status-time.patch
- merged DEVEL
[packages/mutt.git] / mutt-bj.status-time.patch
index 3351573a34103c0bab2a8f2200073c5aa627ebcd..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));
This page took 0.104755 seconds and 4 git commands to generate.