Adjust for new error linking setup in libimagentryref
This commit is contained in:
parent
cac7697054
commit
2ce75251d9
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ impl Hasher for MailHasher {
|
||||||
use email::Header;
|
use email::Header;
|
||||||
|
|
||||||
let mut s = String::new();
|
let mut s = String::new();
|
||||||
try!(c.read_to_string(&mut s).chain_err(|| REK::UTF8Error).chain_err(|| REK::IOError));
|
try!(c.read_to_string(&mut s));
|
||||||
|
|
||||||
MimeMessage::parse(&s)
|
MimeMessage::parse(&s)
|
||||||
.chain_err(|| REK::RefHashingError)
|
.chain_err(|| REK::RefHashingError)
|
||||||
|
|
Loading…
Reference in a new issue