send: Sign and encrypt messages automatically, based on Sign: and Enc: Hdrs.
[mmh] / config / config.c
index 935c92d..52ef436 100644 (file)
@@ -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";