gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-26


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-266-g71a28b1
Date: Sat, 09 Jul 2011 14:27:58 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  71a28b1cd2fa8b2f69bad1f69665a37b629c12c3 (commit)
      from  089cedaa71e67a21fb4808966dc845255e1e3a37 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=71a28b1cd2fa8b2f69bad1f69665a37b629c12c3


commit 71a28b1cd2fa8b2f69bad1f69665a37b629c12c3
Author: Daniele Forsi <address@hidden>
Date:   Sat Jul 9 16:25:48 2011 +0200

    Make the vcard reader handle also TITLE and ORG
    
    They were written but not read from files.

diff --git a/ChangeLog b/ChangeLog
index 5a46f2d..0307fa5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,8 @@
     o add id for Nokia 3109c to misc.c only; use model=series40
                                                (Alexandre A. Alves)
     o fix gn_sms_send() so the message could be resent  (Paweł Kot)
+    o make the vcard reader handle also TITLE and ORG
+                                                    (Daniele Forsi)
  * nk6510 driver updates
     o fix calendar handling issues (few off-by-ones)    (Paweł Kot)
     o implement deletecalendarnote for series40 3rd+ Ed (Paweł Kot)
diff --git a/common/vcard.c b/common/vcard.c
index 6c04b6b..77eb8e5 100644
--- a/common/vcard.c
+++ b/common/vcard.c
@@ -409,6 +409,9 @@ GNOKII_API int gn_vcardstr2phonebook(const char *vcard, 
gn_phonebook_entry *entr
                STORESUB("ADR;TYPE=HOME:", GN_PHONEBOOK_ENTRY_Postal);
                STORESUB("NOTE:", GN_PHONEBOOK_ENTRY_Note);
 
+               STORESUB("TILE:", GN_PHONEBOOK_ENTRY_JobTitle);
+               STORESUB("ORG:", GN_PHONEBOOK_ENTRY_Company);
+
 #if 1
                /* libgnokii 0.6.25 deprecates X_GSM_STORE_AT in favour of 
X-GSM-MEMORY and X-GSM-LOCATION and X_GSM_CALLERGROUP in favour of 
X-GSM-CALLERGROUP */
                STORE3("X_GSM_STORE_AT:", memloc);

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog      |    2 ++
 common/vcard.c |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]