Lucas Hoffmann

Results 134 comments of Lucas Hoffmann

Maybe you can use vdirsyncer to sync with google. The [docs](https://khard.readthedocs.io/en/latest/scripting.html#integration) have a section on this. If you want to try you can manually (or with a script) add some...

I am open to pull request.

I only gave my +1 above but forgot to say a bit more: I think it is a good idea. I would go with a config option (and maybe also...

The corresponding code that we have right now is rather ugly. One part is in `khard.helpers.get_new_contact_template()` and the even uglier bit in `khard.carddav_object.CarddavObject.get_template()`. Maybe we can find way to use...

I have just moved the template string from helpers.py to a separate data file. We can now think about dropping more templates there and making them selectable and adding some...

@whnr yes I think that is correct (check test/fixtures/vcard/minimal.vcf for example :) I am not so much concerned about syntactical correctness of the vcards we will write as we use...

I opened #272 and #275 as prerequisites for this issue.

One simple solution to the editing problem where the user did not see but then organisations value but the give a new one could be to just ask the user...

Not yet. The query classes can already search with OR but there is no syntax for the query language defined. I am open for suggestions and discussion.

I think this was originaly a safety mesure to enure that the FN field could be generated. Maybe we can modify the logic in khard to do less checks ourself...