* Be more intelligent about the way we load vCard fields into the on-screen editor...
authorArt Cancro <ajc@citadel.org>
Fri, 13 Mar 2009 18:14:44 +0000 (18:14 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 13 Mar 2009 18:14:44 +0000 (18:14 +0000)
commit9a6990a557e1b7a71414046fb991c9f2611122f9
tree17f0d84a956b86fc6215017d14e8ab209c214e4b
parent8732871a0fac45f74d38a2a0b029ddfaf10626d9
* Be more intelligent about the way we load vCard fields into the on-screen editor.  Properties and parameters are now treated as separate variables.  Properties are matched strictly (such as 'email') but parameters are handled with a fuzzy match.  For example, we identify an 'email' property as an Internet address if the string 'internet' appears anywhere within the parameter string.  This will allow it to match on 'email;internet' as well as 'email;type=internet' and 'email;type=internet,pref' or even 'email;not_the_internet'.  There are so many different variations out there that we can't count on a strict match.
webcit/vcard_edit.c