X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=config%2Fconfig.c;fp=config%2Fconfig.c;h=52ef4364abfb96d6b4490e25d9d22574a88bfebc;hp=935c92d8ac15c35d57e631f816ead9e00c6223c0;hb=c7b5e1df086bcc37ff40163ee67571f076cf6683;hpb=c04ddf6908d7d3e3d41408d03f086273dee47b6e diff --git a/config/config.c b/config/config.c index 935c92d..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";