Edit the cover or patch message before e-mail encoding
authorCatalin Marinas <catalin.marinas@gmail.com>
Thu, 16 Nov 2006 19:45:32 +0000 (19:45 +0000)
committerCatalin Marinas <catalin.marinas@gmail.com>
Thu, 16 Nov 2006 19:45:32 +0000 (19:45 +0000)
commit58c61f10b2af8dd6f94ebe81e9d9e38cea319f49
treed7de03c71253ea4c7edb966c8905d7996d331c51
parent1aaf55c91fc987f64499091bc26a519fb7815dac
Edit the cover or patch message before e-mail encoding

This is needed because the user might introduce characters not handled
by the current encoding and StGIT could no longer change it. The
disadvantage is that not all the e-mail headers are visible in the
editor but users shouldn't manually modify them anyway.

Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
stgit/commands/mail.py