[sup-talk] [PATCH] Fix a bug when forwarding and using crypto.

William Morgan wmorgan-sup at masanjin.net
Fri Apr 4 13:44:53 EDT 2008


Reformatted excerpts from nicolas.pouillard's message of 2008-04-04:
> -      to_email = (@header["To"] + @header["Cc"] + @header["Bcc"]).map { |p| PersonManager.person_for(p).email }
> +      to_email = [@header["To"], @header["Cc"], @header["Bcc"]].flatten.compact.map { |p| PersonManager.person_for(p).email }

What was the bug?

-- 
William <wmorgan-sup at masanjin.net>


More information about the sup-talk mailing list