Changeset 1612:858448bef2f1 for color.c

Show
Ignore:
Timestamp:
2000-03-07 03:18:56 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

The uncolor/unmono commands weren't parsed correctly when not
applicable. This fixes bug#65.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • color.c

    r1601 r1612  
    400400     ) 
    401401  { 
     402    do 
     403      mutt_extract_token (buf, s, 0); 
     404    while (MoreArgs (s)); 
     405 
    402406    return 0; 
    403407  }