On Mon, Jan 12, 2015 at 15:44:54 -0800, Brendan Cully wrote: > Although not necessary, this patch turns off signing during encryption > of the postponed message (and turns it back on before saving), since > there is no need to sign the message yet.
I'd say not signing is the only option. Otherwise, if the hard drive contents were somehow compromised, the message could be sent as-is with my "blessing" (this is similar to the signed-push feature git now has[1]). --Ben [1]https://github.com/git/git/commit/a85b377d0419a9dfaca8af2320cc33b051cbed04
