comparison mcabber/src/main.c @ 1065:230dca34dbea

Extand pgp_data structure Extand pgp_data structure so that we can disbale PGP per contact and compare the signature key with a reference key id.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 02 Dec 2006 11:13:40 +0100
parents c0d44a9a99bc
children 910e2cce49b3
comparison
equal deleted inserted replaced
1064:516b5f7d1023 1065:230dca34dbea
319 } 319 }
320 320
321 /* Initialize commands system and roster */ 321 /* Initialize commands system and roster */
322 cmd_init(); 322 cmd_init();
323 roster_init(); 323 roster_init();
324 settings_init();
324 /* Initialize charset */ 325 /* Initialize charset */
325 scr_InitLocaleCharSet(); 326 scr_InitLocaleCharSet();
326 327
327 /* Parsing config file... */ 328 /* Parsing config file... */
328 ret = cfg_read_file(configFile); 329 ret = cfg_read_file(configFile);