send: Sign and encrypt messages automatically, based on Sign: and Enc: Hdrs.
[mmh] / uip / mhparam.c
index a339945..4e1fc21 100644 (file)
@@ -34,6 +34,8 @@ struct proc {
 
 static struct proc procs [] = {
        { "attachment-header",  &attach_hdr },
+       { "sign-header",   &sign_hdr },
+       { "enc-header",    &enc_hdr },
        { "context",       &context },
        { "mh-sequences",  &mh_seq },
        { "editor",        &defaulteditor },
@@ -46,7 +48,6 @@ static struct proc procs [] = {
        { "version",       &version_num },
        { "whatnowproc",   &whatnowproc },
        { "etcdir",        &mhetcdir },
-       { "backup-prefix", &backup_prefix },
        { "draft-folder",  &draftfolder },
        { "trash-folder",  &trashfolder },
        { NULL,            NULL },