]> git.marmaro.de Git - mmh/blobdiff - uip/mhparam.c
Completely removed the backup-prefix (,). We move to +trash instead.
[mmh] / uip / mhparam.c
index 6c6fedbc1b3ce9ea68b62090991aa41238efef3e..87b4d17531cae8bc0ccd767ed325e3a6f36e0f46 100644 (file)
@@ -15,7 +15,7 @@ static struct swit switches[] = {
 #define COMPSW  0
        { "components", 0 },
 #define NCOMPSW  1
-       { "nocomponents", 0 },
+       { "nocomponents", 2 },
 #define ALLSW  2
        { "all", 0 },
 #define VERSIONSW 3
@@ -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 },