2005-07-22 Timo Schulz <twoaday@freakmail.de>
* wptMainProc.cpp (winpt_main_proc): Take care for shutdown
messages and make sure WinPT make a keyring backup in this case.
* wptGPGME.cpp (keycache_reload): Do not rebuild the signature
cache each time. Just do it on startup.
* wptKeyManager.cpp (km_key_is_v3): Use new ATTR_VERSION.
* wptKeyEditDlgs.cpp (keyedit_main_dlg_proc): Assume the v3 flag
was set by the calling function.
* wptKeyGenDlg.cpp (keygen_wizard_dlg_proc): Ask for backups.
(keygen_dlg_proc): Only add the generated key to the keycache
and do not reload the entire cache.
* wptKeyManager.cpp (km_delete_keys): Store the number of keys
because in each loop iteration it will be new calculated.
* wptListView.cpp (listview_del_items): Likewise.
* wptKeyManagerDlg.cpp (keymanager_dlg_proc): Directly add the
generated key to the list instead of reloading the entire cache.
* wptKeyEditDlgs.cpp (parse_preflist): Support fpr SHAnnn.
|