comparison src/pst2ldif.cpp @ 242:67b24d6a45d6 stable-0-6-45

patch from Hugo DesRosiers to export categories and notes into vcards. extend that patch to export categories into vcalendar appointments also.
author Carl Byington <carl@five-ten-sg.com>
date Fri, 11 Dec 2009 08:45:30 -0800
parents 410b6422d65b
children 898118c3675e
comparison
equal deleted inserted replaced
241:fa4042b0a566 242:67b24d6a45d6
663 printf("sn: root\n"); 663 printf("sn: root\n");
664 for (vector<string>::size_type i=0; i<ldap_class.size(); i++) 664 for (vector<string>::size_type i=0; i<ldap_class.size(); i++)
665 print_ldif_single("objectClass", ldap_class[i].c_str()); 665 print_ldif_single("objectClass", ldap_class[i].c_str());
666 printf("\n"); 666 printf("\n");
667 } 667 }
668 free(ldap_org); // found by cppcheck
668 } 669 }
669 670
670 process(d_ptr->child); // do the children of TOPF 671 process(d_ptr->child); // do the children of TOPF
671 pst_close(&pstfile); 672 pst_close(&pstfile);
672 DEBUG_RET(); 673 DEBUG_RET();