Skip to content
  • Kevin J. McCarthy's avatar
    Pass envlist to filter children too. (closes #3922) · a41b3a45
    Kevin J. McCarthy authored
    The new setenv patch neglected to pass the envlist for filters too.
    
    Unfortunately, the filter code was already set up to pass COLUMNS to
    children, so it needed to be changed to add this to the envlist
    instead.
    
    Factor out mutt_envlist_set() from the parse_setenv() function, which
    the filter code can then use to set COLUMNS after forking.
    a41b3a45