mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Fix for bug 179082. We need to insert a decoder even when we edit an encrypted message. R=kaie, SR=sspitzer
This commit is contained in:
parent
c0dc750492
commit
97c3852a16
@ -1965,7 +1965,7 @@ mime_decompose_file_init_fn ( void *stream_closure, MimeHeaders *headers )
|
||||
//
|
||||
// Initialize a decoder if necessary.
|
||||
//
|
||||
if (!newAttachment->encoding || mdd->options->decrypt_p)
|
||||
if (!newAttachment->encoding)
|
||||
;
|
||||
else if (!nsCRT::strcasecmp(newAttachment->encoding, ENCODING_BASE64))
|
||||
fn = &MimeB64DecoderInit;
|
||||
|
Loading…
Reference in New Issue
Block a user