Skip to content
  • Kevin J. McCarthy's avatar
    Fix parent_hdr usage in mutt_attach_reply(). (see #3728) · da7566ff
    Kevin J. McCarthy authored
    If the selected attachments are not messages and no (common) parent is
    found, parent_hdr is set to the passed in hdr.  In that case, parent
    will still be NULL, but parent_hdr and parent_fp will be set.
    
    Change the test to parent_hdr being NULL, not parent, to check for
    this case.
    da7566ff