]> git.marmaro.de Git - mmh/blobdiff - uip/mhparam.c
Completely removed the backup-prefix (,). We move to +trash instead.
[mmh] / uip / mhparam.c
index 664e5d087723ff55e659c2f42d5e507c78728232..87b4d17531cae8bc0ccd767ed325e3a6f36e0f46 100644 (file)
@@ -15,11 +15,11 @@ static struct swit switches[] = {
 #define COMPSW  0
        { "components", 0 },
 #define NCOMPSW  1
-       { "nocomponents", 0 },
+       { "nocomponents", 2 },
 #define ALLSW  2
        { "all", 0 },
 #define VERSIONSW 3
-       { "version", 0 },
+       { "Version", 0 },
 #define HELPSW  4
        { "help", 0 },
 #define DEBUGSW   5
@@ -46,8 +46,6 @@ static struct proc procs [] = {
        { "version",       &version_num },
        { "whatnowproc",   &whatnowproc },
        { "etcdir",        &mhetcdir },
-       { "backup-prefix", &backup_prefix },
-       { "altmsg-link",   &altmsglink },
        { "draft-folder",  &draftfolder },
        { "trash-folder",  &trashfolder },
        { NULL,            NULL },