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