equal
deleted
inserted
replaced
60 |
60 |
61 /** |
61 /** |
62 * setter method to set address |
62 * setter method to set address |
63 * @param addrlist, list of addresses to be set in address editor |
63 * @param addrlist, list of addresses to be set in address editor |
64 */ |
64 */ |
65 void setAddresses(ConvergedMessageAddressList addrlist); |
65 void setAddresses(ConvergedMessageAddressList addrlist,bool aSkipCheck=FALSE); |
66 |
66 |
67 /** |
67 /** |
68 * Get amount of digits to be used in contact matching |
68 * Get amount of digits to be used in contact matching |
69 */ |
69 */ |
70 static int contactMatchDigits(); |
70 static int contactMatchDigits(); |