]> git.marmaro.de Git - mmh/blobdiff - config/config.c
Better mime types for attachments. Use some command; e.g. `file --mime'.
[mmh] / config / config.c
index 30c95749558191d3eea3941f5c196c34915a433e..3cc7305ea4f28614e16b969f7ba93a611373b55e 100644 (file)
@@ -103,6 +103,9 @@ char *nmhaccessftp = "nmh-access-ftp";
 /* Default attachment header field name */
 char *attach_hdr = "Attach";
 
+/* the tool to query the mime type of a file */
+char *mimetypequery = "Mime-Type-Query";
+char *mimetypequeryproc = "file -b --mime";
 
 
 
@@ -217,6 +220,11 @@ char *whatnowproc = NMHBINDIR"/whatnow";
 */
 char *sendmail = SENDMAILPATH;
 
+/*
+** This is the path to the system mail spool directory (e.g. `/var/mail').
+*/
+char *mailspool = MAILSPOOL;
+
 
 /*
 ** file stuff