#3922: Patch to let filters pass on environment variables ---------------------+---------------------- Reporter: rsmmr | Owner: kevin8t8 Type: defect | Status: closed Priority: minor | Milestone: Component: mutt | Version: 1.8.0 Resolution: fixed | Keywords: ---------------------+---------------------- Changes (by Kevin McCarthy <kevin@…>):
* status: assigned => closed * resolution: => fixed Comment: In [changeset:"37209157e33c6a96d3895f68c42ca726f9b6ae58" 6971:37209157e33c]: {{{ #!CommitTicketReference repository="" revision="37209157e33c6a96d3895f68c42ca726f9b6ae58" Pass envlist to filter children too. (closes #3922) 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. }}} -- Ticket URL: <https://dev.mutt.org/trac/ticket/3922#comment:3> Mutt <http://www.mutt.org/> The Mutt mail user agent