X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=muttlib.c;h=b7bba5794b7be53c808f87a03d75f6931ae4b428;hp=4beb99c86049c096c3e0d89b7f2b5397d1bc4243;hb=5088ef227c399f820df601a328ec85afaa732091;hpb=0b94e5518f3859ba10697f34978122d8e3adb334 diff --git a/muttlib.c b/muttlib.c index 4beb99c..b7bba57 100644 --- a/muttlib.c +++ b/muttlib.c @@ -1029,7 +1029,7 @@ void mutt_FormatString (char *dest, /* output buffer */ if ( DrawFullLine ) count = (COLS < destlen ? COLS : destlen); else - count = ((COLS-SidebarWidth) < destlen ? (COLS - SidebarWidth) : destlen); + count = ((COLS) < destlen ? (COLS) : destlen); if (count > col) { count -= col; /* how many columns left on this line */