Code review comment for lp:~edwin-grubbs/bzr/bug-384158-passing-body-to-mutt

Revision history for this message
Martin Pool (mbp) wrote :

> This branch adds the ability to pass the email body into mutt. I tried using a
> NamedTemporaryFile as Martin suggested, but the file got deleted immediately
> by garbage collection.

Is that because bzr send exits before mutt is finished? If not, is it possible to hold a reference to the variable, but perhaps there's no easy scope to do so. It's not a big deal, but having a comment might be good.

« Back to merge proposal