summaryrefslogtreecommitdiffstats
path: root/extensions/SecureMail/Extension.pm
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2012-08-30 10:30:13 +0200
committerByron Jones <bjones@mozilla.com>2012-08-30 10:30:13 +0200
commit7bb45bbc6d445df6112e038bfa3853440249b217 (patch)
tree7a1ddd61515130a9484b6a03904c6a019ec03239 /extensions/SecureMail/Extension.pm
parentf44b326ed86cb8d1adf76c78e73b7f2af60ca2a5 (diff)
downloadbugzilla-7bb45bbc6d445df6112e038bfa3853440249b217.tar.gz
bugzilla-7bb45bbc6d445df6112e038bfa3853440249b217.tar.xz
Fix securemail breakage
https://bugzilla.mozilla.org/show_bug.cgi?id=785219
Diffstat (limited to 'extensions/SecureMail/Extension.pm')
-rw-r--r--extensions/SecureMail/Extension.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/SecureMail/Extension.pm b/extensions/SecureMail/Extension.pm
index 3421d01c6..f139c47b8 100644
--- a/extensions/SecureMail/Extension.pm
+++ b/extensions/SecureMail/Extension.pm
@@ -407,6 +407,7 @@ sub _make_secure {
"boundary=\"$new_boundary\"");
}
else {
+ _fix_part($email);
if ($sanitise_subject) {
if (!is_7bit_clean($subject)) {
$email->encoding_set('quoted-printable');