purarue
purarue
Ah yeah, for the `imap` portion I have this in my config: ```python # this is all custom, and may not work for you -- this # is how I...
Hmm, trying to reproduce what you might run into, do you remember how you setup the export? I selected my inbox like this in Thunderbird:  And then followed what...
Filtering is only a thing for `imap` because i have the files laid out in my filesystem, its not all in a single giant `mbox` file As far as I...
Just leaving this here incase I want to try and reproduce this later, setup daily backups and going to leave thunderbird open so it'll do a backup sometimes in the...
sorry this takes a while, I can only really do a test once per day since I don't want to do something custom and I want it to run with...
This is purposefully not merged into HPI -- for some context you can look at [DESIGN](https://github.com/karlicoss/HPI/blob/master/doc/DESIGN.org) and [MODULE_DESIGN](https://github.com/karlicoss/HPI/blob/master/doc/MODULE_DESIGN.org) docs In essence, HPI is meant to act as sort of a...
Am fine to keep this issue open, I can see people getting confused about this pretty easily
It seems that these are also now present in `Location History/Records.json` as well (in fact, its the reason why why the takeouts seem to keep increasing in size for me,...
Yeah... they keep changing what kinda info gets returned in location history/semantic location history Almost want to create multiple location types and return a Union of all the different kind...
I think best to leave the semanticType a string, forcing an enum is prone to breaking