On Dienstag, 27. Oktober 2015 21:23:00 CET, Dimitrios Glentadakis wrote:
So, i understand that it is not written in the file but only in memory.
Probably is fixed in git though
No, actually *that* is a problem:
diff --git a/src/Plugins/AbookAddressbook/AbookAddressbook.cpp
b/src/Plugins/AbookAddressbook/AbookAddressbook.cpp
index 8b3ced9..de8d288 100644
--- a/src/Plugins/AbookAddressbook/AbookAddressbook.cpp
+++ b/src/Plugins/AbookAddressbook/AbookAddressbook.cpp
@@ -105,6 +105,7 @@ AbookAddressbook::AbookAddressbook(QObject *parent):
AddressbookPlugin(parent),
ADD(Mobile, "mobile");
ADD(Nick, "nick");
ADD(URL, "url");
+ ADD(Notes, "notes");
ADD(Anniversary, "anniversary");
ADD(Photo, "photo");
#undef ADD
Sorry for the noise,
Thomas