X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;h=52ef4364abfb96d6b4490e25d9d22574a88bfebc;hp=cfd5fe5b25927b91c8d6e113f53d5a5993e2f48d;hb=c7b5e1df086bcc37ff40163ee67571f076cf6683;hpb=30292c537fe4eab052f303f1d3179c0e2fd037d8 diff --git a/config/config.c b/config/config.c index cfd5fe5..52ef436 100644 --- a/config/config.c +++ b/config/config.c @@ -94,8 +94,10 @@ char *nsequence = "Sequence-Negation"; /* profile entries for storage locations */ char *nmhstorage = "nmh-storage"; -/* Default attachment header field name */ +/* Default header field names */ char *attach_hdr = "Attach"; +char *sign_hdr = "Sign"; +char *enc_hdr = "Enc"; /* the tool to query the mime type of a file */ char *mimetypequery = "Mime-Type-Query"; @@ -150,14 +152,6 @@ char *mailspool = MAILSPOOL; */ /* -** The prefix that is prepended to the name of message files when they -** are backup'd for some reason. send, for instance, does this. -** Note: rmm does NOT anymore use the backup prefix. -** It should typically be set to `,' or `#'. -*/ -char *backup_prefix = ","; - -/* ** Folders (directories) are created with this protection (mode) */ char *foldprot = "0700";