Skip to content
  • Kevin J. McCarthy's avatar
    Fix mutt_strncmp size comparison for 'uncolor header'. · a001b1d3
    Kevin J. McCarthy authored
    Thanks to Fabian Groffen for pointing out the discrepancy.
    
    mutt_extract_token() null-terminates the token,, so actually there is
    no need to use "strncmp" for the comparison in this case.
    
    However, since the token is being checked against Fields there is no
    potential harm of a prefix match, so we should fix the number to be
    consistent with the other token comparisons.
    a001b1d3