imag/lib/domain
Matthias Beyer 8c37fb865a Rebuild DiaryEntryIterator to be based on StoreIdIterator
This patch rebuilds DiaryEntryIterator to be a wrapper around
StoreIdIterator and thus `Diary::entries()` to use `Store::entries` and
not `Store::retrieve_for_module()`.

The `Store::retrieve_for_module()` function is somehow buggy and loads
contents of the files into memory and _somehow_ causes the entries to be
rewritten without newlines.

This bug is fixed by moving away from `Store::retrieve_for_module()`.
2018-03-02 21:25:48 +01:00
..
libimagbookmark Update version string: 0.6.0 -> 0.7.0 2018-02-11 14:22:24 +01:00
libimagcontact Make UniqueContactPathGenerator pub 2018-02-19 12:15:39 +01:00
libimagdiary Rebuild DiaryEntryIterator to be based on StoreIdIterator 2018-03-02 21:25:48 +01:00
libimaghabit Make HabitBuilder derive Debug 2018-02-18 20:03:50 +01:00
libimaglog Update version string: 0.6.0 -> 0.7.0 2018-02-11 14:22:24 +01:00
libimagmail Reimplement libimagmail for new libimagentryref interface 2018-02-19 12:15:22 +01:00
libimagnotes Update version string: 0.6.0 -> 0.7.0 2018-02-11 14:22:24 +01:00
libimagtimetrack Remove calls to trace_error_exit() 2018-02-12 21:19:48 +01:00
libimagtodo Update Cargo.toml 2018-02-26 17:04:53 +05:30