Skip to content

Commit

Permalink
bug fix - index build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Tsipenyuk committed Jan 16, 2015
1 parent 3051c35 commit cf3a4a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions storage/irmin_core.ml
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,7 @@ module IrminMailbox :
IrminIntf_tr.update mbox.trans (get_key (`Postmark uid)) postmark_sexp_str >>
IrminIntf_tr.update mbox.trans (get_key (`Email uid)) email_sexp_str >>
IrminIntf_tr.update mbox.trans (get_key (`Headers uid)) headers_sexp_str >>
(*
update_index_uid mbox message_metadata.uid >>
*)
return ()

let append_message mbox message message_metadata =
Expand Down

0 comments on commit cf3a4a0

Please sign in to comment.