mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Replace NSS with Pale Moon's
This commit is contained in:
parent
ff1e5e48bf
commit
8c2e376f94
2870 changed files with 1762232 additions and 1374220 deletions
|
|
@ -1129,27 +1129,25 @@ enum {
|
|||
opt_KeepExpired
|
||||
};
|
||||
|
||||
static secuCommandFlag dbck_commands[] =
|
||||
{
|
||||
{ /* cmd_Debug, */ 'D', PR_FALSE, 0, PR_FALSE },
|
||||
{ /* cmd_LongUsage,*/ 'H', PR_FALSE, 0, PR_FALSE },
|
||||
{ /* cmd_Recover, */ 'R', PR_FALSE, 0, PR_FALSE }
|
||||
};
|
||||
static secuCommandFlag dbck_commands[] = {
|
||||
{ /* cmd_Debug, */ 'D', PR_FALSE, 0, PR_FALSE },
|
||||
{ /* cmd_LongUsage,*/ 'H', PR_FALSE, 0, PR_FALSE },
|
||||
{ /* cmd_Recover, */ 'R', PR_FALSE, 0, PR_FALSE }
|
||||
};
|
||||
|
||||
static secuCommandFlag dbck_options[] =
|
||||
{
|
||||
{ /* opt_KeepAll, */ 'a', PR_FALSE, 0, PR_FALSE },
|
||||
{ /* opt_CertDir, */ 'd', PR_TRUE, 0, PR_FALSE },
|
||||
{ /* opt_Dumpfile, */ 'f', PR_TRUE, 0, PR_FALSE },
|
||||
{ /* opt_InputDB, */ 'i', PR_TRUE, 0, PR_FALSE },
|
||||
{ /* opt_OutputDB, */ 'o', PR_TRUE, 0, PR_FALSE },
|
||||
{ /* opt_Mailfile, */ 'm', PR_FALSE, 0, PR_FALSE },
|
||||
{ /* opt_Prompt, */ 'p', PR_FALSE, 0, PR_FALSE },
|
||||
{ /* opt_KeepRedundant, */ 'r', PR_FALSE, 0, PR_FALSE },
|
||||
{ /* opt_KeepNoSMimeProfile,*/ 's', PR_FALSE, 0, PR_FALSE },
|
||||
{ /* opt_Verbose, */ 'v', PR_FALSE, 0, PR_FALSE },
|
||||
{ /* opt_KeepExpired, */ 'x', PR_FALSE, 0, PR_FALSE }
|
||||
};
|
||||
static secuCommandFlag dbck_options[] = {
|
||||
{ /* opt_KeepAll, */ 'a', PR_FALSE, 0, PR_FALSE },
|
||||
{ /* opt_CertDir, */ 'd', PR_TRUE, 0, PR_FALSE },
|
||||
{ /* opt_Dumpfile, */ 'f', PR_TRUE, 0, PR_FALSE },
|
||||
{ /* opt_InputDB, */ 'i', PR_TRUE, 0, PR_FALSE },
|
||||
{ /* opt_OutputDB, */ 'o', PR_TRUE, 0, PR_FALSE },
|
||||
{ /* opt_Mailfile, */ 'm', PR_FALSE, 0, PR_FALSE },
|
||||
{ /* opt_Prompt, */ 'p', PR_FALSE, 0, PR_FALSE },
|
||||
{ /* opt_KeepRedundant, */ 'r', PR_FALSE, 0, PR_FALSE },
|
||||
{ /* opt_KeepNoSMimeProfile,*/ 's', PR_FALSE, 0, PR_FALSE },
|
||||
{ /* opt_Verbose, */ 'v', PR_FALSE, 0, PR_FALSE },
|
||||
{ /* opt_KeepExpired, */ 'x', PR_FALSE, 0, PR_FALSE }
|
||||
};
|
||||
|
||||
#define CERT_DB_FMT "%s/cert%s.db"
|
||||
|
||||
|
|
|
|||
|
|
@ -317,7 +317,7 @@ addCertToDB(certDBEntryCert *certEntry, dbRestoreInfo *info,
|
|||
/* Determine if cert is S/MIME and get its email if so. */
|
||||
email = IsEmailCert(oldCert);
|
||||
|
||||
/*
|
||||
/*
|
||||
XXX Just create empty profiles?
|
||||
if (email) {
|
||||
SECItem *profile = CERT_FindSMimeProfile(oldCert);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue