summaryrefslogtreecommitdiffstats
path: root/core/src/resource/mod.rs
AgeCommit message (Collapse)Author
2019-12-23Run cargo-fmt on codebasecargo-fmtMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-11-19chore(Resource) added a `content_id` methodPhilipp Korber
2018-11-19feat(resource) improved resource loadingPhilipp Korber
2018-11-16refactor: merged sources of mail-headers,mail-internals,mail-core, mailPhilipp Korber
Originally it was palaned to do a merge with `--allow-unrelated-history` but this can not be doesn as `mail-core` has a "invalid" history which has a merge conflict **with itself**. So even rewinding the history on a empty repo is not possible. Instead the code was directly coppied over losing history. But the history is still available in the different `history-backup-*` branches. It is just that the past history is decoupled from the current history.