]> git.pld-linux.org Git - packages/mutt.git/blobdiff - mutt-bj.status-time.patch
- fix typo in if statement
[packages/mutt.git] / mutt-bj.status-time.patch
index eec2758ab1b89ef4c23cea9da635d46f7757deca..b889dcb81cedd5cff01f71eababae83a92107a94 100644 (file)
@@ -94,7 +94,7 @@ diff -dur -x '*~' -x '*.orig' mutt-1.5.10.orig/pager.c mutt-1.5.10/pager.c
    }
  
 -  if ((pager_menu->redraw & REDRAW_INDEX) && rd->index)
-+  if ((p (ager_menu->redraw & REDRAW_INDEX) || update_status_time()) && rd->index)
++  if (( (pager_menu->redraw & REDRAW_INDEX) || update_status_time()) && rd->index)
    {
      /* redraw the pager_index indicator, because the
       * flags for this message might have changed. */
This page took 0.031074 seconds and 4 git commands to generate.