]> granicus.if.org Git - mutt/commitdiff
patch.mutt-0.94.5i.ld.quote_levels.3-4
authorThomas Roessler <roessler@does-not-exist.org>
Fri, 25 Sep 1998 06:56:35 +0000 (06:56 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Fri, 25 Sep 1998 06:56:35 +0000 (06:56 +0000)
pager.c

diff --git a/pager.c b/pager.c
index d0d53f6d5406986b4273df6c31ee5b97b74f360a..4236595d59bf1ffc99fa994e41a1f71610781da7 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -646,7 +646,12 @@ classify_quote (struct q_class_t **QuoteList, const char *qptr,
          return tmp;
        }
        else
+       {
+         if (index != -1)
+           shift_class_colors (*QuoteList, tmp, index, q_level);
+
          return class;
+       }
       }
       else
       {